* 1.13:
Update upgrade file
[Admin] Add Sylius certification to menu
[UpgradeFile] update upgrade file
move parameters to separate file
Add clear cache command
Improve locale setup command
[Behat] Change to assert error message
[ApiBundle] Remove unnecessary checking from validators
[ApiBundle] Remove nullable from ChangeShopUserPassword constructor
[ApiBundle] Remove nullable from AddProductReview constructor
[ApiBundle] Remove nullable from AddItemToCart and ChangeItemQuantityInCart constructors
[CS][DX] Refactor
Change the COMPOSER_ROOT_VERSION for the CI
Update the branch-aliases and inter-dependencies versions
* 1.13: (82 commits)
CreateAdminUserCommandTest class - sorting of used classes
InformAboutGUSCommand class - fix a typo
Update upgrade file
[AdminBundle] Change namespace of CreateAdminUser
[CoreBundle] Move classes from Command to Console/Command
[UserBundle] Move classes from Command to Console/Command
[UiBundle] Move classes from Command to Console/Command
[PromotionBundle] Move classes from Command to Console/Command
[OrderBundle] Move classes from Command to Console/Command
[AdminBundle] Move classes from Command to Console/Command
[ECS] Apply ecs fixes
[Addressing] Support BC for ZoneMatcher
[Upgrade] Note ZoneRepository addition and ZoneMatcher constructor changes
[DX] Update OrderRepository
[Statistics] Refactor GetStatisticsAction
Change new orders name to paid orders to not mix up names
fix unit test
Apply changes from comments and improve outdated StatisticsModifier
fix behat tests
Remove specs for unexisting classes and add existing ones
...
* 2.0: (172 commits)
[Admin] Change name of official support section in menu and adjust translations
Add all translations & change label
Add business support CTA to admin panel
[PromotionBundle] Add prefix to validation groups for promotion action/rule
[PromotionBundle][PromotionRule] Add available type to validation message
[PromotionBundle][PromotionAction] Add available type to validation message
Update upgrade file
[PromotionBundle] Split PromotionRuleValidator to PromotionRuleGroupValidator and PromotionRuleTypeValidator
[PromotionBundle] Split PromotionActionValidator to PromotionActionGroupValidator and PromotionActionTypeValidator
Add prefix sylius_ to validation groups
Update upgrade file
[PromotionBundle] Remove constraints from FormType to avoid double constraints
[PromotionBundle] Move logic from PromotionRuleGroupValidator to PromotionRuleValidator
[PromotionBundle] Move logic from PromotionActionGroupValidator to PromotionActionValidator
[PromotionBundle] Add parameters validation groups for promotion action and promotion rule
[ECS] Apply types order changes
[ECS] Add union types ordering rule
[ECS] Apply ecs fixes
[ChannelsTest] use inArray to check locales
[ApiBundle] Add contract tests for ProductTaxon resource
...
* 1.13:
Exclude PHP 8.0/Symfony 6.4 from workflows' matrixes
[Maintenance] Fix postgres behats
Fix product name's casing in the Behat scenario
Add the sylius-labs/suite-tags-extension package
[Dependencies] Change possible versions of doctrine/persistence
[CI] Update Symfony versions in build
[Behat][UI] Add strong typing in the CartContext class
[ECS] Apply another ecs fixes
[ECS] Apply ecs fixes
[ECS] Apply ecs fixes in the tests directory
[ECS] Add checking in the tests directory
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | n/a
| License | MIT
I only added the package to fix full build. I skipped adding isolating to the `1.12`'s workflows.
Commits
-------
Add the sylius-labs/suite-tags-extension package
Fix product name's casing in the Behat scenario
[Maintenance] Fix postgres behats