Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

3.4.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 19 Oct 16:02
· 78 commits to 3.x since this release
4477f2c

Added

  • [#688] Support for "friendsofsymfony/rest-bundle:^3.0" (@wbloszyk)
  • [#685] Added public alias Sonata\BasketBundle\Controller\Api\BasketController for sonata.basket.controller.api.basket service (@wbloszyk)
  • [#685] Added public alias Sonata\CustomerBundle\Controller\Api\AddressController for sonata.customer.controller.api.address service (@wbloszyk)
  • [#685] Added public alias Sonata\CustomerBundle\Controller\Api\CustomerController for sonata.customer.controller.api.customer service (@wbloszyk)
  • [#685] Added public alias Sonata\InvoiceBundle\Controller\Api\InvoiceController for sonata.invoice.controller.api.invoice service (@wbloszyk)
  • [#685] Added public alias Sonata\OrderBundle\Controller\Api\OrderController for sonata.order.controller.api.order service (@wbloszyk)
  • [#685] Added public alias Sonata\ProductBundle\Controller\Api\ProductController for sonata.product.controller.api.product service (@wbloszyk)

Changed

  • [#688] Support for deprecated "rest" routing type in favor for xml (@wbloszyk)
  • [#687] Translate flash message before add it to flash bag (@wbloszyk)

Fixed

  • [#685] Fix RestFul API - Class could not be determined for Controller identified Error (@wbloszyk)
  • [#709] Working with "sonata-project/exporter" v2 (@wbloszyk)
  • [#702] Fixed support for string model identifiers at Open API definitions. (@wbloszyk)
  • [#681] Fix Twig\Extra\String\StringExtension optional auto-registration to avoid duplication twig.extension service (@wbloszyk)

Removed

  • [#702] Removed requirements that were only allowing integers for model identifiers at Open API definitions. (@wbloszyk)
  • [#694] Support for cocur/slugify < 4.0 (@jordisala1991)
  • [#686] Support for Symfony < 4.4 (@wbloszyk)