Summary of Changes
- works with the PHP versions I tested (between 7.2 and current 8.3.2). Older may still work but not tested.
Regressions
From 1.0-rc10 to 1.0-rc11 following regressions are known:
- Changes to a category tree are not saved. The sent form has no effect.
- Moving a user from one group to another group is not saved. The sent form has no effect.
- Deleting a task reminders was not possible. The sent form has no effect. Now fixed and available in next release.
What's Changed
- Newtask addtags by @peterdd in #773
- Updated language file by @FrancescoGd in #774
- Remove dokuwiki safemodehack by @peterdd in #776
- No required parameter after optional parameter by @peterdd in #777
- Update class.gpc.php by @peterdd in #778
- remove unused pass_phrase variable by @blu-base in #780
- Update cz.php by @MiroHofo in #782
- debug option during install for devs by @peterdd in #783
- list update checks by @peterdd in #784
- Update cz.php by @peterdd in #786
- Update sk.php by @peterdd in #787
- Allows sorting tasks by effort / estimated effort by @HalibutGitWiz in #792
- Refactor bulkupdate by @peterdd in #794
- Dokuwiki fixes for PHP8 by @peterdd in #795
- Update secureimage to 3.6.8 for php8.2 compat by @peterdd in #816
- load dokuwiki config earlier before writing a cache entry to db, fixes warning GH#817 by @peterdd in #818
- autodetect next taskid for createTestData by @peterdd in #821
- Adapt .htaccess for Apache2.4 by @peterdd in #822
- Shorter searchurls by @peterdd in #830
- setup css fix by @peterdd in #831
- Original logo by @peterdd in #832
- better error message when db connection failed by @peterdd in #838
- use correct URI protocol to make Jabber ID clickable by @haansn08 in #833
- fix GH#811 setup translation fallbacks not shown for some languages by @peterdd in #839
- optional autofallback language settings by @peterdd in #846
- keep protocol visible in emails by @peterdd in #847
- Xmpp info by @peterdd in #851
- xmpp unsent messages cleanup by @peterdd in #852
New Contributors
- @blu-base made their first contribution in #780
- @MiroHofo made their first contribution in #782
- @HalibutGitWiz made their first contribution in #792
- @haansn08 made their first contribution in #833
Full Changelog: v1.0-rc10...v1.0-rc11