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

Releases: sonata-project/ecommerce

3.5.2

21 Mar 21:46
12f984f
Compare
Choose a tag to compare

Changed

  • [#773] Change usage of Symfony\Bridge\Doctrine\RegistryInterface into Doctrine\Persistence\ManagerRegistry (BC) (@wbloszyk)

3.5.1

16 Feb 21:12
69710c4
Compare
Choose a tag to compare

Changed

  • [#771] Change usage of Symfony\Bridge\Doctrine\RegistryInterface into Doctrine\Persistence\ManagerRegistry (BC) (@wbloszyk)

3.5.0

06 Feb 11:44
Compare
Choose a tag to compare

Added

  • [#714] Support for sonata-project/datagrid-bundle to version ^3.0 (@wbloszyk)
  • [#730] Added compatibility with doctrine/doctrine-bundle ^2.0 (@jordisala1991)

Changed

Removed

  • [#714] Support for sonata-project/datagrid-bundle to version < 3.0 (@wbloszyk)

3.4.0

19 Oct 16:02
4477f2c
Compare
Choose a tag to compare

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)

3.3.0

23 Jun 07:27
3.3.0
bb90eb2
Compare
Choose a tag to compare

Added

Changed

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

Fixed

Removed

3.2.3

27 Feb 19:08
3.2.3
a54869d
Compare
Choose a tag to compare

Fixed

  • Only add association mapping from ProductCollection to Collection when property exists
  • Only add inverse side definition in ProductionCollection mapping when property exists.

3.2.2

27 Feb 19:08
3.2.2
6528d76
Compare
Choose a tag to compare

Fixed

  • fix collection navigation
  • remove deprecated calls
  • ->cannotBeEmpty() is not applicable to concrete nodes at path
    sonata_customer.profile.menu.

3.2.1

03 Jan 23:12
3.2.1
47211b8
Compare
Choose a tag to compare

Fixed

  • crash with Compile Error: Access level to Sonata\CustomerBundle\Block\ProfileMenuBlockService::getMenu() must be protected

3.2.0

03 Jan 22:22
3.2.0
f4408f2
Compare
Choose a tag to compare

Added

  • Added configurable profile to CustomerBundle

Fixed

  • bug with missing CustomerController::getCurrentRequest method

3.1.0

02 Dec 06:51
3.1.0
e2486ff
Compare
Choose a tag to compare

Fixed

  • crash on payment validation

Deprecated

  • not using DI when instanciating a PaymentController