|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/).
|
4 | 4 |
|
| 5 | +## [3.4.0](https://github.com/sonata-project/ecommerce/compare/3.3.0...3.4.0) - 2020-10-19 |
| 6 | +### Added |
| 7 | +- [[#688](https://github.com/sonata-project/ecommerce/pull/688)] Support for "friendsofsymfony/rest-bundle:^3.0" ([@wbloszyk](https://github.com/wbloszyk)) |
| 8 | +- [[#685](https://github.com/sonata-project/ecommerce/pull/685)] Added public alias `Sonata\BasketBundle\Controller\Api\BasketController` for `sonata.basket.controller.api.basket` service ([@wbloszyk](https://github.com/wbloszyk)) |
| 9 | +- [[#685](https://github.com/sonata-project/ecommerce/pull/685)] Added public alias `Sonata\CustomerBundle\Controller\Api\AddressController` for `sonata.customer.controller.api.address` service ([@wbloszyk](https://github.com/wbloszyk)) |
| 10 | +- [[#685](https://github.com/sonata-project/ecommerce/pull/685)] Added public alias `Sonata\CustomerBundle\Controller\Api\CustomerController` for `sonata.customer.controller.api.customer` service ([@wbloszyk](https://github.com/wbloszyk)) |
| 11 | +- [[#685](https://github.com/sonata-project/ecommerce/pull/685)] Added public alias `Sonata\InvoiceBundle\Controller\Api\InvoiceController` for `sonata.invoice.controller.api.invoice` service ([@wbloszyk](https://github.com/wbloszyk)) |
| 12 | +- [[#685](https://github.com/sonata-project/ecommerce/pull/685)] Added public alias `Sonata\OrderBundle\Controller\Api\OrderController` for `sonata.order.controller.api.order` service ([@wbloszyk](https://github.com/wbloszyk)) |
| 13 | +- [[#685](https://github.com/sonata-project/ecommerce/pull/685)] Added public alias `Sonata\ProductBundle\Controller\Api\ProductController` for `sonata.product.controller.api.product` service ([@wbloszyk](https://github.com/wbloszyk)) |
| 14 | + |
| 15 | +### Changed |
| 16 | +- [[#688](https://github.com/sonata-project/ecommerce/pull/688)] Support for deprecated "rest" routing type in favor for xml ([@wbloszyk](https://github.com/wbloszyk)) |
| 17 | +- [[#687](https://github.com/sonata-project/ecommerce/pull/687)] Translate flash message before add it to `flash bag` ([@wbloszyk](https://github.com/wbloszyk)) |
| 18 | + |
| 19 | +### Fixed |
| 20 | +- [[#685](https://github.com/sonata-project/ecommerce/pull/685)] Fix RestFul API - `Class could not be determined for Controller identified` Error ([@wbloszyk](https://github.com/wbloszyk)) |
| 21 | +- [[#709](https://github.com/sonata-project/ecommerce/pull/709)] Working with "sonata-project/exporter" v2 ([@wbloszyk](https://github.com/wbloszyk)) |
| 22 | +- [[#702](https://github.com/sonata-project/ecommerce/pull/702)] Fixed support for string model identifiers at Open API definitions. ([@wbloszyk](https://github.com/wbloszyk)) |
| 23 | +- [[#681](https://github.com/sonata-project/ecommerce/pull/681)] Fix `Twig\Extra\String\StringExtension` optional auto-registration to avoid duplication `twig.extension` service ([@wbloszyk](https://github.com/wbloszyk)) |
| 24 | + |
| 25 | +### Removed |
| 26 | +- [[#702](https://github.com/sonata-project/ecommerce/pull/702)] Removed requirements that were only allowing integers for model identifiers at Open API definitions. ([@wbloszyk](https://github.com/wbloszyk)) |
| 27 | +- [[#694](https://github.com/sonata-project/ecommerce/pull/694)] Support for `cocur/slugify` < 4.0 ([@jordisala1991](https://github.com/jordisala1991)) |
| 28 | +- [[#686](https://github.com/sonata-project/ecommerce/pull/686)] Support for Symfony < 4.4 ([@wbloszyk](https://github.com/wbloszyk)) |
| 29 | + |
5 | 30 | ## [3.3.0](https://github.com/sonata-project/ecommerce/compare/3.2.3...3.3.0) - 2020-06-23
|
6 | 31 | ### Added
|
7 | 32 | - [[#678](https://github.com/sonata-project/ecommerce/pull/678)] Added
|
|
0 commit comments