Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit d5c273a

Browse files
authored
minor #608 Improve documentation (lchrusciel)
This PR was merged into the 1.0-dev branch. Discussion ---------- #SymfonyHackday Commits ------- 03acf8a Improve documentation
2 parents 8a7a170 + 03acf8a commit d5c273a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Added
1212
- [#593](https://github.com/Sylius/SyliusShopApiPlugin/issues/593) [Checkout] Send confirmation email after checkout is completed ([@lchrusciel](https://github.com/lchrusciel))
13+
- [#599](https://github.com/Sylius/SyliusShopApiPlugin/issues/599) Validate complete order request ([@kayue](https://github.com/kayue), [@mamazu](https://github.com/mamazu))
1314

1415
### Changed
1516
- [#590](https://github.com/Sylius/SyliusShopApiPlugin/issues/590) [Maintenance] Register handler only in proper bus ([@lchrusciel](https://github.com/lchrusciel))

UPGRADE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# UPGRADE FROM 1.0.0-rc.2 or 1.0.0-rc.3 to 1.0.0
2+
3+
* Add proper constraint to composer.json
4+
```json
5+
{
6+
"require": {
7+
"sylius/shop-api-plugin": "^1.0"
8+
}
9+
}
10+
```
11+
* Run `composer update`
12+
113
# UPGRADE FROM 1.0.0-rc.1 to 1.0.0-rc.2
214

315
* The following files changed their namespaces and folders:

0 commit comments

Comments
 (0)