This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets |
| License | MIT
OrderItem has no attribut `code` but this attribute is in Serialisation configuration.
This throw an error when we Normalize Object.
Commits
-------
4c4ef50ebf remove code attribute of OrderItem in API serialization
c4dece96c8 [UPGRADE] Add note about code field serialization removal in OrderItem
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11 <!-- see the comment below --> |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | yes <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | continuation of #13697 |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master 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
-->
What has been done:
- Updated behats (In my opinion now they're now a little bit more natural to read)
- I rebased the PR on top 1.11 and updated the `UPGRADE-1.11.md` and the `UPGRADE-1.10.md` files
We've had a discussion about parametrizing the `HostnameBasedRequestResolver` (what I've done btw 😂) but we decided to drop that idea and keep the original concept.
Thank you @lruozzi9 for your PR we could base on :).
Commits
-------
28e39e27f7 [Channel] Do not consider disabled channel on hostname based request resolver
27406cdab9 Adjust behat scenarios
066cf33f4e Update UPGRADE files
351425d992 Update deprecation message
55edb2d3ca Remove redundant method
673eb912be Make filtering out scenario available in both ui and api contexts
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.10<!-- see the comment below --> |
| Bug fix? | yes |
| 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.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master 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
-->
This PR allows adding a 0% tax rate (available i.e. in Poland).
Commits
-------
6022e059b8 Allow to set zero tax rate
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11|
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | |
| License | MIT |
Commits
-------
19cf4b5 [GitHub Actions] Replace master branch with 1.12 in "Refactor" workflow
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | master |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | none |
| License | MIT |
No need to specify the version here IMHO, since `composer create-project` will always use the latest stable.
Commits
-------
ede26eccd8 Removed version
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master 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
-------
9672d61d78 Move login events on Ui bundle
This PR was merged into the 1.11 branch.
Discussion
----------
Q | A
-- | --
Branch? | 1.11
Bug fix? | yes
New feature? | no
BC breaks? | no
Deprecations? | no
Related tickets |
License | MIT
Continuation of #14129
Commits
-------
e02527dc28 [Maintenance] Fix package build
fc943c2bb8 [Maintenance] Allow flex plugin during package installation
8f1aa5e892 [Maintenance] Update vendors instead of install to take advantage of flex
4aebc7e73f [Maintenance] Install flex locally
caa3d26601 Allow symfony/flex plugin globally
bd8f48171c Make installing symfony/flex global in packages workflow
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11
| License | MIT |
Image of how it looks (section with images) after the changes.

Commits
-------
b18e26b800 Changing templates with Sylius Event
552a28ecaf Lexical changes from PR comments
fd950dac0e Change the examples for usage
d35c6585f0 Add a paragraph about listing rendered events in the SF profiler
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11 |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | |
| License | MIT |
1.9 is no more 🖖
Commits
-------
f6964290b8 Drop security support for Sylius 1.9
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11 |
| License | MIT |
Commits
-------
8b912d3e13 [Docs] Fix logo customization guide
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.10
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes#13713
| License | MIT
When a product's main taxon is disabled, the product page breadcrumb renders it as a link and throws a Not Found exception if it is clicked.
As suggested in #13713, with this PR the breadcrumb will render the main taxon without a link (as a simple `<div>`) when the taxon is disabled.
Commits
-------
7c007ddce4 [Product] Render disabled main taxon without link in breadcrumb
fffe542833 [Behat] Fix scenario and its implementation for viewing product with disabled main taxon
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11|
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no|
| Related tickets | |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master 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
-------
be7705a24f [Documentation][Plus] Add missing step for updating security file during installation
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11 |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | based on https://github.com/Sylius/Sylius/pull/14038, continuation of https://github.com/Sylius/Sylius/pull/13502|
| License | MIT |
I've included here also [the PR](https://github.com/Sylius/Sylius/pull/13970) as it has been removed only from master, and now it was making the build failed on this PR
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master 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
-------
3acaac21c5 [Behat] Introduce PHP 8.0 syntax
cb6d604c34 [Behat] Fix CS after introducing PHP 8.0 syntax
204e6d5e7d [Behat] Fix arguments order
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.11|
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no|
| Related tickets | fixes https://github.com/Sylius/Sylius/pull/14101|
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master 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
-------
58e66f9692 [Templates] Move grid events to UI bundle
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | master <!-- see the comment below --> |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file --> |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master 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
-------
b0cf8fedbe [Template Events] Part of new UI bundle events
5baf53ca41 [Template][Events] Use already created event in login form
26180fcfc2 [Template][Events] Fix for displaying filters
76208b46b4 [Template][Events] Changed names of events