github Leantime/leantime v2.4-beta-2
Leantime 2.4-beta-2

latest releases: v3.2.0, v3.2.0-beta-2, v3.2.0-beta...
12 months ago

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

New Contributors

Full Changelog: v2.4-beta...v2.4-beta-2

Don't miss a new leantime release

NewReleases is sending notifications on new releases.