Another major change for 2.4. The entire namespace has changed and was adjusted to be PSR-4 compliant. If you are running any custom code/plugins you will need to update your namespaces and service calls.
If you are still using the configuration.php please update the top of the file to be:
<?php
namespace Leantime\Config;
/***
*
* Config class
* This class is included for backwards compatibility and to be used with subfolder installations
*
* @see config/sample.env
*/
class Config
Highlights
- Namespaces updated to be PSR-4 compliant
- A lot of bug fixes from the previous release. Thanks to everyone who tested and submitted bugs!
- Added files to main navigation
- Dark mode color improvements
- Timer was refactored to use htmx and is not asynchronous
What's Changed
- Update class.events.php by @marcelfolaron in #1865
- Convert Project to PSR-4 by @broskees in #1868
- Bug - Fix kanban milestone tag overflow out of the card by @charly-palencia in #1875
- Revert "Bug - Fix kanban milestone tag overflow out of the card" by @marcelfolaron in #1882
- Fix toogle issue for current project menu by @charly-palencia in #1883
- Usability improvements by @marcelfolaron in #1885
- [Snyk] Upgrade htmx.org from 1.9.4 to 1.9.5 by @broskees in #1884
- fix(To-Do, Canvas): Delete confirmation dialogue, delete todo after confirmation by @jiriks74 in #1871
New Contributors
- @charly-palencia made their first contribution in #1875
- @jiriks74 made their first contribution in #1871
Full Changelog: v2.4-beta...v2.4-beta-2