Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 370 Bytes

UPGRADING.md

File metadata and controls

7 lines (5 loc) · 370 Bytes

2.0.0

  • A new ImageOptimiserService class was created to shared logic between GD and Imagick, due to this you need to change instances of OptimisedGDBackend to ImageOptimiserService in your config yml files

  • No longer does the module select the backend for you. You need to do this yourself by adding a Image::set_backend() call to your mysite/_config.php