Skip to content

Commit 53bfd68

Browse files
committed
Version 2.7.0
1 parent db9ae9b commit 53bfd68

File tree

6 files changed

+19
-12
lines changed

6 files changed

+19
-12
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.6.0",
4+
"version": "2.7.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.6.0",
3+
"version": "2.7.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, 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.6.0
6+
Stable tag: 2.7.0
77
Requires PHP: 5.6
88
License: MIT
99
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/license.txt
@@ -79,6 +79,10 @@ The plugin only shows videos that can be played by the browser. Unfortunately, a
7979

8080
== Changelog ==
8181

82+
= 2.7.0 =
83+
* Added video support
84+
* Documented all of the source code
85+
8286
= 2.6.0 =
8387
* Incorporated updates to Google Drive and its API, namely the rebranding of Team Drives as Shared drives.
8488
* Added support for image captions sourced from the "description" field in Google Drive.
@@ -173,6 +177,9 @@ The plugin only shows videos that can be played by the browser. Unfortunately, a
173177

174178
== Upgrade Notice ==
175179

180+
= 2.7.0 =
181+
* Fixed a bug with paging which may break a small percentage of links to particular images.
182+
176183
= 2.0.0 =
177184
* Changed the Google API redirect URI. All existing installs need to reconfigure the google app.
178185

plugin/skaut-google-drive-gallery.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
*/
99

1010
/*
11-
Plugin Name: Google Drive Gallery
12-
Plugin URI: https://github.com/skaut/skaut-google-drive-gallery/
11+
Plugin Name: Image and video gallery from Google Drive
12+
Plugin URI: https://github.com/skaut/skaut-google-drive-gallery/
1313
Description: A WordPress gallery using Google Drive as file storage
14-
Version: 2.6.0
15-
Author: Junák - český skaut
16-
Author URI: https://github.com/skaut
17-
License: MIT
14+
Version: 2.7.0
15+
Author: Junák - český skaut
16+
Author URI: https://github.com/skaut
17+
License: MIT
1818
License URI: https://raw.githubusercontent.com/skaut/skaut-google-drive-gallery/master/LICENSE.md
1919
Text Domain: skaut-google-drive-gallery
2020
2121
MIT License
2222
23-
Copyright (c) 2018 Marek Dědič
23+
Copyright (c) Marek Dědič
2424
2525
Permission is hereby granted, free of charge, to any person obtaining a copy
2626
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)