Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

62 lines (48 loc) · 1.65 KB

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.

[Unreleased]

[0.2.2] - 28 June 2022

New Config

  • New config "Enabled Ignore Images use css Class", "Ignore Css Class"
  • Enable ignore images config allow ignore image tag have ignore css class (example: <img src="https://host/media/image.png" class="ignore-webp"/>)

[0.2.1] - 9 March 2021

Fixed

  • Fix Dummy convertor to prevent compilation error

[0.2.0] - 9 March 2021

Added

  • New option to try to convert on saving
  • Add console command for converting images manually
  • Add command to test for URIs quickly
  • Update convertor to make second arg optional

[0.1.1] - 15 February 2021

Fixed

  • Fix composer version
  • Fix word "Logging" in config options

[0.1.0] - 15 February 2021

Added

  • Enhance debugger with logging option
  • Add logging with every exception

[0.0.6] - 7 January 2021

Fixed

  • Reimplement data-src (PR 51 from the Lof_Webp2 module)

[0.0.5] - 3 December 2020

Fixed

  • Add dummy convertor with DI preference
  • Replace all WebP deps with NextGenImages deps

[0.0.4] - 2 December 2020

Fixed

  • Re-add dep with WebP2 in controller

[0.0.3] - 2 December 2020

Fixed

  • Remove deps with WebP2 module
  • Add missing Browser class

[0.0.2] - 30 November 2020

Added

  • Methods to added to ConvertorInterface

Removed

  • Remove duplicate DI.xml (and add docs for this)

[0.0.1] - 30 November 2020

Added

  • Initial release together with Lof WebP2