Browse Source

Finish 3.7.5

pull/9879/head
brandonkelly 4 years ago
parent
commit
ee9c706fee
No known key found for this signature in database GPG Key ID: 5E86D0CED64C7093
  1. 2
      CHANGELOG.md
  2. 2
      composer.json
  3. 2
      src/config/app.php

2
CHANGELOG.md

@ -1,6 +1,6 @@
# Release Notes for Craft CMS 3.x
## Unreleased
## 3.7.5 - 2021-07-23
### Added
- Added `craft\base\ElementTrait::$firstSave`. ([#9638](https://github.com/craftcms/cms/discussions/9638))

2
composer.json

@ -1,7 +1,7 @@
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.7.4",
"version": "3.7.5",
"keywords": [
"cms",
"craftcms",

2
src/config/app.php

@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
'version' => '3.7.4',
'version' => '3.7.5',
'schemaVersion' => '3.7.7',
'minVersionRequired' => '2.6.2788',
'basePath' => dirname(__DIR__), // Defines the @app alias

Loading…
Cancel
Save