This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
Releases: sonata-project/SonataNewsBundle
Releases · sonata-project/SonataNewsBundle
3.1.1
Changed
- the method
PostManager::findOneBySlug
will return null if the permalink couldn't be found
Fixed
- Fixed throwing doctrine exception on invalid permalink
3.1.0
Added
- Added
Document\PostManager::findOneByPermalink
method
Changed
- Replaced html
form
element with twig function - Replaced full stack symfony dependencies with only used ones.
Deprecated
- Deprecate
Document\PostManager::findOneBySlug
method
Fixed
- Fixed showing only one tag while filtering archive by tag
- Fix deprecated usage of
Admin
class - Fixed duplicate translation in tab menu
- Add missing configuration to make the CoreBundle's FormHelper works properly
Removed
- Internal test classes are now excluded from the autoloader
- Removed
symfony/symfony
dependency