Version 1.1.0

December 29, 2025

Fixed

  • Fixed an issue where an error would be thrown for external SVGs, and reduced redundant sources if transformSvgs is false and the source image is the same for all sources (fixes #7).

Version 1.0.5

September 24, 2024

Changed

  • Changed behaviour of ppplaceholder to allow null values for image to be more in line with how Imager works.

Version 1.0.4

August 9, 2024

Changed

  • Changed behaviour of ppimg to allow null values for image to be more in line with how Imager works.

Fixed

  • Fixed an issue that would occur if width and/or height of an image/transform could be deducted (for instance for imgix transformer with external urls and getExternalImageDimensions set to false).

Version 1.0.3

May 14, 2024

Fixed

  • Fixed incorrect naming of styles.

Version 1.0.2

May 13, 2024

Added

  • Added support for blurupTransformParams config setting, it defaults to a blur effect.

Version 1.0.1

May 13, 2024

Added

  • Added support for attribute handling equal to the attr filter.

Changed

  • Changed handling of placeholder, the default craft transformer is always used for the base image (fixes #1).

Version 1.0.0

May 3, 2024

Added

  • Initial public release