mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
[UPMERGE] 2.1 -> 2.2 (#19042)
This PR has been generated automatically. For more details see [upmerge_pr.yaml](/Sylius/Sylius/blob/2.3/.github/workflows/upmerge_pr.yaml). **Remember!** The upmerge should always be merged with using `Merge pull request` button. In case of conflicts, please resolve them manually with usign the following commands: ``` git fetch upstream gh pr checkout <this-pr-number> git merge upstream/2.2 -m "Resolve conflicts between 2.1 and 2.2" ``` If you use other name for the upstream remote, please replace `upstream` with the name of your remote pointing to the `Sylius/Sylius` repository. Once the conflicts are resolved, please run `git merge --continue` and push the changes to this PR.
This commit is contained in:
commit
45c6c33184
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
# CHANGELOG FOR `2.1.X`
|
# CHANGELOG FOR `2.1.X`
|
||||||
|
|
||||||
|
## v2.1.15 (2026-06-02)
|
||||||
|
|
||||||
|
#### Details
|
||||||
|
|
||||||
|
- [#19038](https://github.com/Sylius/Sylius/pull/19038) [2.1] Prevent stale cart LiveComponents from mutating completed orders ([@TheMilek](https://github.com/TheMilek))
|
||||||
|
- [#19039](https://github.com/Sylius/Sylius/pull/19039) [2.1][API] Enforce channel eligibility check when changing payment method via account endpoint ([@TheMilek](https://github.com/TheMilek))
|
||||||
|
- [#19040](https://github.com/Sylius/Sylius/pull/19040) [2.1] Check payment request ownership ([@TheMilek](https://github.com/TheMilek))
|
||||||
|
|
||||||
## v2.1.14 (2026-04-10)
|
## v2.1.14 (2026-04-10)
|
||||||
|
|
||||||
#### Details
|
#### Details
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue