Skip to content

Commit 9d20a92

Browse files
committed
Version 2.5.0
1 parent ad03046 commit 9d20a92

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skaut/google-drive-gallery",
33
"description": "A WordPress gallery using Google Drive as file storage",
4-
"version": "2.4.0",
4+
"version": "2.5.0",
55
"type": "wordpress-plugin",
66
"keywords": [
77
"WordPress",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
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.4.0",
3+
"version": "2.5.0",
44
"description": "A WordPress gallery using Google Drive as file storage",
55
"keywords": [
66
"wordpress",

plugin/readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: skaut, genabitu, kalich5
33
Tags: skaut, google drive, google drive gallery, team drive, gallery, multisite, shortcode
44
Requires at least: 4.9.6
55
Tested up to: 5.0
6-
Stable tag: 2.4.0
6+
Stable tag: 2.5.0
77
Requires PHP: 5.6
88
License: MIT
99
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.
6969

7070
== Changelog ==
7171

72+
= 2.5.0 =
73+
* Added support for pagination of gallery items with configurable page size and optional (enabled by default) autoloading.
74+
* 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.
75+
* Fixed an issue with incorrect Authorised JavaScript origin for websites located in a subdirectory.
76+
* Added more checks to plugin options to ensure they can't break it.
77+
* Enabled support for caching plugins
78+
7279
= 2.4.0 =
7380
* Added the option to override some settings for individual galleries using shortcode attributes or the Gutenberg block
7481
* Fixed loading indicator styling inconsistency

plugin/skaut-google-drive-gallery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Plugin Name: Google Drive gallery
66
Plugin URI: https://github.com/skaut/skaut-google-drive-gallery/
77
Description: A WordPress gallery using Google Drive as file storage
8-
Version: 2.4.0
8+
Version: 2.5.0
99
Author: Marek Dědič
1010
Author URI: https://github.com/genabitu
1111
License: MIT

0 commit comments

Comments
 (0)