Skip to content

Improve Image Linking, Add Support for Grav 1.7

Compare
Choose a tag to compare
@OliverO2 OliverO2 released this 01 Mar 20:42
· 20 commits to master since this release
  1. 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.
  2. Documented using background images in page content (#2).
  3. 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.