| Q | A
|-----------------|-----
| Branch? | 2.0
| Bug fix? | no
| New feature? | no
| BC breaks? | yes
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | fixes https://github.com/Sylius/Sylius/issues/13143,
replaces #13656
| 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.14:
Fix note
Fix rebase
Add CONFLICTS.md note
Add gedmo/doctrine-extensions conflict
Update upgrade file
[MoneyBundle] Unification of service names
Update upgrade file
[LocaleBundle] Unification of service names
[InventoryBundle] Unification of service names
Mirror improvements
Update upgrade file
[CurrencyBundle] Unification of service names
* 2.0:
[CI] Split JS builds for Panther and Chromedriver + add additional rerun
Revert "[CI] Upmerge Action False Positive"
Remove note about twig/twig from CONFLICTS.md file
Bump twig packages
[CI] Complete upmerge action successfully even if there are no changes between branches
Add missing tags and cover scenarios in shopping_cart suite
[CS][DX] Refactor
* 2.0: (26 commits)
Update namespaces to Resource ^1.11 in 2.0
[CS][DX] Refactor
[CS][DX] Refactor
[Maintenance] Update resource changes comparison in the upgrade file
[Maintenance] Fix LazyOption repository template covariants
[Maintenance] Note resource namespaces changes
[Docs] Update namespaces
[Maintenance] Update leftover namespaces
Cover the scenario for allowing access for only correctly logged in users
Enable the remaining cart suites
[Maintenance] Fix translations' duplicated validation
[Api][Unit] Fix it_gets_all_product_variants_when_invalid_product_filter_provided test
[Api] Replace sylius.api to sylius_api
[Api] Cover sorting and filtration of resources
[Behat] Refine codebase for promotion and cart contexts
Enable dashboard and homepage suites
Minor Product config improvement
Enable the rest of product tests and correct order of the attribute values in the response
Correct contract tests and behat
Bring back non exposed ProductOptionValue
...