Skip to content

Latest commit

 

History

History
125 lines (92 loc) · 3.09 KB

File metadata and controls

125 lines (92 loc) · 3.09 KB

v1.6.0

04/18/2023

    • New option: configure the thumbnail size.
    • Further improvements on thumbnail generation.

v1.5.0

10/02/2022

    • New option to disable the title attribute on images.
    • Fix a problem with Gantry.
    • Better thumbnail generation.

v1.4.2

05/25/2022

v1.4.1

05/06/2022

    • Make this plugin compatible with older PHP versions.

v1.4.0

05/05/2022

    • Option configure "See more" text and text length until "See more appears" for the lightbox.

v1.3.0

05/04/2022

    • Option to disable thumbnails on RSS, Atom and JSON feeds from the Feed plugin
    • Updated GLightbox to 3.2.0

v1.2.1

09/17/2021

    • Improved formatting of the generated HTML.

v1.2.0

09/07/2021

    • The thumbnail images in the gallery will now use a smaller resolution, to improve performance. Change the thumbnail size in the settings!
    • The toggle buttons in the settings were too narrow for some languages, cutting off text. This is fixed now.
    • This plugin is now compatible to be used with all the caching features of Grav.

v1.1.1

08/29/2021

    • Updated GLightbox to 3.1.0

v1.1.0

06/03/2021

    • Sometimes the descriptions could get mixed up and be displayed with the wrong image. This is now fixed.
    • You can now provide different values for captions (shown on the images in the gallery) and descriptions (shown in the lightbox):
      An images alt-value will be the caption, its title-value the description. Example:
      ![image caption](image.jpg "image description")
      The descriptions can even be html formatted:
      ![image caption](image.jpg "<strong>Descriptions</strong> can also<br>be <i>HTML</i> formatted.")

v1.0.6

05/23/2021

    • Updated GLightbox to 3.0.9

v1.0.5

04/10/2021

    • Updated GLightbox to 3.0.8

v1.0.4

04/04/2021

    • Fixes a problem where no images would be shown when used together with the trilbymedia/grav-plugin-image-captions plugin

v1.0.3

02/10/2021

    • Provide backwards compatibility with PHP 7
    • Fixes a problem where this plugin wouldn't work properly any more, when caching is enabled in the system settings

v1.0.2

02/05/2021

    • Added missing jQuery dependency

v1.0.1

01/06/2021

  1. Updated GLightbox to 3.0.7
    • Improved image parsing

v1.0.0

12/30/2020

    • Initial release 🎈