From b2515b0ce6ae02e8582ce5a10841cb933899cbe3 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 19 Nov 2024 09:16:11 -0800 Subject: [PATCH] Finish 4.13.2 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af0998b05f..f33c1133289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.13.2 - 2024-11-19 - Fixed an error that could occur if an invalid folder ID was passed to `craft\services\Assets::deleteFoldersByIds()`. ([#16147](https://github.com/craftcms/cms/pull/16147)) - Fixed an RCE vulnerability. diff --git a/src/config/app.php b/src/config/app.php index 5e8c5328a16..93dc808e3b5 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.13.1.1', + 'version' => '4.13.2', 'schemaVersion' => '4.5.3.0', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias