Skip to content

Commit 4b62d39

Browse files
committed
v2.0.0
1 parent e0a770f commit 4b62d39

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-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": "1.2.1",
4+
"version": "2.0.0",
55
"license": "MIT",
66
"type": "wordpress-plugin",
77
"require": {

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": "1.2.1",
3+
"version": "2.0.0",
44
"description": "A WordPress gallery using Google Drive as file storage",
55
"repository": {
66
"type": "git",

plugin/readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.skaut.cz/podporte-nas/
44
Tags: skaut, google drive, google drive gallery, team drive, gallery, multisite, shortcode
55
Requires at least: 4.9.6
66
Tested up to: 5.0
7-
Stable tag: 1.2.1
7+
Stable tag: 2.0.0
88
Requires PHP: 5.6
99
License: MIT
1010
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/license.txt
@@ -59,6 +59,11 @@ If no path is provided, then the root directory itself is used.
5959

6060
== Changelog ==
6161

62+
= 2.0.0 =
63+
* Moved settings to 2 top-level pages
64+
* Changed the Google API redirect URI
65+
* Handling unauthorized plugin in Block & Shortcode
66+
6267
= 1.2.1 =
6368
* Fixed error with Gutenberg block overwriting its configuration
6469

@@ -79,5 +84,8 @@ If no path is provided, then the root directory itself is used.
7984

8085
== Upgrade Notice ==
8186

87+
= 2.0.0 =
88+
* Changed the Google API redirect URI. All existing installs need to reconfigure the google app.
89+
8290
= 1.2.1 =
8391
* Fixed an error with Gutenberg blocks. Warning: may break any existing blocks.

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: 1.2.1
8+
Version: 2.0.0
99
Author: Marek Dědič
1010
Author URI: https://github.com/genabitu
1111
License: MIT

0 commit comments

Comments
 (0)