From 879551f7ba82a9d31ef8f054baa57cfa3dce17b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Wed, 30 Jun 2021 13:35:39 +0200 Subject: [PATCH] [CHANGELOG] Generated for v1.4.0 --- CHANGELOG-1.4.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG-1.4.md diff --git a/CHANGELOG-1.4.md b/CHANGELOG-1.4.md new file mode 100644 index 00000000..96cc38db --- /dev/null +++ b/CHANGELOG-1.4.md @@ -0,0 +1,19 @@ +# CHANGELOG FOR `1.4.X` + +## v1.4.0 (2021-06-30) + +#### TL;DR + +- Added support for Sylius 1.10 and drop 1.8 +- Added support for Symfony 5.3 +- Added support for PHP 8.0 + +### Added +- [#717](https://github.com/Sylius/ShopApiPlugin/issues/717) [Maintenance] Support for Sylius 1.8 dropped, Sylius 1.10 added, Symfony 5.3 added, PHP 8.0 added ([@TiMESPLiNTER](https://github.com/TiMESPLiNTER), [@lchrusciel](https://github.com/lchrusciel)) + +### Changed +- [#710](https://github.com/Sylius/ShopApiPlugin/issues/710) [README] Update supported versions ([@lchrusciel](https://github.com/lchrusciel)) + +### Fixed +- [#711](https://github.com/Sylius/ShopApiPlugin/issues/711) Adding an assertion that the payment method needs to be available. ([@mamazu](https://github.com/mamazu)) +- [#716](https://github.com/Sylius/ShopApiPlugin/issues/716) fix: do not try to filter svg images ([@EmilMassey](https://github.com/EmilMassey))