Skip to content

Commit

Permalink
Version 2.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Apr 27, 2024
1 parent ddc364e commit 153d0af
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skaut-google-drive-gallery",
"version": "2.13.9",
"version": "2.13.10",
"description": "A WordPress gallery using Google Drive as file storage",
"keywords": [
"wordpress",
Expand Down
2 changes: 1 addition & 1 deletion src/php/skaut-google-drive-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Plugin Name: Image and video gallery from Google Drive
Plugin URI: https://github.com/skaut/skaut-google-drive-gallery/
Description: A WordPress gallery using Google Drive as file storage
Version: 2.13.9
Version: 2.13.10
Requires at least: 4.9.6
Requires PHP: 5.6
Author: Junák - český skaut
Expand Down
6 changes: 5 additions & 1 deletion src/txt/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: skaut, marekdedic, kalich5
Tags: skaut, google drive, google drive gallery, image and video gallery from google drive, team drive, shared drive, image gallery, video gallery, image and video gallery, gallery from google drive, gallery, multisite, shortcode
Requires at least: 4.9.6
Tested up to: 6.5
Stable tag: 2.13.9
Stable tag: 2.13.10
Requires PHP: 5.6
License: MIT
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/LICENSE
Expand Down Expand Up @@ -88,6 +88,10 @@ This error happens for a small fraction of Google apps for an unknown reason. Pl

== Changelog ==

= 2.13.10 =
* Fixed a race condition that sometimes caused path verification checks to not be run
* Fixed an issue with shortcode localization not being loaded due to unspecified WordPress action order

= 2.13.9 =
* Fixed ordering images by time
* Fixed an error when a video doesn't have proper permissions
Expand Down

0 comments on commit 153d0af

Please sign in to comment.