You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: UPGRADE-4.x.md
+11-3
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
1
UPGRADE 4.x
2
2
===========
3
3
4
-
UPGRADE FROM 3.x to 3.x
4
+
UPGRADE FROM 4.x to 4.x
5
5
=======================
6
6
7
-
### Support for NelmioApiDocBundle > 3.6 is added
7
+
### Dependencies
8
8
9
-
Controllers for NelmioApiDocBundle v2 were moved under `Sonata\UserBundle\Controller\Api\Legacy\` namespace and controllers for NelmioApiDocBundle v3 were added as replacement. If you extend them, you must ensure they are using the corresponding inheritance.
9
+
- "sonata-project/datagrid-bundle" is bumped from ^2.4 to ^3.0.
10
+
11
+
If you are extending these method you MUST add argument and return type declarations:
Controllers for NelmioApiDocBundle v2 were moved under `Sonata\UserBundle\Controller\Api\Legacy\` namespace and controllers for NelmioApiDocBundle v3 were added as replacement. If you extend them, you must ensure they are using the corresponding inheritance.
0 commit comments