Skip to content

Commit 271396d

Browse files
committed
create upgrad file
1 parent 1f30195 commit 271396d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

UPGRADE-2.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)