Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jun 17, 2018
1 parent d21ed64 commit e16020c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 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.0.1",
"version": "2.0.2",
"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.

2 changes: 1 addition & 1 deletion 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.0.1",
"version": "2.0.2",
"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 @@ -4,7 +4,7 @@ Donate link: https://www.skaut.cz/podporte-nas/
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.0.1
Stable tag: 2.0.2
Requires PHP: 5.6
License: MIT
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/license.txt
Expand Down Expand Up @@ -59,6 +59,9 @@ If no path is provided, then the root directory itself is used.

== Changelog ==

= 2.0.2 =
* Performance optimisations for subdirectories

= 2.0.1 =
* Fixed missing ordering options

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.0.1
Version: 2.0.2
Author: Marek Dědič
Author URI: https://github.com/genabitu
License: MIT
Expand Down

0 comments on commit e16020c

Please sign in to comment.