Changelog
- [Minor] [Bug] Revert to php-cs-fixer 1.x and run fixer #927 (robfrawley)
- [Routing] Deprecate XML routing file in favor of YAML #925 (robfrawley)
- [Filter] Add flip filter implementation to core #920 (robfrawley)
- [Queue] Resolve image caches in background using message queue. #919 (makasim)
Upgrade
- [Routing] The
Resources/config/routing.xml
file has been deprecated and will be removed in2.0
. Use the new YAML variant moving forwardResources/config/routing.yaml
.