From abd397810c6cefd2c80aa812d1a186d63807edfd Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Fri, 17 Feb 2023 14:30:14 -0800 Subject: [PATCH] Finish 3.7.67 --- CHANGELOG.md | 2 +- composer.json | 2 +- src/config/app.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d4dab2ffd0..cb61d121e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 3.x -## Unreleased +## 3.7.67 - 2023-02-17 - Fixed a bug where clicking on the scrollbar of a disclosure menu would close it. ([#12681](https://github.com/craftcms/cms/issues/12681)) - Fixed an error that could occur when loading the Plugin Store, if there wasn’t a `.env` file. ([#12687](https://github.com/craftcms/cms/issues/12687)) diff --git a/composer.json b/composer.json index 0a5aefc3333..1dfce410236 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "craftcms/cms", "description": "Craft CMS", - "version": "3.7.66", + "version": "3.7.67", "keywords": [ "cms", "craftcms", diff --git a/src/config/app.php b/src/config/app.php index a62a03f5539..2d146ac8f58 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '3.7.66', + 'version' => '3.7.67', 'schemaVersion' => '3.7.33', 'minVersionRequired' => '2.6.2788', 'basePath' => dirname(__DIR__), // Defines the @app alias