Skip to content

Commit 4073d23

Browse files
committed
v1.2.1
1 parent 077834c commit 4073d23

File tree

6 files changed

+10
-7
lines changed

6 files changed

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

plugin/readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: skaut, google drive, google drive gallery, team drive, gallery, multisite,
44
Requires at least: 4.9.6
55
Tested up to: 5.0
66
Requires PHP: 5.6
7-
Stable tag: 1.2.0
7+
Stable tag: 1.2.1
88
License: MIT
99
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/license.txt
1010
Donate link: https://www.skaut.cz/podporte-nas/
@@ -21,7 +21,7 @@ To show a Google Drive gallery add the shortcode [sgdg path="Folder name"] to th
2121
It is also possible to use subdirectories with the shortcode [sgdg path="Folder name/subfolder/subsubfolder"].
2222
If no path is provided, then the root directory is used.
2323

24-
**GitHubu**
24+
**GitHub**
2525
[https://github.com/skaut/skaut-google-drive-gallery/](https://github.com/skaut/skaut-google-drive-gallery/)
2626

2727
== Installation ==
@@ -39,6 +39,9 @@ See Installation
3939

4040

4141
== Changelog ==
42+
= 1.2.1 =
43+
* Fixed error with Gutenberg block overwriting its configuration
44+
4245
= 1.2.0 =
4346
* Added proper support for dynamic columns
4447
* Added a Gutenberg block

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

0 commit comments

Comments
 (0)