Skip to content

Commit d1a0ecd

Browse files
committed
v2.2.3
1 parent ed8e4c9 commit d1a0ecd

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-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.2",
4+
"version": "2.2.3",
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.2",
3+
"version": "2.2.3",
44
"description": "A WordPress gallery using Google Drive as file storage",
55
"repository": {
66
"type": "git",

plugin/readme.txt

Lines changed: 5 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.2
7+
Stable tag: 2.2.3
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,10 @@ If no path is provided, then the root directory itself is used.
7070

7171
== Changelog ==
7272

73+
= 2.2.3 =
74+
* Fixed more problems with the justified layout
75+
* Open images now have a unique and permanent address so a link to a particular image can be copied and sent
76+
7377
= 2.2.2 =
7478
* Fixed multiple galleries in one page
7579
* Fixed some aspect ratios getting squished

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.2
8+
Version: 2.2.3
99
Author: Marek Dědič
1010
Author URI: https://github.com/genabitu
1111
License: MIT

0 commit comments

Comments
 (0)