mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.2'
* 1.2: Mention BC breaks caused while fixing security issues Generate changelog for v1.2.3 Change application's version to v1.2.3 Mention BC breaks caused while fixing security issues Generate changelog for v1.1.10 Change application's version to v1.1.10 Generate changelog for v1.0.18 Change application's version to v1.0.18 Mention BC breaks caused while fixing security issues
This commit is contained in:
commit
bfa4cae0f6
6 changed files with 58 additions and 1 deletions
|
|
@ -1,5 +1,15 @@
|
|||
# CHANGELOG FOR `1.0.X`
|
||||
|
||||
## v1.0.18 (2018-07-10)
|
||||
|
||||
#### TL;DR
|
||||
|
||||
- Fixing the application after not-so-perfect security issue fix in the last release
|
||||
|
||||
#### Details
|
||||
|
||||
- [See the diff since the last patch release](https://github.com/Sylius/Sylius/compare/v1.0.17...v1.0.18)
|
||||
|
||||
## v1.0.17 (2018-07-08)
|
||||
|
||||
#### TL;DR
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# CHANGELOG FOR `1.1.X`
|
||||
|
||||
## v1.1.10 (2018-07-10)
|
||||
|
||||
#### TL;DR
|
||||
|
||||
- Fixing the application after not-so-perfect security issue fix in the last release
|
||||
|
||||
#### Details
|
||||
|
||||
- [See the diff since the last patch release](https://github.com/Sylius/Sylius/compare/v1.1.9...v1.1.10)
|
||||
|
||||
## v1.1.9 (2018-07-08)
|
||||
|
||||
#### TL;DR
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# CHANGELOG FOR `1.2.X`
|
||||
|
||||
## v1.2.3 (2018-07-10)
|
||||
|
||||
#### TL;DR
|
||||
|
||||
- Fixing the application after not-so-perfect security issue fix in the last release
|
||||
|
||||
#### Details
|
||||
|
||||
- [See the diff since the last patch release](https://github.com/Sylius/Sylius/compare/v1.2.2...v1.2.3)
|
||||
|
||||
## v1.2.2 (2018-07-08)
|
||||
|
||||
#### TL;DR
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
# UPGRADE FROM `v1.0.17` TO `v1.0.18`
|
||||
|
||||
* **BC BREAK**: `OrderShowMenuBuilder` constructor now requires the fourth argument being
|
||||
`Symfony\Component\Security\Csrf\CsrfTokenManagerInterface` instance due to security reasons.
|
||||
|
||||
# UPGRADE FROM `v1.0.16` TO `v1.0.17`
|
||||
|
||||
* `Sylius\Bundle\ResourceBundle\Controller::applyStateMachineTransitionAction` method now includes CSRF token checks due
|
||||
* **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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,14 @@
|
|||
# UPGRADE FROM `v1.2.2` TO `v1.2.3`
|
||||
|
||||
* **BC BREAK**: `OrderShowMenuBuilder` constructor now requires the fourth argument being
|
||||
`Symfony\Component\Security\Csrf\CsrfTokenManagerInterface` instance due to security reasons.
|
||||
|
||||
# UPGRADE FROM `v1.2.0` TO `v1.2.2`
|
||||
|
||||
* **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.1.X` TO `v1.2.0`
|
||||
|
||||
## Codebase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue