We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cc01f commit bbc36b1Copy full SHA for bbc36b1
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Release Notes for Craft CMS 3.x
2
3
-## Unreleased
+## 3.7.55 - 2022-09-20
4
5
### Added
6
- Added `craft\helpers\Image::targetDimensions()`.
composer.json
@@ -1,7 +1,7 @@
{
"name": "craftcms/cms",
"description": "Craft CMS",
- "version": "3.7.54",
+ "version": "3.7.55",
"keywords": [
"cms",
7
"craftcms",
src/config/app.php
@@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
- 'version' => '3.7.54',
+ 'version' => '3.7.55',
'schemaVersion' => '3.7.33',
8
'minVersionRequired' => '2.6.2788',
9
'basePath' => dirname(__DIR__), // Defines the @app alias
0 commit comments