Skip to content

Commit

Permalink
next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Sep 7, 2021
1 parent 2410d33 commit ed93071
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# v1.2.0
## 09/07/2021

1. [](#new)
* The thumbnail images in the gallery will now use a smaller resolution, to improve performance. Change the thumbnail size in the settings!
2. [](#bugfix)
* The toggle buttons in the settings were too narrow for some languages, cutting off text. This is fixed now.
3. [](#improved)
* This plugin is now compatible to be used with all the caching features of Grav.

# v1.1.1
## 08/29/2021

1. [](#improved)
* Updated GLightbox to [3.1.0](https://github.com/biati-digital/glightbox/releases/tag/3.1.0)
* Updated GLightbox to [3.1.0](https://github.com/biati-digital/glightbox/releases/tag/3.1.0)

# v1.1.0
## 06/03/2021

1. [](#bugfix)
* Sometimes the descriptions could get mixed up and be displayed with the wrong image. This is now fixed.
* Sometimes the descriptions could get mixed up and be displayed with the wrong image. This is now fixed.
2. [](#new)
* 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:
Expand Down Expand Up @@ -52,7 +62,7 @@
## 01/06/2021

1. [](#improved)
* Updated GLightbox to 3.0.7
Updated GLightbox to 3.0.7
2. [](#improved)
* Improved image parsing

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Shortcode Gallery++
slug: shortcode-gallery-plusplus
type: plugin
version: 1.1.1
version: 1.2.0
description: A Shortcode extension to add sweet galleries with a lightbox to your Grav website.
icon: code
author:
Expand Down

0 comments on commit ed93071

Please sign in to comment.