From 9d20a9299660de7d8b725221ff08d82b106f4bbb Mon Sep 17 00:00:00 2001 From: GenaBitu Date: Wed, 19 Dec 2018 15:43:23 +0100 Subject: [PATCH] Version 2.5.0 --- composer.json | 2 +- composer.lock | 2 +- package-lock.json | 2 +- package.json | 2 +- plugin/readme.txt | 9 ++++++++- plugin/skaut-google-drive-gallery.php | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 987125f6c..8021fe37a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "skaut/google-drive-gallery", "description": "A WordPress gallery using Google Drive as file storage", - "version": "2.4.0", + "version": "2.5.0", "type": "wordpress-plugin", "keywords": [ "WordPress", diff --git a/composer.lock b/composer.lock index 08fa24467..44c97656a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "94e5f3ef7d2b82ffde5d21bc4a51efce", + "content-hash": "6af6da6247df4d1efe3295256822d960", "packages": [ { "name": "firebase/php-jwt", diff --git a/package-lock.json b/package-lock.json index 0e7f9aa23..caec0aed6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "skaut-google-drive-gallery", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 783ad00e3..2bd9c0265 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skaut-google-drive-gallery", - "version": "2.4.0", + "version": "2.5.0", "description": "A WordPress gallery using Google Drive as file storage", "keywords": [ "wordpress", diff --git a/plugin/readme.txt b/plugin/readme.txt index 59ff1ae14..91e65af56 100644 --- a/plugin/readme.txt +++ b/plugin/readme.txt @@ -3,7 +3,7 @@ Contributors: skaut, genabitu, kalich5 Tags: skaut, google drive, google drive gallery, team drive, gallery, multisite, shortcode Requires at least: 4.9.6 Tested up to: 5.0 -Stable tag: 2.4.0 +Stable tag: 2.5.0 Requires PHP: 5.6 License: MIT License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/license.txt @@ -69,6 +69,13 @@ If no path is provided, then the root directory itself is used. == Changelog == += 2.5.0 = +* Added support for pagination of gallery items with configurable page size and optional (enabled by default) autoloading. +* Added option to hide a part (a prefix to be more precise) of folder names. This is useful when folders are ordered by name to define own custom ordering. +* Fixed an issue with incorrect Authorised JavaScript origin for websites located in a subdirectory. +* Added more checks to plugin options to ensure they can't break it. +* Enabled support for caching plugins + = 2.4.0 = * Added the option to override some settings for individual galleries using shortcode attributes or the Gutenberg block * Fixed loading indicator styling inconsistency diff --git a/plugin/skaut-google-drive-gallery.php b/plugin/skaut-google-drive-gallery.php index 60fc262cc..f2cc694c7 100644 --- a/plugin/skaut-google-drive-gallery.php +++ b/plugin/skaut-google-drive-gallery.php @@ -5,7 +5,7 @@ Plugin Name: Google Drive gallery Plugin URI: https://github.com/skaut/skaut-google-drive-gallery/ Description: A WordPress gallery using Google Drive as file storage -Version: 2.4.0 +Version: 2.5.0 Author: Marek Dědič Author URI: https://github.com/genabitu License: MIT