From 1f554913c65bf91b7abfc97bbf2ec5d2dda589d5 Mon Sep 17 00:00:00 2001 From: GenaBitu Date: Tue, 16 Oct 2018 17:21:25 +0200 Subject: [PATCH] Version 2.3.5 --- composer.json | 2 +- composer.lock | 2 +- package-lock.json | 2 +- package.json | 2 +- plugin/readme.txt | 4 ++-- plugin/skaut-google-drive-gallery.php | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 3ee3b7bb1..63be99f99 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "skaut/google-drive-gallery", "description": "A WordPress gallery using Google Drive as file storage", - "version": "2.3.4", + "version": "2.3.5", "license": "MIT", "type": "wordpress-plugin", "require": { diff --git a/composer.lock b/composer.lock index 37b854010..ac1c203c9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e89401e85be37b2404551f4fbf779c70", + "content-hash": "a186fdd6c50fda3275e85d626909b678", "packages": [ { "name": "firebase/php-jwt", diff --git a/package-lock.json b/package-lock.json index 28ba1e2cb..3c978e7c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "skaut-google-drive-gallery", - "version": "2.3.4", + "version": "2.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b37f66e9..e129f47c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skaut-google-drive-gallery", - "version": "2.3.4", + "version": "2.3.5", "description": "A WordPress gallery using Google Drive as file storage", "repository": { "type": "git", diff --git a/plugin/readme.txt b/plugin/readme.txt index cd14962a0..360c40583 100644 --- a/plugin/readme.txt +++ b/plugin/readme.txt @@ -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.3.4 +Stable tag: 2.3.5 Requires PHP: 5.6 License: MIT License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/license.txt @@ -69,7 +69,7 @@ If no path is provided, then the root directory itself is used. == Changelog == -= 2.X.Y = += 2.3.5 = * Fixed lightbox arrow styling on some templates * Better error reporting for Root selection, TinyMCE and Gutenberg plugins * Better loading animation diff --git a/plugin/skaut-google-drive-gallery.php b/plugin/skaut-google-drive-gallery.php index 0666d5ccb..0fdfb15ef 100644 --- a/plugin/skaut-google-drive-gallery.php +++ b/plugin/skaut-google-drive-gallery.php @@ -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.3.4 +Version: 2.3.5 Author: Marek Dědič Author URI: https://github.com/genabitu License: MIT