Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 942 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 942 Bytes

Imager Pretransform Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.0.3 - 2019-11-27

Added

  • Added config option to disable the plugin
  • Added config option to process each image in a separate job. This is perfect with Async Queue.
  • Added Imager as a dependency

Fixed

  • Propagating assets or assets in draft state will now be skipped
  • Fixed error when you mix multiple volume handles and global transforms
  • Fixed error when non-existing volume handle was passed to console command (#19)

2.0.2 - 2018-10-22

Fixed

  • Fixed subfolders support in console command

2.0.1 - 2018-10-22

Added

  • Added template transforms

2.0.0 - 2018-10-22

Added

  • Initial release