Skip to content

Commit

Permalink
Version 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Sep 28, 2018
1 parent cb51426 commit c3ab290
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "skaut/google-drive-gallery",
"description": "A WordPress gallery using Google Drive as file storage",
"version": "2.3.2",
"version": "2.3.3",
"license": "MIT",
"type": "wordpress-plugin",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 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.3.2",
"version": "2.3.3",
"description": "A WordPress gallery using Google Drive as file storage",
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion plugin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
Stable tag: 2.3.3
Requires PHP: 5.6
License: MIT
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/license.txt
Expand Down Expand Up @@ -69,6 +69,9 @@ If no path is provided, then the root directory itself is used.

== Changelog ==

= 2.3.3 =
* Fixed error with multiple blocks not working

= 2.3.2 =
* Image ordering by time now uses EXIF DateTime
* Partialy fixed issue with url being overriden when not terminated by a slash
Expand Down
2 changes: 1 addition & 1 deletion plugin/skaut-google-drive-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
Version: 2.3.3
Author: Marek Dědič
Author URI: https://github.com/genabitu
License: MIT
Expand Down

0 comments on commit c3ab290

Please sign in to comment.