Skip to content

Commit

Permalink
Merge branch '1.0' into 1.1
Browse files Browse the repository at this point in the history
* 1.0:
  Generate changelog for v1.0.18
  Change application's version to v1.0.18
  Mention BC breaks caused while fixing security issues
  • Loading branch information
pamil committed Jul 10, 2018
2 parents 1f6e410 + 628dff3 commit d26aee7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion UPGRADE-1.0.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit d26aee7

Please sign in to comment.