Generate changelog for v1.1.9

This commit is contained in:
Kamil Kokot 2018-07-09 00:09:08 +02:00
parent d0443e9264
commit 4b9539e2ef
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -1,5 +1,23 @@
# CHANGELOG FOR `1.1.X`
## v1.1.9 (2018-07-08)
#### TL;DR
- **SECURITY FIX:** Added CSRF protection for the following action:
- marking order's payment as completed
- marking order's payment as refunded
- marking product review as accepted
- marking product review as rejected
#### Details
- [#9475](https://github.com/Sylius/Sylius/pull/9475) Make Stalebot less annoying (@Zales0123)
- [#9491](https://github.com/Sylius/Sylius/pull/9491) [Documentation] Document Forum in the support section (@CoderMaggie)
- [#9515](https://github.com/Sylius/Sylius/pull/9515) [Documentation] Fix typos (@adrienlucas)
- [#9558](https://github.com/Sylius/Sylius/pull/9558) Use ...Prototype() instead of prototype('...') in Symfony configuration (@pamil)
## v1.1.8 (2018-07-05)
#### TL;DR