Skip to content

Commit

Permalink
minor #608 Improve documentation (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

#SymfonyHackday

Commits
-------

03acf8a Improve documentation
  • Loading branch information
lchrusciel authored Nov 23, 2019
2 parents 8a7a170 + 03acf8a commit d5c273a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

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

### Changed
- [#590](https://github.com/Sylius/SyliusShopApiPlugin/issues/590) [Maintenance] Register handler only in proper bus ([@lchrusciel](https://github.com/lchrusciel))
Expand Down
12 changes: 12 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# UPGRADE FROM 1.0.0-rc.2 or 1.0.0-rc.3 to 1.0.0

* Add proper constraint to composer.json
```json
{
"require": {
"sylius/shop-api-plugin": "^1.0"
}
}
```
* Run `composer update`

# UPGRADE FROM 1.0.0-rc.1 to 1.0.0-rc.2

* The following files changed their namespaces and folders:
Expand Down

0 comments on commit d5c273a

Please sign in to comment.