github Leantime/leantime v3.3.1
Leantime v3.3.1

7 hours ago

Changes in this Release

  • Fix for BASE_URL/APP_URL issue
  • Fix for configuration.php support (also now officially deprecated)
  • Fix for open basedir restriction issue on avatar creation
  • Fix for cache prefixes on cluster mode

History from v3.3.0 to @

Commits

  • b667cc5 [Changelog CI] Add Changelog for Version 3.3.1
  • 9285883 Update StringableMacros.php
  • 138de0e update comments for phpstan
  • 671794b mixin updates
  • ab23d11 Adding comments for phpstan
  • 4eabdb1 Resolving open basedir restrictions with font files in avatar generation scripts
  • c4032e0 Version bump
  • 1875f07 code style fixes
  • 8ad64a6 Update .gitignore
  • 99357d0 Deprecate configuration.php file and create backward support
  • cbc8aff Ensure current project is selected for new sprints
  • 6da255a Fix debug calls in ldap service
  • e1f8943 code style fixes
  • 9aa3ffb code style fixes
  • ded3cac Fix constant url handling
  • 60ed1c1 Move BASE_URL set to config bootstrap to fix mixed url issue #2787
  • beccd6c Fixing cache pre-fix issues when using redis cluster
  • 93359df [Changelog CI] Add Changelog for Version 3.3.0

Contributors

  • Marcel Folaron (16 commits)

Files

 .gitignore                                        |   1 +
 .idea/php.xml                                     |  63 ++++++++
 CHANGELOG.md                                      | 167 ++++++++++++++++++++++
 app/Core/Bootstrap/LoadConfig.php                 |  42 ++++++
 app/Core/Configuration/AppSettings.php            |   2 +-
 app/Core/Configuration/Environment.php            |   7 +
 app/Core/Configuration/laravelConfig.php          |  58 ++++----
 app/Core/Db/Db.php                                |   2 +-
 app/Core/Fileupload.php                           |  13 +-
 app/Core/Http/HttpKernel.php                      |   2 +-
 app/Core/Http/IncomingRequest.php                 |  35 +----
 app/Core/Middleware/LoadPlugins.php               |  15 +-
 app/Core/Middleware/StartSession.php              |   2 +
 app/Core/Providers/Cache.php                      |   7 +-
 app/Core/Providers/LoadMacros.php                 |  26 ++++
 app/Core/Providers/Redis.php                      |  41 ++++--
 app/Core/Support/StringableMacros.php             |  36 +++++
 app/Domain/Api/Controllers/Projects.php           |   2 +-
 app/Domain/Api/Controllers/Users.php              |   2 +-
 app/Domain/Auth/Templates/userInvite.tpl.php      | 111 --------------
 app/Domain/Ideas/Repositories/Ideas.php           |   4 +
 app/Domain/Ldap/Services/Ldap.php                 |  18 +--
 app/Domain/Plugins/Services/Registration.php      |   8 +-
 app/Domain/Projects/Repositories/Projects.php     |  17 ++-
 app/Domain/Sprints/Templates/sprintdialog.tpl.php |  21 +--
 app/Domain/Users/Repositories/Users.php           |  18 ++-
 app/helpers.php                                   |  70 +++++++++
 composer.json                                     |   2 +-
 composer.lock                                     |   2 +-
 config/configuration.sample.php                   |   6 +-
 config/sample.env                                 |   2 +-
 makefile                                          |   2 +-
 package.json                                      |   2 +-
 public/dist/mix-manifest.json                     |  30 ++--
 tests/Unit/app/Core/ApplicationUrlTest.php        | 111 ++++++++++++++
 35 files changed, 686 insertions(+), 261 deletions(-)

Don't miss a new leantime release

NewReleases is sending notifications on new releases.