Skip to content

Latest commit

 

History

History
123 lines (97 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

123 lines (97 loc) · 3.48 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.6.1] - March 18th, 2020

Fixed

  • Do not throw error in debugging with non-existing images
  • Rename "Debug Log" to "Debugging" because that's what's happening

[0.6.0] - March 7th, 2020

Added

  • Skipping WebP image creation by configuration option

[0.5.2] - March 5th, 2020

Fixed

  • Fix next tag not being closed properly

[0.5.1] - February 19th, 2020

Fixed

  • Prevent overwriting existing picture tags

[0.5.0] - February 11th, 2020

Added

  • Upgraded rosell-dk/webp-convert library

[0.4.7] - January 31st, 2020

Added

  • Add class attribute in picture (PR from itsazzad)
  • Better support info
  • Raise framework requirements for proper support of ViewModels
  • Added logic for fetching the css class from the original image (PR from duckchip)
  • Added missing variable in the ReplaceTags plugin (PR from duckchip)

[0.4.6] - November 23rd, 2019

Fixed

  • Raise requirements for proper support of ViewModels

[0.4.5] - October 16th, 2019

Added

  • Add check for additional layout handle webp_skip

[0.4.4] - October 15th, 2019

Fixed

  • Dirty workaround for email layout

[0.4.3] - October 4th, 2019

Added

  • Add controller for email testing

Fixed

  • Do not apply WebP if no handles

[0.4.2] - July 14th, 2019

Fixed

  • Make sure modified gallery images are returned as Collection, not an array
  • Test with Aimes_Notorama

[0.4.1] - July 2019

Fixed

  • Original tag (with custom styling) was not used in picture element, but new one was created instead

[0.4.0] - July 2019

Added

  • Move configuration to separate Yireo section
  • Add a config.xml file
  • Changed configuration path from system/yireo_webp2/* to yireo_webp2/settings/*
  • Move quality_level to config.xml

[0.3.0] - 2019-05-02

Fixed

  • Fix issue with additional images not being converted if already converted (@jove4015)
  • Fix issue with static versioning not being reckognized
  • Make sure src, width and height still remain in picture-tag

Added

  • Integration test for multiple instances of same image
  • Add fields in backend for PHP version and module version
  • Integration Test to test conversion of test-files
  • Throw an exception of source file is not found
  • Add provider of dummy images
  • Add integration test of dummy images page
  • Add test page with dummy images
  • Only show original image in HTML source when debugging

[0.2.0] - 2019-04-28

Fixed

  • Fix issue with additional images not being converted if already converted
  • Make sure to enable cookie-check whenever FPC is enabled

Added

  • Actual meaningful integration test for browsing product page

[0.1.1] - 2019-04-12

Fixed

  • Disable gallery fix if FPC is enabled

[0.1.0] - 2019-04-12

Added

  • Add GD checker in backend settings

[0.0.3] - 2019-03-21

Fixed

  • Fix for Fotorama gallery
  • Check via timestamps for new and modified files

Added

  • Check for browser support via cookie and Chrome-check
  • Inspect ACCEPT header for image/webp support
  • Implement detect.js script to detect WebP support and set a cookie
  • Add configuration values

[0.0.2] - 2019-03-20

Added

  • Temporary release for CI purpose

[0.0.1] - 2019-03-20

Added

  • Initial commit
  • Support for regular img-tags to picture-tags conversion