From 849ec5f3e8c761834b5b008c8b1f561a1ab2dd07 Mon Sep 17 00:00:00 2001 From: ignacionelson Date: Fri, 18 Sep 2026 16:37:32 -0300 Subject: [PATCH] Release 2.5.0 --- CHANGELOG.md | 10 ++++++++++ config/projectsend.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a82dbe..2b2e4155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,8 +75,18 @@ we did. It sits at the top of a release for that reason. Older entries call the ### Issues closed since 2.4.1 - [#1310](https://github.com/projectsend/projectsend/issues/1310) — expire client accounts +- [#1658](https://github.com/projectsend/projectsend/issues/1658) — Docker services have no restart + policy +- [#1770](https://github.com/projectsend/projectsend/issues/1770) — Docker upgrade fails with + external storage configured +- [#1776](https://github.com/projectsend/projectsend/issues/1776) — logo gives error 404 - [#1777](https://github.com/projectsend/projectsend/issues/1777) — customization / branding (start pages) +- [#1778](https://github.com/projectsend/projectsend/issues/1778) — error 500 on install +- [#1779](https://github.com/projectsend/projectsend/issues/1779) — client invitations +- [#1788](https://github.com/projectsend/projectsend/issues/1788) — a bucket folder makes every + storage page a 500 +- [#1789](https://github.com/projectsend/projectsend/issues/1789) — S3 not working after an update ## 2.4.1 — 11 September 2026 diff --git a/config/projectsend.php b/config/projectsend.php index d1f63018..8281ba5b 100644 --- a/config/projectsend.php +++ b/config/projectsend.php @@ -234,7 +234,7 @@ return [ // A slow disk or a large source wants longer than the default 15. 'rendition_lock_wait_seconds' => env('PROJECTSEND_RENDITION_LOCK_WAIT_SECONDS'), - 'version' => '2.4.1', + 'version' => '2.5.0', /* |--------------------------------------------------------------------------