brandonkelly
4 years ago
No known key found for this signature in database
GPG Key ID: 5E86D0CED64C7093
3 changed files with
7 additions and
2 deletions
-
CHANGELOG.md
-
composer.json
-
src/config/app.php
|
|
@ -1,5 +1,10 @@ |
|
|
|
# Release Notes for Craft CMS 3.x |
|
|
|
|
|
|
|
## 3.7.27.2 - 2022-01-06 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
- Fixed an error that could occur when updating to Craft 3.7.28/Yii 2.0.44 from the control panel. |
|
|
|
|
|
|
|
## 3.7.27.1 - 2022-01-04 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
{ |
|
|
|
"name": "craftcms/cms", |
|
|
|
"description": "Craft CMS", |
|
|
|
"version": "3.7.27.1", |
|
|
|
"version": "3.7.27.2", |
|
|
|
"keywords": [ |
|
|
|
"cms", |
|
|
|
"craftcms", |
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
return [ |
|
|
|
'id' => 'CraftCMS', |
|
|
|
'name' => 'Craft CMS', |
|
|
|
'version' => '3.7.27.1', |
|
|
|
'version' => '3.7.27.2', |
|
|
|
'schemaVersion' => '3.7.8', |
|
|
|
'minVersionRequired' => '2.6.2788', |
|
|
|
'basePath' => dirname(__DIR__), // Defines the @app alias
|
|
|
|