File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.0.0-RC1
5
+ ---------
6
+
4
7
* ** 2016-06-21** : [ BC BREAK] Deleted the ` sonata_admin ` bundle set.
5
8
* ** 2016-06-21** : [ BC BREAK] Deleted the ` LoadBaseData ` data fixtures.
6
9
* ** 2016-06-21** : [ BC BREAK] Deleted the ` Content ` document.
Original file line number Diff line number Diff line change 1
1
# Upgrade from 1.x to 2.0
2
2
3
- ## Sonata Admin
3
+ ## Bundle sets
4
4
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.
8
7
9
- ## General
8
+ ## Fixtures
10
9
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.
You can’t perform that action at this time.
0 commit comments