Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Dec 19, 2018
1 parent ad03046 commit 9d20a92
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

2 changes: 1 addition & 1 deletion 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.4.0",
"version": "2.5.0",
"description": "A WordPress gallery using Google Drive as file storage",
"keywords": [
"wordpress",
Expand Down
9 changes: 8 additions & 1 deletion plugin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/skaut-google-drive-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d20a92

Please sign in to comment.