Skip to content

Commit ae38067

Browse files
committed
Version 2.7.1
1 parent 96979d1 commit ae38067

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
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.7.0",
4+
"version": "2.7.1",
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.7.0",
3+
"version": "2.7.1",
44
"description": "A WordPress gallery using Google Drive as file storage",
55
"keywords": [
66
"wordpress",

plugin/readme.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: skaut, marekdedic, kalich5, genabitu
33
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
44
Requires at least: 4.9.6
55
Tested up to: 5.2
6-
Stable tag: 2.7.0
6+
Stable tag: 2.7.1
77
Requires PHP: 5.6
88
License: MIT
99
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/license.txt
@@ -79,20 +79,24 @@ The plugin only shows videos that can be played by the browser. Unfortunately, a
7979

8080
== Changelog ==
8181

82+
= 2.7.1 =
83+
* Fixed a bug causing galleries not to load
84+
* Slightly tweaked the grid layout
85+
8286
= 2.7.0 =
8387
* Added video support
8488
* Documented all of the source code
8589

8690
= 2.6.0 =
87-
* Incorporated updates to Google Drive and its API, namely the rebranding of Team Drives as Shared drives.
88-
* Added support for image captions sourced from the "description" field in Google Drive.
89-
* Added more quality control with more still to follow.
91+
* Incorporated updates to Google Drive and its API, namely the rebranding of Team Drives as Shared drives
92+
* Added support for image captions sourced from the "description" field in Google Drive
93+
* Added more quality control with more still to follow
9094

9195
= 2.5.0 =
92-
* Added support for pagination of gallery items with configurable page size and optional (enabled by default) autoloading.
93-
* 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.
94-
* Fixed an issue with incorrect Authorised JavaScript origin for websites located in a subdirectory.
95-
* Added more checks to plugin options to ensure they can't break it.
96+
* Added support for pagination of gallery items with configurable page size and optional (enabled by default) autoloading
97+
* 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
98+
* Fixed an issue with incorrect Authorised JavaScript origin for websites located in a subdirectory
99+
* Added more checks to plugin options to ensure they can't break it
96100
* Enabled support for caching plugins
97101

98102
= 2.4.0 =

plugin/skaut-google-drive-gallery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Plugin Name: Image and video gallery from Google Drive
1212
Plugin URI: https://github.com/skaut/skaut-google-drive-gallery/
1313
Description: A WordPress gallery using Google Drive as file storage
14-
Version: 2.7.0
14+
Version: 2.7.1
1515
Author: Junák - český skaut
1616
Author URI: https://github.com/skaut
1717
License: MIT

0 commit comments

Comments
 (0)