Skip to content

Commit 3a3f938

Browse files
committed
Prepare 2.0.0-RC1
1 parent fad6068 commit 3a3f938

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
2.0.0-RC1
5+
---------
6+
47
* **2016-06-21**: [BC BREAK] Deleted the `sonata_admin` bundle set.
58
* **2016-06-21**: [BC BREAK] Deleted the `LoadBaseData` data fixtures.
69
* **2016-06-21**: [BC BREAK] Deleted the `Content` document.

UPGRADE-2.0.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Upgrade from 1.x to 2.0
22

3-
## Sonata Admin
3+
## Bundle sets
44

5-
* With the movement of all sonata related classes and code from symfony-cmf core bundles to
6-
sonata-admin-integration-bundle `sonata_admin` as a bundle set isn't needed anymore. When you still
7-
need the bundles defined by this set, you have to register them manually.
5+
* The `sonata_admin` bundle set was removed. Use the `sonata_admin_orm` or
6+
`sonata_admin_phpcr` set instead.
87

9-
## General
8+
## Fixtures
109

11-
* The `LoadBaseData` fixture loader was removed. You have to initialize your test nodes in your own fixtures now.
12-
* Symfony versions up from 3.0 will be supported now.
13-
* `Symfony\Cmf\Component\Testing\Document\Content` as a general test document was removed, so you have to create own
14-
testing document classes now.
10+
* The `LoadBaseData` fixture loader was removed. You have to initialize your
11+
test nodes in your own fixtures now.
12+
13+
* `Symfony\Cmf\Component\Testing\Document\Content` as a general test document
14+
was removed, so you have to create own testing document classes now.

0 commit comments

Comments
 (0)