Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 29, 2020
1 parent c4b91e3 commit feae587
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Admin/PostAdmin.php
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit feae587

Please sign in to comment.