diff --git a/package-lock.json b/package-lock.json index ba2837f24..61940e2b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "skaut-google-drive-gallery", - "version": "2.11.2", + "version": "2.11.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f0ecaed98..f013dc9e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skaut-google-drive-gallery", - "version": "2.11.2", + "version": "2.11.3", "description": "A WordPress gallery using Google Drive as file storage", "keywords": [ "wordpress", diff --git a/src/php/skaut-google-drive-gallery.php b/src/php/skaut-google-drive-gallery.php index c0d364ee7..64fd4c727 100644 --- a/src/php/skaut-google-drive-gallery.php +++ b/src/php/skaut-google-drive-gallery.php @@ -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.11.2 +Version: 2.11.3 Author: Junák - český skaut Author URI: https://github.com/skaut License: MIT diff --git a/src/txt/readme.txt b/src/txt/readme.txt index d3e6b3eec..799448355 100644 --- a/src/txt/readme.txt +++ b/src/txt/readme.txt @@ -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: 5.8 -Stable tag: 2.11.2 +Stable tag: 2.11.3 Requires PHP: 5.6 License: MIT License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/LICENSE @@ -82,6 +82,9 @@ See the [documentation](https://napoveda.skaut.cz/dobryweb/en-skaut-google-drive == Changelog == += 2.11.3 = +* Fixed an issue breaking gallery displaying in 2.11.2 + = 2.11.2 = * Fixed a minor collision with some other plugins * PHP 8.1 compatibility