From 0f99ce3fb55666c7c6cfc61d3432381e8424228a Mon Sep 17 00:00:00 2001 From: Artur Heinze Date: Mon, 17 Feb 2025 00:58:55 +0100 Subject: [PATCH] Bump version to v2.11.0 --- CHANGELOG.md | 4 ++-- bootstrap.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5a8eef0..c47330478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ # Release Notes -## WIP +## 2.11.0 (2025-02-17) +- Update PHP requirement to v8.3 - Add App.utils.selectAsset helper - Add support for sorting content items in content item picker dialog - Fix cache helper: ensure cache file existence before reading cache content - Add assets:files:fixvisibility tower helper command - Add password reset functionality - Use fallback i18n root config path for spaces -- Update PHP requirement to v8.3 - Add PHP version compatibility check during update - Generate random admin password on initial installation - Enhance view rendering flow with pre/post render hooks diff --git a/bootstrap.php b/bootstrap.php index d6a3ae764..d2e453366 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -1,6 +1,6 @@