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))