Skip to content

Commit

Permalink
3.32.0 (#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jun 13, 2021
1 parent 0623703 commit 5538a01
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.32.0](https://github.com/sonata-project/SonataMediaBundle/compare/3.31.2...3.32.0) - 2021-06-13
### Added
- [[#1974](https://github.com/sonata-project/SonataMediaBundle/pull/1974)] Addded support for `nelmio/api-doc-bundle` >= 3.9 ([@jordisala1991](https://github.com/jordisala1991))

### Changed
- [[#1974](https://github.com/sonata-project/SonataMediaBundle/pull/1974)] Updated docs in order to expose how to configure custom serialization paths under jms_serializer configuration node (jms_serializer.metadata.directories). ([@jordisala1991](https://github.com/jordisala1991))
- [[#1969](https://github.com/sonata-project/SonataMediaBundle/pull/1969)] Updated Dutch translations ([@VincentLanglet](https://github.com/VincentLanglet))

### Fixed
- [[#1871](https://github.com/sonata-project/SonataMediaBundle/pull/1871)] `MediaManager` implements `MediaManagerInterface` ([@mrcmorales](https://github.com/mrcmorales))

## [3.31.2](https://github.com/sonata-project/SonataMediaBundle/compare/3.31.1...3.31.2) - 2021-05-18
### Fixed
- [[#1955](https://github.com/sonata-project/SonataMediaBundle/pull/1955)] CDN invalidation from CloudFront when submitting paths that were previously invalidated. ([@phansys](https://github.com/phansys))
Expand Down
4 changes: 2 additions & 2 deletions UPGRADE-3.x.md
@@ -1,8 +1,8 @@
UPGRADE 3.x
===========

UPGRADE FROM 3.x to 3.x
=======================
UPGRADE FROM 3.31 to 3.32
=========================

### Support for NelmioApiDocBundle > 3.6 is added

Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/Legacy/GalleryController.php
Expand Up @@ -35,7 +35,7 @@
/**
* @final since sonata-project/media-bundle 3.21.0
*
* @deprecated since sonata-project/media-bundle 3.x, to be removed in version 4.0. Use Sonata\MediaBundle\Controller\Api\GalleryController instead.
* @deprecated since sonata-project/media-bundle 3.32, to be removed in version 4.0. Use Sonata\MediaBundle\Controller\Api\GalleryController instead.
*
* @author Hugo Briand <briand@ekino.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Api/Legacy/MediaController.php
Expand Up @@ -38,7 +38,7 @@
*
* @final since sonata-project/media-bundle 3.21.0
*
* @deprecated since sonata-project/media-bundle 3.x, to be removed in version 4.0. Use Sonata\MediaBundle\Controller\Api\MediaController instead.
* @deprecated since sonata-project/media-bundle 3.32, to be removed in version 4.0. Use Sonata\MediaBundle\Controller\Api\MediaController instead.
*
* @author Hugo Briand <briand@ekino.com>
*/
Expand Down

0 comments on commit 5538a01

Please sign in to comment.