Skip to content

Commit

Permalink
Prepare 2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Feb 10, 2017
1 parent 23631d7 commit 08a2163
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

2.0.0-RC2
---------

* **2017-02-06**: [BC BREAK] The `_template` request parameter will be renamed
to the `template` attribute instead of the `contentTemplate` attribute. The
old attribute will still be available for backwards compatibility.
Expand Down
3 changes: 2 additions & 1 deletion UPGRADE-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
- cmf_sonata_admin_integration.routing.redirect_route_admin
```
* The settings `admin_basepath` and `content_basepath` are only relevant for the admin and thus have been moved as well.
* The settings `admin_basepath` and `content_basepath` are only relevant for
the admin and thus have been moved as well.

Before:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require-dev": {
"symfony-cmf/testing": "^2.0",
"doctrine/phpcr-odm": "^1.4|^2.0",
"doctrine/phpcr-odm": "^1.4",
"symfony/phpunit-bridge": "^3.2",
"matthiasnoback/symfony-dependency-injection-test": "~0.6",
"matthiasnoback/symfony-config-test": "^1.3.1",
Expand Down

0 comments on commit 08a2163

Please sign in to comment.