We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f30195 + 271396d commit 1f5f8b9Copy full SHA for 1f5f8b9
UPGRADE-2.0.md
@@ -0,0 +1,14 @@
1
+# Upgrade from 1.x to 2.0
2
+
3
+## Sonata Admin
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.
8
9
+## General
10
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.
0 commit comments