From feae587d60957d6fdf0777ee7aef41188e61f727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 29 Jun 2020 18:53:05 +0200 Subject: [PATCH] 3.13.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ src/Admin/PostAdmin.php | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab34526d..4c6d2a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.13.0](https://github.com/sonata-project/SonataNewsBundle/compare/3.12.0...3.13.0) - 2020-06-29 +### Added +- [[#602](https://github.com/sonata-project/SonataNewsBundle/pull/602)] Added + `twig/string-extra` dependency. ([@wbloszyk](https://github.com/wbloszyk)) + +### Changed +- [[#602](https://github.com/sonata-project/SonataNewsBundle/pull/602)] Changed + use of `truncate` filter with `u` filter. +([@wbloszyk](https://github.com/wbloszyk)) + +### Fixed +- [[#603](https://github.com/sonata-project/SonataNewsBundle/pull/603)] + Deprecations for event dispatching ([@wbloszyk](https://github.com/wbloszyk)) +- [[#594](https://github.com/sonata-project/SonataNewsBundle/pull/594)] Fixed + sql to work with mssql ([@wbloszyk](https://github.com/wbloszyk)) + +### Removed +- [[#603](https://github.com/sonata-project/SonataNewsBundle/pull/603)] Remove + support for Symfony <4.3 and php <7.2 +([@wbloszyk](https://github.com/wbloszyk)) +- [[#595](https://github.com/sonata-project/SonataNewsBundle/pull/595)] Remove + SonataCoreBundle dependencies ([@wbloszyk](https://github.com/wbloszyk)) + ## [3.12.0](https://github.com/sonata-project/SonataNewsBundle/compare/3.11.0...3.12.0) - 2020-05-02 ### Changed - Make admin bundle optional diff --git a/src/Admin/PostAdmin.php b/src/Admin/PostAdmin.php index bb58e4ac..20ecdd16 100644 --- a/src/Admin/PostAdmin.php +++ b/src/Admin/PostAdmin.php @@ -36,7 +36,7 @@ class PostAdmin extends AbstractAdmin { /** - * @deprecated since sonata-project/news-bundle 3.x, to be removed in 4.0. + * @deprecated since sonata-project/news-bundle 3.13, to be removed in 4.0. * * @var UserManagerInterface|null */ @@ -53,7 +53,7 @@ class PostAdmin extends AbstractAdmin protected $permalinkGenerator; /** - * @deprecated since sonata-project/news-bundle 3.x, to be removed in 4.0. + * @deprecated since sonata-project/news-bundle 3.13, to be removed in 4.0. * * @param UserManagerInterface|null $userManager */