Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Prepare 2.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Feb 1, 2017
1 parent 0674e5c commit c488b90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
- 7.0
- hhvm

Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
@@ -1,12 +1,13 @@
Changelog
=========

2.0 (unreleased)
--------------------
2.0.0-RC1
---------

* **2016-07-12**: [BC BREAK] Moved all Sonata related classes into sonata-admin-integration-bundle

* **2016-07-10**: [BC BREAK] `prefix` and `postfix` are not longer injected into CmfBlockHelper. EmbedBlocksParser is injected instead
* **2016-07-10**: [BC BREAK] `prefix` and `postfix` are not longer injected
into CmfBlockHelper. EmbedBlocksParser is injected instead

* **2016-06-21**: [BC BREAK] Removed all `*.class` parameters.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -27,7 +27,7 @@
"sonata-project/core-bundle": "^3.0",
"twig/twig": "^1.14.2|^2.0"
},
"minimum-stability": "dev",
"minimum-stability": "RC",
"prefer-stable": true,
"suggest": {
"sonata-project/cache-bundle": "To add caching support for block loading",
Expand Down

0 comments on commit c488b90

Please sign in to comment.