Skip to content

1.8.0 Release: Background Image Cache Resolver, Flip Filter, Deprecated XML Routing for YAML, PHP-CS-Fixer Reverted

Compare
Choose a tag to compare
@robfrawley robfrawley released this 09 May 15:25
· 808 commits to 2.x since this release
1.8.0

Changelog

Full 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 in 2.0. Use the new YAML variant moving forward Resources/config/routing.yaml.