Skip to content

Commit 71187c9

Browse files
committed
v2.2.1
1 parent 6486796 commit 71187c9

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skaut/google-drive-gallery",
33
"description": "A WordPress gallery using Google Drive as file storage",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"license": "MIT",
66
"type": "wordpress-plugin",
77
"require": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skaut-google-drive-gallery",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A WordPress gallery using Google Drive as file storage",
55
"repository": {
66
"type": "git",

plugin/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.skaut.cz/podporte-nas/
44
Tags: skaut, google drive, google drive gallery, team drive, gallery, multisite, shortcode
55
Requires at least: 4.9.6
66
Tested up to: 5.0
7-
Stable tag: 2.2.0
7+
Stable tag: 2.2.1
88
Requires PHP: 5.6
99
License: MIT
1010
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/license.txt
@@ -70,6 +70,9 @@ If no path is provided, then the root directory itself is used.
7070

7171
== Changelog ==
7272

73+
= 2.2.1 =
74+
* Fixed an issue with images not being displayed
75+
7376
= 2.2.0 =
7477
* Galleries loading with AJAX
7578
* Dark theme

plugin/skaut-google-drive-gallery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Plugin Name: Google Drive gallery
66
Plugin URI: https://github.com/skaut/skaut-google-drive-gallery/
77
Description: A WordPress gallery using Google Drive as file storage
8-
Version: 2.2.0
8+
Version: 2.2.1
99
Author: Marek Dědič
1010
Author URI: https://github.com/genabitu
1111
License: MIT

0 commit comments

Comments
 (0)