diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a65b72..1b25c019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.14.0](https://github.com/sonata-project/SonataClassificationBundle/compare/3.13.2...3.14.0) - 2020-11-27 +### Added +- [[#599](https://github.com/sonata-project/SonataClassificationBundle/pull/599)] + Added support for "doctrine/persistence:^2.0". +([@awurth](https://github.com/awurth)) +- [[#607](https://github.com/sonata-project/SonataClassificationBundle/pull/607)] + Missing translation keys ([@gremo](https://github.com/gremo)) +- [[#574](https://github.com/sonata-project/SonataClassificationBundle/pull/574)] + Support for `nelmio/api-doc-bundle` >= 3.6 +([@wbloszyk](https://github.com/wbloszyk)) + +### Removed +- [[#585](https://github.com/sonata-project/SonataClassificationBundle/pull/585)] + Remove support for `doctrine/mongodb-odm` <2.0 +([@franmomu](https://github.com/franmomu)) + ## [3.13.2](https://github.com/sonata-project/SonataClassificationBundle/compare/3.13.1...3.13.2) - 2020-09-05 ### Fixed - [[#573](https://github.com/sonata-project/SonataClassificationBundle/pull/573)] diff --git a/src/Controller/Api/CategoryController.php b/src/Controller/Api/CategoryController.php index 4d0a7a0d..2a1968df 100644 --- a/src/Controller/Api/CategoryController.php +++ b/src/Controller/Api/CategoryController.php @@ -30,7 +30,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** - * @final since sonata-project/classification-bundle 3.x + * @final since sonata-project/classification-bundle 3.14 * * @author Vincent Composieux */ diff --git a/src/Controller/Api/CollectionController.php b/src/Controller/Api/CollectionController.php index a36e96c3..ea28c416 100644 --- a/src/Controller/Api/CollectionController.php +++ b/src/Controller/Api/CollectionController.php @@ -30,7 +30,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** - * @final since sonata-project/classification-bundle 3.x + * @final since sonata-project/classification-bundle 3.14 * * @author Vincent Composieux */ diff --git a/src/Controller/Api/ContextController.php b/src/Controller/Api/ContextController.php index de0e02f7..0f46ca59 100644 --- a/src/Controller/Api/ContextController.php +++ b/src/Controller/Api/ContextController.php @@ -30,7 +30,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** - * @final since sonata-project/classification-bundle 3.x + * @final since sonata-project/classification-bundle 3.14 * * @author Thomas Rabaix */ diff --git a/src/Controller/Api/Legacy/CategoryController.php b/src/Controller/Api/Legacy/CategoryController.php index 0b8acba4..da3094ff 100644 --- a/src/Controller/Api/Legacy/CategoryController.php +++ b/src/Controller/Api/Legacy/CategoryController.php @@ -28,7 +28,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** - * @deprecated since sonata-project/classification-bundle 3.x, to be removed in 4.0. + * @deprecated since sonata-project/classification-bundle 3.14, to be removed in 4.0. * * @author Vincent Composieux */ diff --git a/src/Controller/Api/Legacy/CollectionController.php b/src/Controller/Api/Legacy/CollectionController.php index b5cea309..7938c8ac 100644 --- a/src/Controller/Api/Legacy/CollectionController.php +++ b/src/Controller/Api/Legacy/CollectionController.php @@ -28,7 +28,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** - * @deprecated since sonata-project/classification-bundle 3.x, to be removed in 4.0. + * @deprecated since sonata-project/classification-bundle 3.14, to be removed in 4.0. * * @author Vincent Composieux */ diff --git a/src/Controller/Api/Legacy/ContextController.php b/src/Controller/Api/Legacy/ContextController.php index 3f67813a..66f426e4 100644 --- a/src/Controller/Api/Legacy/ContextController.php +++ b/src/Controller/Api/Legacy/ContextController.php @@ -28,7 +28,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** - * @deprecated since sonata-project/classification-bundle 3.x, to be removed in 4.0. + * @deprecated since sonata-project/classification-bundle 3.14, to be removed in 4.0. * * @author Thomas Rabaix */ diff --git a/src/Controller/Api/Legacy/TagController.php b/src/Controller/Api/Legacy/TagController.php index 80d3467b..4d3065cb 100644 --- a/src/Controller/Api/Legacy/TagController.php +++ b/src/Controller/Api/Legacy/TagController.php @@ -28,7 +28,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** - * @deprecated since sonata-project/classification-bundle 3.x, to be removed in 4.0. + * @deprecated since sonata-project/classification-bundle 3.14, to be removed in 4.0. * * @author Vincent Composieux */ diff --git a/src/Controller/Api/TagController.php b/src/Controller/Api/TagController.php index 10f68d0a..89f3038d 100644 --- a/src/Controller/Api/TagController.php +++ b/src/Controller/Api/TagController.php @@ -30,7 +30,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** - * @final since sonata-project/classification-bundle 3.x + * @final since sonata-project/classification-bundle 3.14 * * @author Vincent Composieux */ diff --git a/src/Resources/config/api_controllers_legacy.xml b/src/Resources/config/api_controllers_legacy.xml index e5775745..bfaf8843 100644 --- a/src/Resources/config/api_controllers_legacy.xml +++ b/src/Resources/config/api_controllers_legacy.xml @@ -6,28 +6,28 @@ - The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.x and will be removed in 4.0. + The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.14 and will be removed in 4.0. - The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.x and will be removed in 4.0. + The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.14 and will be removed in 4.0. - The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.x and will be removed in 4.0. + The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.14 and will be removed in 4.0. - The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.x and will be removed in 4.0. + The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.14 and will be removed in 4.0.