From 6d8ff8d1729268e30a11c8620fb28566722613f8 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Mon, 29 Apr 2024 15:59:33 -0700 Subject: [PATCH] Finish 4.8.11 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f92bd72c2..fd3cac49e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.8.11 - 2024-04-29 - Fixed a bug where element caches weren’t getting invalidated when an element was moved within a structure. ([#14846](https://github.com/craftcms/cms/issues/14846)) - Fixed a bug where CSV’s header rows weren’t using the configured delimiter. ([#14855](https://github.com/craftcms/cms/issues/14855)) diff --git a/src/config/app.php b/src/config/app.php index dc7638051e2..723077ca78d 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.8.10', + 'version' => '4.8.11', 'schemaVersion' => '4.5.3.0', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias