Skip to content

Commit 48fba40

Browse files
committed
Verson 2.10.1
1 parent 461c8f5 commit 48fba40

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

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

src/php/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.10.0
14+
Version: 2.10.1
1515
Author: Junák - český skaut
1616
Author URI: https://github.com/skaut
1717
License: MIT

src/txt/readme.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
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
5-
Tested up to: 5.5
6-
Stable tag: 2.10.0
5+
Tested up to: 5.6
6+
Stable tag: 2.10.1
77
Requires PHP: 5.6
88
License: MIT
99
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/LICENSE
@@ -82,14 +82,18 @@ See the [documentation](https://napoveda.skaut.cz/dobryweb/en-skaut-google-drive
8282

8383
== Changelog ==
8484

85+
= 2.10.1 =
86+
* PHP 8 and WordPress 5.6 support
87+
* Better error handling
88+
8589
= 2.10.0 =
86-
* Substantially reduced occurence of rate limit errors.
90+
* Substantially reduced occurence of rate limit errors
8791
* Better error handling
88-
* Moved the plugin block under the "media" category.
92+
* Moved the plugin block under the "media" category
8993

9094
= 2.9.1 =
9195
* Fixed an issue where additional pages may not get loaded in an edge case
92-
* Upgraded a dependency to prevent a possible security issue.
96+
* Upgraded a dependency to prevent a possible security issue
9397

9498
= 2.9.0 =
9599
* Added support for Google Drive shortcuts to folders (image/video shortcuts coming in a future version)

0 commit comments

Comments
 (0)