Skip to content

Commit 80deab3

Browse files
committed
Version 2.13.11
1 parent c9d3d44 commit 80deab3

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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.13.10",
3+
"version": "2.13.11",
44
"description": "A WordPress gallery using Google Drive as file storage",
55
"keywords": [
66
"wordpress",

src/php/skaut-google-drive-gallery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Plugin Name: Image and video gallery from Google Drive
1212
Plugin URI: https://github.com/skaut/skaut-google-drive-gallery/
1313
Description: A WordPress gallery using Google Drive as file storage
14-
Version: 2.13.10
14+
Version: 2.13.11
1515
Requires at least: 4.9.6
1616
Requires PHP: 5.6
1717
Author: Junák - český skaut

src/txt/readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: skaut, marekdedic, kalich5
33
Tags: google drive, gallery, google drive gallery, image gallery, video gallery
44
Requires at least: 4.9.6
55
Tested up to: 6.5
6-
Stable tag: 2.13.10
6+
Stable tag: 2.13.11
77
Requires PHP: 5.6
88
License: MIT
99
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/LICENSE
@@ -88,6 +88,10 @@ This error happens for a small fraction of Google apps for an unknown reason. Pl
8888

8989
== Changelog ==
9090

91+
= 2.13.11 =
92+
* Fixed an issue with paths containing shortcuts
93+
* Fixed collisions with other plugins dues to incomplete dependency scoping
94+
9195
= 2.13.10 =
9296
* Fixed a race condition that sometimes caused path verification checks to not be run
9397
* Fixed an issue with shortcode localization not being loaded due to unspecified WordPress action order

0 commit comments

Comments
 (0)