This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | fixes#13749, replaces #13889 |
| License | MIT |
Commits
-------
[Admin][Taxon] Fix slug generation to work based on the parent field
[Behat][Admin][Taxon] Autogenerate slug based on selected parent
[Admin][Taxon] Fallback from parent code to id when generating a slug
This PR was merged into the 1.12 branch.
Discussion
----------
…ctOptionAutocompleteType
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12 <!-- 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 | fixes#13742 |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.12 branch
- Features and deprecations must be submitted against the 1.13 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
-->
Before:

After:

Commits
-------
[Admin][ProductOptions] Changed form ProductOptionChoiceType to ProductOptionAutocompleteType
Revert BC breaking changes
minor improvements
Show option name as a choice name instead of code
Fix Main Taxon autocomplete scenarios
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | - |
| License | MIT |
Commits
-------
[Country] Add violation for adding provinces with duplicated codes
[Behat][Admin][Country] Tests for saving duplicated provinces
Update phpstan baseline
[Country] Additional validation for duplicated provinces names
[Behat][Admin][Country] Validation of saving duplicated province names
This PR was merged into the 1.13 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.13
| Bug fix? | no
| New feature? | kinda
| BC breaks? | no
| Deprecations? | no
| Related tickets | continuation of #13097
| License | MIT |
I rebased the PR, but couldn't push it due to permissions issues. I pushed the rebased branch onto my fork, and created this replacement PR (ofc. authorship behaved :))
Commits
-------
185e876a77 Improve registration workflow
90932ff752 Add return type
f551968738 Implement "Then only one email should have been sent to" step
74d9a71746 Fix sending both verification and registration emails at once
b2991fc3e9 Cover SendAccountRegistrationEmailHandler with spec
79f889e394 Remove Italian translation
49ad834d86 Add missing return types in the Behat's steps
1e88917a1f Cover new MailerListener methods with spec
bd0637a5cd Fix CI
fc98505bcc Improve RegistrationThankYouController
0284acad88 Add email verification methods in API's EmailContext
852f2db9f5 Provide post-CR fixes
474f12a819 Provide post-CR fixes
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12 <!-- 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 | fixes https://github.com/Sylius/Sylius/issues/14898 and https://github.com/Sylius/Sylius/issues/9430 |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.12 branch
- Features and deprecations must be submitted against the 1.13 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
-->
As being said [here](https://github.com/Sylius/Sylius/issues/14898) we were checking access against `IS_AUTHENTICATED_FULLY` while creating product review and it leads to a problem, that prevents us from creating review while using remember me functionality:

By changing it to `IS_AUTHENTICATED_REMEMBERED` resolves the bug
Commits
-------
Fix error with being unable to add product review when the user is logged in by remember me option
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 |
| License | MIT
Commits
-------
Silence the error about deprecated getUsername method in HWI OAuth Bundle
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | master |
| Bug fix? | no |
| 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
-------
[Docker] Add custom docker composer file to gitignore