Skip to content

Commit

Permalink
add upgrade note
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Jun 21, 2020
1 parent 2f0f7bb commit f77f06a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions UPGRADE-3.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
UPGRADE 3.x
===========

UPGRADE FROM 3.12 to 3.x
========================

### SonataEasyExtends is deprecated

Registering `SonataEasyExtendsBundle` bundle is now deprecated, you should not register it,
and instead register the `SonataDoctrineBundle` bundle.

UPGRADE FROM 3.1 to 3.2
=======================

Expand All @@ -12,6 +20,6 @@ and should be done by overriding `getFormBuilder` instead.

### Tests

All files under the ``Tests`` directory are now correctly handled as internal test classes.
You can't extend them anymore, because they are only loaded when running internal tests.
All files under the ``Tests`` directory are now correctly handled as internal test classes.
You can't extend them anymore, because they are only loaded when running internal tests.
More information can be found in the [composer docs](https://getcomposer.org/doc/04-schema.md#autoload-dev).

0 comments on commit f77f06a

Please sign in to comment.