Browse Source

Finish 3.5.0-beta.2

pull/6091/head 3.5.0-beta.2
Brandon Kelly 5 years ago
parent
commit
4fe147d898
  1. 2
      CHANGELOG-v3.md
  2. 2
      composer.json
  3. 2
      src/config/app.php

2
CHANGELOG-v3.md

@ -1,6 +1,6 @@
# Release Notes for Craft CMS 3.x
## Unreleased (3.5.0)
## 3.5.0-beta.2 - 2020-05-05
### Added
- Sections now have a new Propagation Method option, which gives entries control over which sites they should be saved to. ([#5988](https://github.com/craftcms/cms/issues/5988))

2
composer.json

@ -1,7 +1,7 @@
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.5.0-beta.1",
"version": "3.5.0-beta.2",
"keywords": [
"cms",
"craftcms",

2
src/config/app.php

@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
'version' => '3.5.0-beta.1',
'version' => '3.5.0-beta.2',
'schemaVersion' => '3.5.0',
'minVersionRequired' => '2.6.2788',
'basePath' => dirname(__DIR__), // Defines the @app alias

Loading…
Cancel
Save