From d63c37c02cefc2f64638c1dea4375dfd1739af6a Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Mon, 3 Jul 2023 10:32:24 -0700 Subject: [PATCH] Finish 4.4.15 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b14c312ec27..8f7212ccff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.4.15 - 2023-07-03 - The control panel footer now includes a message about active trials, with a link to purchase the licenses. - Tags fields now only show up to five suggestions. ([#13322](https://github.com/craftcms/cms/issues/13322)) diff --git a/src/config/app.php b/src/config/app.php index c6757634607..ce03481cffd 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.4.14', + 'version' => '4.4.15', 'schemaVersion' => '4.4.0.4', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias