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.8.0

27 Jan 15:46
3.8.0
eb40afd
Compare
Choose a tag to compare

Fixed

  • CoreBundle deprecations
  • deprecation for symfony/config 4.2+

Removed

  • support for php 5 and php 7.0

3.7.0

10 Nov 12:32
3.7.0
3a630e8
Compare
Choose a tag to compare

Added

  • Added group icon to admin pages

Changed

  • SEO: Append title instead of replacing it

Fixed

  • Added missing seo information to PostArchiveAction

3.6.0

30 Oct 23:41
3.6.0
273072d
Compare
Choose a tag to compare

Added

  • Added support for latest formatter-bundle

3.5.0

08 Jul 20:33
3.5.0
fd902fe
Compare
Choose a tag to compare

Added

  • Compatibility with FOSRest 2.0
  • Make posts visible to admins
  • Show status message if post is not public
  • Added SEO information to archives
  • Added a daily archive

Fixed

  • Replaced deprecated bind by handleRequest on forms
  • Commands not working on Symfony 4
  • Make services public
  • Previous and next links now link to the correct location in the archive page
  • Fixed addChild deprecations

Changed

  • Controller\PostController is now deprecated in favor of Action\*Action

3.4.0

11 Feb 12:32
3.4.0
c363ac3
Compare
Choose a tag to compare

Added

  • added block title translation domain option
  • added block icon option
  • added block class option

Changed

  • replaced box with bootstrap panel layout in blocks

Fixed

  • Fixed wrong translation in blocks
  • Fixed calling wrong method when submitting comment
  • Check if the comment form was submitted
  • Fixed wrong translation key

Removed

  • Removed default title from blocks

3.3.0

26 Jan 17:06
3.3.0
f8dd976
Compare
Choose a tag to compare

Changed

  • Switch all templates references to Twig namespaced syntax
  • Switch from templating service to sonata.templating

Fixed

  • Fixed creating new swift message
  • Switch Field Type checkbox option to FQCN option for sf 4 compatibility

3.2.2

07 Jan 10:10
3.2.2
56a8eeb
Compare
Choose a tag to compare

Fixed

  • Compatibility with Symfony 4
  • Missing translation to CommentStatusType
  • Support for swiftmailer 6
  • Fixed calling deprecated setDefaultOptions method
  • Don't call the translator in breadcrumbs

3.2.1

07 Dec 16:59
3.2.1
c049026
Compare
Choose a tag to compare

Added

  • Added Russian translations
  • Added support fos sonata-project/user-bundle 4

3.2.0

29 Nov 10:37
3.2.0
1c4d141
Compare
Choose a tag to compare

Changed

  • Removed usage of old form type aliases
  • Changed internal folder structure to src, tests and docs

Fixed

  • Fixed hardcoded paths to classes in .xml.skeleton files of config
  • Fixed Post Document mongoDb metadata from comments_count to commentsCount
  • Fixed calling deprecated twig tag

Removed

  • support for old versions of php and Symfony
  • Removed deprecated form alias usage

3.1.2

07 Apr 15:24
3.1.2
9a929f3
Compare
Choose a tag to compare

Changed

  • The sonata-project/block-bundle is an optional dependency

Fixed

  • Added missing RecentPostsBlockService::$adminPool parameter
  • Added missing NewsExtension::$blog parameter
  • Fixed wrong or missing PHPDoc
  • Fixed return null value instead of void in PostController::getSeoPage
  • Fixed return null value instead of void in PostManager::findOneByPermalink
  • Fixed return null value instead of void in CommentStatusRenderer::getStatusClass
  • Fixed BlockBundle deprecation messages
  • Fixed request service deprecation messages
  • Fixed old center html tag
  • Missing swiftmailer dependency
  • Fixed pager test with DatagridBundle 2.2.1
  • Catch exception when finding post by permalink
  • deprecated configureSideMenu usage was fixed

Removed

  • Removed dead parameters in method calls