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

3.14.0

Compare
Choose a tag to compare
@greg0ire greg0ire released this 22 Aug 16:12
· 126 commits to 3.x since this release
3.14.0
33ba20f

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