File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 3.2.0] ( https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.1.1...3.2.0 ) - 2019-04-03
6
+ ### Fixed
7
+ - using the new collection type namespace
8
+ - deprecation for symfony/config 4.2+
9
+ - missing association admin class in datagrid filters.
10
+ - ` isLastPage ` () always returning ` false `
11
+
12
+ ### Removed
13
+ - support for php 5 and php 7.0
14
+
5
15
## [ 3.1.1] ( https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.1.0...3.1.1 ) - 2018-02-08
6
16
### Changed
7
17
- All templates references are updated to twig namespaced syntax
Original file line number Diff line number Diff line change 31
31
class FormContractor implements FormContractorInterface
32
32
{
33
33
/**
34
- * @deprecated since version 3.x , to be removed in 4.0
34
+ * @deprecated since version 3.1.0 , to be removed in 4.0
35
35
*
36
36
* @var FormFactoryInterface
37
37
*/
You can’t perform that action at this time.
0 commit comments