This PR was merged into the 1.8 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.8
| Bug fix? | no, not really
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Since we had the same change in the `access_control`, I've done it in the firewalls as well.
😘
_I'm not sure about the UPGRADE-1.8.md actually. Changing the version number is maybe not the best thing to do._
Commits
-------
338b2a10e1 Change route prefixes in security.yaml
* 1.8:
minors fixes and improvments
Fix subresources and fix behats
[API] refactor order related endpoints
[API] refactor product related endpoints
Added: Behat test for taxon creation with parent specified
Fixed: Parent taxon selection on taxon creation (fixes#11777)
[API] Hide product review in product create endpoint
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
It's good to have this redirect and I think since it's possible to have it… then why not?
See https://web.dev/change-password-url/ for more details.
The goal is pretty simple here. We like safety at @MonsieurBiz :).
😗
Commits
-------
35556aa9f8 Redirect /.well-known/change-password to the right page
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? |yes
| BC breaks? | no
| Deprecations? | no
| Related tickets? | #11371
| License | MIT
<!--
- Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->
Commits
-------
0c5c9988f3 First iteration over tests statistics
c67677306a upgrade statistics provider
b526ef85f1 Improve alice fixtures and fix tests
092c6f9594 replace sql with DQL in statistic provider
d2afea71bc Add Interval Converter