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

Releases: sonata-project/SonataNewsBundle

3.1.1

13 Feb 16:42
3.1.1
707e0a2
Compare
Choose a tag to compare

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

17 Jan 11:53
3.1.0
2fd3b64
Compare
Choose a tag to compare

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