Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

67 lines (48 loc) · 1.8 KB

v3.3.1

24-03-2022

    • Fix generated elements within , removing 'src' tag

v3.3.0

24-03-2022

    • Add Twig function html_image_support_classes().

v3.2.0

24-03-2022

    • Support alternative image formats (e.g. WebP).

v3.1.0

22-03-2022

    • background_image_class(): Prefer higher image resolution.

v3.0.3

05-06-2021

    • Relax required PHP version to >=7.3.

v3.0.2

08-03-2021

    • Documented Twig caching problems on modular pages (Grav issue #1934).

v3.0.1

07-03-2021

    • Fixed page-relative links for modular pages.
    • Upgraded to PHP 7.4.

v3.0.0

01-03-2021

    • Added support for page-relative image links (#1). UPGRADE NOTE: Formerly relative image paths must now be changed to absolute ones. Paths will be interpreted in a way consistent with Grav's documentation on Image Linking.
    • Documented using background images in page content (#2).
    • Added support for Grav 1.7 with Twig auto-escaping enabled by default. This plugin's Twig functions can be used with auto-escape enabled without requiring the ...|raw filter.

v2.0.3

30-05-2020

    • Added background_image_class() for responsive background images with auto-generated CSS media queries.
    • Removed Microsoft Edge srcset workaround as the corresponding bug had been fixed in Edge 16 released in October 2017.

v1.0.0

13-05-2017

    • ChangeLog started...