Skip to content

Commit

Permalink
3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Nov 27, 2020
1 parent 4ea6616 commit bed4a86
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 12 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/CategoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/CollectionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/ContextController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/Legacy/CategoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/Legacy/CollectionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/Legacy/ContextController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/Legacy/TagController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/TagController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
*/
Expand Down
8 changes: 4 additions & 4 deletions src/Resources/config/api_controllers_legacy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
<argument type="service" id="form.factory"/>
</service>
<service id="Sonata\ClassificationBundle\Controller\Api\Legacy\CategoryController" alias="sonata.classification.controller.api.category" public="true">
<deprecated>The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.x and will be removed in 4.0.</deprecated>
<deprecated>The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.14 and will be removed in 4.0.</deprecated>
</service>
<service id="sonata.classification.controller.api.collection" class="Sonata\ClassificationBundle\Controller\Api\Legacy\CollectionController">
<argument type="service" id="sonata.classification.manager.collection"/>
<argument type="service" id="form.factory"/>
</service>
<service id="Sonata\ClassificationBundle\Controller\Api\Legacy\CollectionController" alias="sonata.classification.controller.api.collection" public="true">
<deprecated>The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.x and will be removed in 4.0.</deprecated>
<deprecated>The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.14 and will be removed in 4.0.</deprecated>
</service>
<service id="sonata.classification.controller.api.tag" class="Sonata\ClassificationBundle\Controller\Api\Legacy\TagController">
<argument type="service" id="sonata.classification.manager.tag"/>
<argument type="service" id="form.factory"/>
</service>
<service id="Sonata\ClassificationBundle\Controller\Api\Legacy\TagController" alias="sonata.classification.controller.api.tag" public="true">
<deprecated>The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.x and will be removed in 4.0.</deprecated>
<deprecated>The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.14 and will be removed in 4.0.</deprecated>
</service>
<service id="sonata.classification.controller.api.context" class="Sonata\ClassificationBundle\Controller\Api\Legacy\ContextController">
<argument type="service" id="sonata.classification.manager.context"/>
<argument type="service" id="form.factory"/>
</service>
<service id="Sonata\ClassificationBundle\Controller\Api\Legacy\ContextController" alias="sonata.classification.controller.api.context" public="true">
<deprecated>The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.x and will be removed in 4.0.</deprecated>
<deprecated>The "%alias_id%" service alias is deprecated since sonata-project/classification-bundle 3.14 and will be removed in 4.0.</deprecated>
</service>
</services>
</container>

0 comments on commit bed4a86

Please sign in to comment.