This PR was merged into the 2.0 branch.
Discussion
----------
| 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
-->
Commits
-------
[API] Refactor commands in ApiBundle
[API] Refactor ResetPassword command in ApiBundle
[API] Refactor VerifyShopUser command in ApiBundle
[API] Refactor admin ResetPassword command in ApiBundle
[API] Revert making commands readonly
Add SensitiveParameter attribute to appropriate arguments in commands
This PR was merged into the 1.13 branch.
Discussion
----------
Fix comparison of order items when one of them is Doctrine proxy object
| Q | A
|-----------------|-----
| Branch? | 1.13
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Having to OrderItem objects, with exact same content, but one of them Doctrine proxy, then comparison of `$orderItem instanceof static` in proxy object fails, because compared object is not a Doctrine proxy. That is probably not intentional and can break app in imports and other "I have created an order item copy and I am looking for original" situations.
Commits
-------
9b0c5cf49b Fix comparison of order items
* 1.14:
[ChannelBundle] Revert changing sylius.channel_collector in Extension
Update upgrade file
[ChannelBundle] Unification of service names
Remove alias of sylius.validator.valid_province_address
Mirror improvement
Update upgrade file
[AddressingBundle] Unification of service names
This PR was merged into the 1.14 branch.
Discussion
----------
| Q | A
|-----------------|-----
| Branch? | 1.14
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | yes
| Related tickets | https://github.com/Sylius/Sylius/pull/17093
| License | MIT
Commits
-------
a04dc6cb93 [ChannelBundle] Unification of service names
9de1a2d134 Update upgrade file
38be138827 [ChannelBundle] Revert changing sylius.channel_collector in Extension
7d7a53e370 Merge branch '1.14' into SYL-3984-channel-bundle-1.14
56f6ffbbb4 Merge branch '1.14' into SYL-3984-channel-bundle-1.14
This PR was merged into the 1.14 branch.
Discussion
----------
| Q | A
|-----------------|-----
| Branch? | 1.14
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | yes
| Related tickets | #17093
| License | MIT
Commits
-------
faab9fb328 [AddressingBundle] Unification of service names
dee128e608 Update upgrade file
846a7c4319 Mirror improvement
82f7e0e7b5 Remove alias of sylius.validator.valid_province_address
2226b079e9 Merge branch '1.14' into SYL-3980-addressing-bundle-1.14
This PR was merged into the 1.14 branch.
Discussion
----------
| Q | A
|-----------------|-----
| Branch? | 1.14
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | yes
| Related tickets | https://github.com/Sylius/Sylius/pull/17093
| License | MIT
Commits
-------
e7d60da322 [AttributeBundle] Unification of services names
f4a3d7f3e4 Update upgrade file
387fb3d403 Mirror improvement
| Q | A
|-----------------|-----
| Branch? | 2.0
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | n/a
| License | MIT
| Q | A
|-----------------|-----
| Branch? | 1.14
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? |yes <!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | fix https://github.com/Sylius/Sylius/pull/17061
| 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 | related to #17061
| 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
-->