Skip to content

Commit

Permalink
Merge pull request #2139 from skaut/version-2.13.4
Browse files Browse the repository at this point in the history
Version 2.13.4
  • Loading branch information
marekdedic authored Aug 27, 2023
2 parents 882457a + 0b4386c commit 4b291d0
Show file tree
Hide file tree
Showing 8 changed files with 3,704 additions and 1,404 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"require": {
"php": "^5.6 || ^7.0 || ^8.0",
"google/apiclient": "^2.13.0",
"google/apiclient-services": "^0.302.0 <0.303.0",
"monolog/monolog": "^1.25",
"guzzlehttp/guzzle": "^6.5.6",
"paragonie/constant_time_encoding": "^1.1.0",
Expand Down
343 changes: 167 additions & 176 deletions composer.lock

Large diffs are not rendered by default.

4,752 changes: 3,527 additions & 1,225 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skaut-google-drive-gallery",
"version": "2.13.3",
"version": "2.13.4",
"description": "A WordPress gallery using Google Drive as file storage",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -73,6 +73,7 @@
"gulp-shell": "^0.8.0",
"merge-stream": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8 <3.0.0",
"rimraf": "^5.0.1",
"stylelint": "^14.16.1",
"stylelint-no-unsupported-browser-features": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/php/skaut-google-drive-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Plugin Name: Image and video gallery from Google Drive
Plugin URI: https://github.com/skaut/skaut-google-drive-gallery/
Description: A WordPress gallery using Google Drive as file storage
Version: 2.13.3
Version: 2.13.4
Requires at least: 4.9.6
Requires PHP: 5.6
Author: Junák - český skaut
Expand Down
1 change: 1 addition & 0 deletions src/ts/frontend/block/SgdgOrderingSettingsComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class SgdgOrderingSettingsComponent extends Component<
createElement(ToggleControl, {
checked: !disabledBy && !disabledOrder,
className: 'sgdg-block-settings-checkbox',
label: this.props.name,
onChange: () => {
this.toggle();
},
Expand Down
1 change: 1 addition & 0 deletions src/ts/frontend/block/SgdgSettingsComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export abstract class SgdgSettingsComponent extends Component<
return createElement('div', { className: 'sgdg-block-settings-row ' }, [
createElement(ToggleControl, {
checked: !disabled,
label: this.props.name,
className: 'sgdg-block-settings-checkbox',
onChange: () => {
this.toggle();
Expand Down
5 changes: 4 additions & 1 deletion src/txt/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: skaut, marekdedic, kalich5
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
Requires at least: 4.9.6
Tested up to: 6.2
Stable tag: 2.13.3
Stable tag: 2.13.4
Requires PHP: 5.6
License: MIT
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/LICENSE
Expand Down Expand Up @@ -82,6 +82,9 @@ Unfortunately, this is a limitation of Google apps in testing mode, see Google's

== Changelog ==

= 2.13.4 =
* Improved error reporting, including a stack trace when in debug mode

= 2.13.3 =
* Fixed an issue with galleries sometimes erroneously being reported as empty when images were ordered by time

Expand Down

0 comments on commit 4b291d0

Please sign in to comment.