Leantime
Goal-focused project management system for non-project managers
Alternative to: trello, asana, jira, clickup, monday.com
About
Versions (100)
v3.4.4
2025-03-07Highlights
🚨 Note: Leantime 3.4.X requires PHP 8.2. This is now solidified with the update to Laravel 11 which will not support PHP8.1
- updated Leantime Core to Laravel 11
- a few bug fixes
- check for DateTimeInterface::ISO8601_EXPANDED (added in PHP 8.2)
Changes in this Release
History from v3.4.3 to @
Commits
- 32bcfb1f5 task: version bump
- 029315dc4 fix: data types matter folks…
- 698820b1b Update composer.lock
- e78c6f0b5 task: fix code styles
- 6d8e91594 fix: harden date time handling and check for constant #2975
- af3eba459 fix: Idea dialog throwing 500 when missing title or description
- 5f0141076 task: complete list of php extensions
- 25fe9bfb6 Update issue templates
- 92425a249 Update README.md
- c9eac6671 task: Update Laravel to 11
Contributors
- Marcel Folaron (11 commits)
Files
.idea/leantime-oss.iml | 3 -
.idea/php.xml | 14 +-
CHANGELOG.md | 30 +
README.md | 58 +-
app/Core/Application.php | 80 +-
app/Core/Bootloader.php | 4 -
app/Core/Configuration/AppSettings.php | 2 +-
app/Core/Configuration/laravelConfig.php | 3 +
app/Core/Console/Application.php | 2 +-
app/Core/Events/EventDispatcher.php | 2 +-
app/Core/Http/HttpKernel.php | 38 +-
app/Core/Http/IncomingRequest.php | 10 -
app/Core/Providers/Cache.php | 2 +-
app/Core/Providers/Sanctum.php | 1 -
app/Core/Support/DateTimeHelper.php | 8 +-
app/Domain/Auth/Services/AuthUser.php | 2 +-
app/Domain/Ideas/Controllers/IdeaDialog.php | 8 +-
app/Domain/Tickets/Controllers/ShowTicket.php | 9 +-
app/Domain/Tickets/Services/Tickets.php | 99 +-
app/Domain/Timesheets/Services/Timesheets.php | 11 +-
bootstrap/app.php | 27 +-
composer.json | 30 +-
composer.lock | 1684 +++++++++++++------------
package-lock.json | 4 +-
package.json | 2 +-
public/dist/mix-manifest.json | 30 +-
public/index.php | 8 +-
27 files changed, 1167 insertions(+), 1004 deletions(-)