diff --git a/package-lock.json b/package-lock.json index b96061370..5c9f87101 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skaut-google-drive-gallery", - "version": "2.13.13", + "version": "2.13.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skaut-google-drive-gallery", - "version": "2.13.13", + "version": "2.13.14", "license": "MIT", "dependencies": { "imagelightbox": "^3.0.0", diff --git a/package.json b/package.json index 113eb8ca6..cbdde2143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skaut-google-drive-gallery", - "version": "2.13.13", + "version": "2.13.14", "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 066714dda..fda996c80 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.13.13 +Version: 2.13.14 Requires at least: 4.9.6 Requires PHP: 5.6 Author: Junák - český skaut diff --git a/src/txt/readme.txt b/src/txt/readme.txt index 2e7ac6dfd..ad1ef6932 100644 --- a/src/txt/readme.txt +++ b/src/txt/readme.txt @@ -3,7 +3,7 @@ Contributors: skaut, marekdedic, kalich5 Tags: google drive, gallery, google drive gallery, image gallery, video gallery Requires at least: 4.9.6 Tested up to: 6.6 -Stable tag: 2.13.13 +Stable tag: 2.13.14 Requires PHP: 5.6 License: MIT License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/LICENSE @@ -85,6 +85,10 @@ Please enable [WordPress debugging](https://wordpress.org/documentation/article/ == Changelog == += 2.13.14 = +* Fixed encoding issues with the plugin icon +* Updated lightbox to [v3](https://github.com/marekdedic/imagelightbox/releases/tag/3.0.0), fixing a number of issues + = 2.13.13 = * Fixed an issue with gallery expiring after an hour. API access needs to be revoked and re-granted to fix the issue.