* 2.0: (22 commits)
[CS][DX] Refactor
Fix error template finders specs and the way logged in admin user is checked
[Behat] Fix """unexistent"""
[Shop][Admin] Fix error pages location
Slight cleanup
Fix the build and improve a bit the failed step erros messages
Move Error renderer to UiBundle
Redirect to login page if the reset password token is wrong
Decouple TwigErrorRenderer from AdminBundle
Add tests
Exclude ErrorRenderer and FlattenException from composer require checker
Separate exact templates for Admin and Shop
Separate the rendering of the error templates for Shop and Admin
Create and add a 404 page for the Admin Panel using twig hooks
Customer create edit page fixes
Remove deprecated statistics
Use interface for a response checker dependency
[Admin][Taxon] Minor improvements
[Admin][Taxon] Add info about component inside template
[Admin][Taxon] Remove unnecessary lines
...
This PR was merged into the 1.13 branch.
Discussion
----------
To allow decorate response checker for custom error messages and so.
| Q | A
|-----------------|-----
| Branch? | 1.14
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| License | MIT
Commits
-------
fe8300c661 Use interface for a response checker dependency
This PR was merged into the 2.0 branch.
Discussion
----------
| Q | A
|-----------------|-----
| Branch? | 2.0 <!-- see the comment below -->
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| 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
-->
[REF](https://github.com/Sylius/Sylius/pull/16458)
Commits
-------
Customer create edit page fixes
* 2.0:
[Admin] Fix slug generation button's icon
Add info message to the account credentials section
move logic from CustomerType to subscriber
Enable tests
Remove CustomerTypeExtension, as the whole logic is only used in the Admin
Fix customer create/update
Fixes after CR
Minor fixes
Fix styles
Fix behats tags
Make NewOrders component live
Fix behats
Change channel select button
Refactor and fixes
[Admin] Add a preliminary dashboard statistics implementation
[Admin] Add dashboard component improvements
[Behat] Configure dashboard defined elements
[Behat] Enable dashboard statistics scenarios
Change ship button styling
| Q | A
|-----------------|-----
| Branch? | api-platform-3
| 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.12 or 1.13 branches
- 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
-->
* 2.0:
Change application's version to v1.13.4-dev
Generate changelog for v1.13.3
Change application's version to v1.13.3
Change application's version to v1.12.19-dev
Generate changelog for v1.12.18
Change application's version to v1.12.18
[CS][DX] Refactor
Update repository.rst
Update model.rst