* 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
...
* 2.0: (776 commits)
Add missing validation for the customers first and last name
[CS][DX] Refactor
Bring back all Sylius' state machines to Winzou
Add overriding the Resource's state machine with the one from the Sylius abstraction
Add missing locales to contract test
[Taxon][Behat] validate translations with unexisting locales
[ShippingMethod][Behat] validate translations with unexisting locales
[Promotion][Behat] validate translations with unexisting locales
[Product][Behat] validate translations with unexisting locales
[PaymentMethod][Behat] validate translations with unexisting locales
Validate all translatable objects for unexisiting locales
Validate customer's password reset
Validate customer creation and edit
Make the validation trait more generic
[Api] Change namespace of TaxonImagesTest class
[Api] Remove _response suffix
[Behat] Minor improvments of viewing_taxon_image scenario
[Api][ProductImage] Add https prefix check
[Api][Admin] Allow using float for ratio in exchange rate
SYL-3329 Fix behat test for SyliusPayPalPlugin
...