From 4b9539e2ef15a8cacbd54146185c11363c159900 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 9 Jul 2018 00:09:08 +0200 Subject: [PATCH] Generate changelog for v1.1.9 --- CHANGELOG-1.1.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG-1.1.md b/CHANGELOG-1.1.md index bab4ad3e8e..bb91f3ed4f 100644 --- a/CHANGELOG-1.1.md +++ b/CHANGELOG-1.1.md @@ -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