Skip to content

Commit f57cf36

Browse files
authored
Merge pull request #648 from skaut/version-2.8.1
Version 2.8.1
2 parents cfc850b + 5c9f8f6 commit f57cf36

File tree

5 files changed

+56
-52
lines changed

5 files changed

+56
-52
lines changed

composer.lock

Lines changed: 43 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skaut-google-drive-gallery",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "A WordPress gallery using Google Drive as file storage",
55
"keywords": [
66
"wordpress",
@@ -67,7 +67,7 @@
6767
"stylelint": "^13.7.1",
6868
"stylelint-config-wordpress": "^17.0.0",
6969
"stylelint-no-unsupported-browser-features": "^4.0.0",
70-
"typescript": "^4.0.2"
70+
"typescript": "^4.0.3"
7171
},
7272
"browserslist": [
7373
"extends @wordpress/browserslist-config"

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

src/txt/readme.txt

Lines changed: 6 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.5
6-
Stable tag: 2.8.0
6+
Stable tag: 2.8.1
77
Requires PHP: 5.6
88
License: MIT
99
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/LICENSE
@@ -82,6 +82,11 @@ See the [documentation](https://napoveda.skaut.cz/dobryweb/en-skaut-google-drive
8282

8383
== Changelog ==
8484

85+
= 2.8.1 =
86+
* Fixed missing space in gallery breadcrumbs
87+
* Fixed turning off JS events, breaking e.g. sticky headers
88+
* Fixed missing vendor files, causing errors for some users
89+
8590
= 2.8.0 =
8691
* Partially fixed videos: Videos which have permissions set to "Anyone on the internet with this link can view" will now work again correctly. Fix for private videos coming in a later version
8792

0 commit comments

Comments
 (0)