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

Commit c488b90

Browse files
committed
Prepare 2.0.0-RC1
1 parent 0674e5c commit c488b90

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- hhvm
76

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Changelog
22
=========
33

4-
2.0 (unreleased)
5-
--------------------
4+
2.0.0-RC1
5+
---------
66

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

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

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"sonata-project/core-bundle": "^3.0",
2828
"twig/twig": "^1.14.2|^2.0"
2929
},
30-
"minimum-stability": "dev",
30+
"minimum-stability": "RC",
3131
"prefer-stable": true,
3232
"suggest": {
3333
"sonata-project/cache-bundle": "To add caching support for block loading",

0 commit comments

Comments
 (0)