Skip to content

Commit

Permalink
Mention BC breaks caused while fixing security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jul 10, 2018
1 parent 85b30af commit 1f5bf77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions UPGRADE-1.1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# UPGRADE FROM `v1.1.9` TO `v1.1.10`

* **BC BREAK**: `OrderShowMenuBuilder` constructor now requires the fourth argument being
`Symfony\Component\Security\Csrf\CsrfTokenManagerInterface` instance due to security reasons.

# UPGRADE FROM `v1.1.0` TO `v1.1.9`

* **BC BREAK**: `Sylius\Bundle\ResourceBundle\Controller::applyStateMachineTransitionAction` method now includes CSRF token checks due
to security reasons. If you used it for REST API, these checks can be disabled by adding
`csrf_protection: false` to your routing configuration.

# UPGRADE FROM `v1.0.X` TO `v1.1.0`

* Scanning for `composer.json` file inside themes directories is recursive by default, which can result in slow performance
Expand Down

0 comments on commit 1f5bf77

Please sign in to comment.