Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Aug 24, 2018
1 parent 1c35e16 commit c415a05
Show file tree
Hide file tree
Showing 6 changed files with 13 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.2.3",
"version": "2.3.0",
"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.2.3",
"version": "2.3.0",
"description": "A WordPress gallery using Google Drive as file storage",
"repository": {
"type": "git",
Expand Down
9 changes: 8 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.2.3
Stable tag: 2.3.0
Requires PHP: 5.6
License: MIT
License URI: https://github.com/skaut/skaut-google-drive-gallery/blob/master/license.txt
Expand Down Expand Up @@ -70,6 +70,13 @@ If no path is provided, then the root directory itself is used.

== Changelog ==

= 2.3.0 =
* Fixed potential collision with global composer
* Directory item counts with icons instead of text
* Added more error messages
* Fixed infinite spinner on empty gallery
* Not displaying empty subgalleries

= 2.2.3 =
* Fixed more problems with the justified layout
* Open images now have a unique and permanent address so a link to a particular image can be copied and sent
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.2.3
Version: 2.3.0
Author: Marek Dědič
Author URI: https://github.com/genabitu
License: MIT
Expand Down

0 comments on commit c415a05

Please sign in to comment.