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

12 Feb 22:28
128f02b
Compare
Choose a tag to compare

Added

  • [#711] Support for "symfony/mailer" in Sonata\NewsBundle\Mailer\Mailer. (@wbloszyk)

Deprecated

  • [#711] Support for "swiftmailer/swiftmailer" in Sonata\NewsBundle\Mailer\Mailer. (@wbloszyk)

3.16.0

05 Dec 20:52
7e77eb8
Compare
Choose a tag to compare

Added

  • [#678] Addded support for doctrine/persistence 2 (@core23)

3.15.0

09 Nov 09:56
3d7c49e
Compare
Choose a tag to compare

Added

  • [#639] Support for sonata-project/datagrid-bundle v3 (@wbloszyk)

Changed

Fixed

  • [#634] Fixed support for string model identifiers at Open API definitions (@wbloszyk)

Removed

  • [#650] Remove translator deprecations (@core23)
  • [#634] Removed requirements that were only allowing integers for model identifiers at Open API definitions (@wbloszyk)

3.14.0

22 Aug 16:12
3.14.0
33ba20f
Compare
Choose a tag to compare

Added

  • [#612] Added support for "friendsofsymfony/rest-bundle:^3.0" (@wbloszyk)
  • [#610] Added public alias Sonata\NewsBundle\Controller\Api\CommentController for sonata.news.controller.api.comment service (@wbloszyk)
  • [#610] Added public alias Sonata\NewsBundle\Controller\Api\PostController for sonata.news.controller.api.post service (@wbloszyk)

Change

  • [#612] Support for deprecated "rest" routing type in favor for xml (@wbloszyk)

Changed

  • [#601] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred (@jordisala1991)

Deprecated

  • [#601] Using SonataEasyExtendsBundle to add Doctrine mapping information (@jordisala1991)

Fixed

  • [#615] Fixed references to Application\ namespace at BasePostRepository::countCommentsQuery(). (@phansys)
  • [#610] Fix RestFul API - Class could not be determined for Controller identified Error (@wbloszyk)
  • [#609] Fix missing u filter when SonataNewsBundle is register after TwigBundle (@wbloszyk)

Removed

3.13.0

29 Jun 20:02
3.13.0
feae587
Compare
Choose a tag to compare

Added

Changed

  • [#602] Changed use of truncate filter with u filter. (@wbloszyk)

Fixed

Removed

3.12.0

02 May 17:35
3.12.0
bea8218
Compare
Choose a tag to compare

Changed

  • Make admin bundle optional

Fixed

  • Fix clashing format_datetime filter call

3.11.0

06 Jan 18:59
3.11.0
cfc308d
Compare
Choose a tag to compare

Removed

  • Removed tight coupling to user bundle
  • Removed sonata-project/user-bundle dependency
  • Support for Symfony < 3.4
  • Support for Symfony >= 4, < 4.2

3.10.1

11 Nov 23:01
3.10.1
3da3465
Compare
Choose a tag to compare

Added

  • Add missing translation for admin menu

Fixed

  • Fix missing call to isVisible

3.10.0

20 Sep 20:50
3.10.0
06df631
Compare
Choose a tag to compare

Added

  • Added conflict for unsupported nelmio/api-doc-bundle versions
  • Add default context to breadcrumbs

Changed

  • Changed id type to mixed

Fixed

  • Match PHPDoc with doctrine model

3.9.0

04 Sep 17:49
3.9.0
7dd8be6
Compare
Choose a tag to compare

Added

  • Add missing twig/twig required in composer.json with versions ^1.35 || ^2.4
  • Added events to the comment process

Fixed

  • deprecation notice about using namespaced classes from \Twig\

Changed

  • Trigger an error if a class declaration is missing in the configuration
  • Improved support for different db drivers