* 1.14:
Changes after CR
Add info to UPGRADE file
Add deprecations and configuration unit tests
Fix behat test
Skip svg sanitize test if package is not installed
Fix composerRequireChecker
Format fix
Add phpstan ignores
Adjust behat tests
Add tests
Add allowed types configuration and change validation
Remove enshrined/svg-sanitize dependency
This PR was merged into the 1.14 branch.
labels: bc-break
Discussion
----------
| Q | A
|-----------------|-----
| Branch? | 1.14
| Bug fix? | no
| New feature? | no
| BC breaks? | yes
| Deprecations? | no
| Related tickets | n/a
| License | MIT
<!--
- Bug fixes must be submitted against the 1.13 branch
- Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Commits
-------
23f949521a Remove enshrined/svg-sanitize dependency
74be2d9351 Add allowed types configuration and change validation
b847995f96 Add tests
7d6b4d6e5b Adjust behat tests
0e0847c200 Add phpstan ignores
f044558058 Format fix
cd512e412d Fix composerRequireChecker
fe5910e8ac Skip svg sanitize test if package is not installed
d6fa473f9b Fix behat test
c3d603c5bd Add deprecations and configuration unit tests
f7a75e2cdb Add info to UPGRADE file
48dcd94f0e Changes after CR
* 1.13:
[Admin] Pass admin path name parameter to AdminUriBasedSectionResolver
Update docs/customization/api/adding_and_removing_endpoints.rst
Apply suggestions from code review
[API] Refactor statistics constraints
doc: Adding a tip about api's preventing methods beside GET to load non cart orders by default
| Q | A
|-----------------|-----
| Branch? | 2.0
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | continuation of #17277
| License | MIT
<!--
- Bug fixes must be submitted against the 1.13 branch
- Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the
documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
| Q | A
|-----------------|-----
| Branch? | 2.0
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets |
| License | MIT
<!--
- Bug fixes must be submitted against the 1.13 branch
- Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the
documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
* 1.13:
[CI] Remove currently unneeded custom build
[API] Add default sorting order for customers admin GET endpoint
Change fixtures - add createdAt different time for customers
[Review] Change ReviewChangeListener doctrine event from postRemove to preRemove
[Composer] Remove conflict to doctrine/orm
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.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/payment-request -m "Resolve conflicts between 2.0 and payment-request"
```
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.