-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37ecf60
commit 65dcc21
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# CHANGELOG FOR `1.4.X` | ||
|
||
## v1.5.0 (2022-07-20) | ||
|
||
#### TL;DR | ||
|
||
- Added support for Sylius 1.11 | ||
- Added support for PHP 8.1 and dropped for 7.4 | ||
|
||
### Added | ||
- [#726](https://github.com/Sylius/ShopApiPlugin/issues/726) [Maintenance] Support PHP 8.1, drop PHP 7.4, bump to Sylius 1.10 ([@Rafikooo](https://github.com/Rafikooo)) | ||
- [#722](https://github.com/Sylius/ShopApiPlugin/issues/722) Adds an endpoint to get a list of countries, and provinces by country ([@medteck](https://github.com/medteck), [@mamazu](https://github.com/mamazu)) | ||
|
||
### Changed | ||
- [#718](https://github.com/Sylius/ShopApiPlugin/issues/718) Remove unused oauth-server-bundle from dependencies ([@TiMESPLiNTER](https://github.com/TiMESPLiNTER)) | ||
- [#723](https://github.com/Sylius/ShopApiPlugin/issues/723) Adding the license block to the coding standard ([@mamazu](https://github.com/mamazu)) | ||
- [#727](https://github.com/Sylius/ShopApiPlugin/issues/727) [Upgrade] Support PHP 8.1, drop PHP 7.4, bump to Sylius 1.10 ([@Rafikooo](https://github.com/Rafikooo)) | ||
|
||
### Fixed | ||
- [#731](https://github.com/Sylius/ShopApiPlugin/issues/731) [Maintenance] Allow flex plugin during plugin installation ([@lchrusciel](https://github.com/lchrusciel)) | ||
- [#732](https://github.com/Sylius/ShopApiPlugin/issues/732) [Maintenance] Turn off code sniffer and turn on flex in CI ([@lchrusciel](https://github.com/lchrusciel)) | ||
|