Version Description
Easy Image Gallery is no longer bundled with fancyBox 2 as non GPL software is not allowed on the WP repo. If you have a license of fancyBox 2, simply install the free Easy Image Gallery Extend plugin here: http://sumobi.com/shop/easy-image-gallery-extend/ and it will be added to the plugin's settings again.
=
Download this release
Release Info
Developer | sumobi |
Plugin | Easy Image Gallery |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1 to 1.1.1
- easy-image-gallery.php +2 -2
- includes/scripts.php +1 -1
- readme.txt +6 -17
easy-image-gallery.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Easy Image Gallery
|
4 |
Plugin URI: http://sumobi.com/shop/easy-image-gallery/
|
5 |
Description: An easy to use image gallery with drag & drop re-ordering
|
6 |
-
Version: 1.1
|
7 |
Author: Andrew Munro, Sumobi
|
8 |
Author URI: http://sumobi.com
|
9 |
License: GPL-2.0+
|
@@ -54,7 +54,7 @@ if ( ! class_exists( 'Easy_Image_Gallery' ) ) {
|
|
54 |
define( 'EASY_IMAGE_GALLERY_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
|
55 |
|
56 |
if ( ! defined( 'EASY_IMAGE_GALLERY_VERSION' ) )
|
57 |
-
define( 'EASY_IMAGE_GALLERY_VERSION', '1.1' );
|
58 |
|
59 |
if ( ! defined( 'EASY_IMAGE_GALLERY_INCLUDES' ) )
|
60 |
define( 'EASY_IMAGE_GALLERY_INCLUDES', EASY_IMAGE_GALLERY_DIR . trailingslashit( 'includes' ) );
|
3 |
Plugin Name: Easy Image Gallery
|
4 |
Plugin URI: http://sumobi.com/shop/easy-image-gallery/
|
5 |
Description: An easy to use image gallery with drag & drop re-ordering
|
6 |
+
Version: 1.1.1
|
7 |
Author: Andrew Munro, Sumobi
|
8 |
Author URI: http://sumobi.com
|
9 |
License: GPL-2.0+
|
54 |
define( 'EASY_IMAGE_GALLERY_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
|
55 |
|
56 |
if ( ! defined( 'EASY_IMAGE_GALLERY_VERSION' ) )
|
57 |
+
define( 'EASY_IMAGE_GALLERY_VERSION', '1.1.1' );
|
58 |
|
59 |
if ( ! defined( 'EASY_IMAGE_GALLERY_INCLUDES' ) )
|
60 |
define( 'EASY_IMAGE_GALLERY_INCLUDES', EASY_IMAGE_GALLERY_DIR . trailingslashit( 'includes' ) );
|
includes/scripts.php
CHANGED
@@ -26,7 +26,7 @@ function easy_image_gallery_scripts() {
|
|
26 |
|
27 |
// create a new 'css/easy-image-gallery.css' in your child theme to override CSS file completely
|
28 |
if ( file_exists( get_stylesheet_directory() . '/css/easy-image-gallery.css' ) )
|
29 |
-
wp_register_style( 'easy-image-gallery', get_stylesheet_directory_uri() . 'css/easy-image-gallery.css', '', EASY_IMAGE_GALLERY_VERSION, 'screen' );
|
30 |
else
|
31 |
wp_register_style( 'easy-image-gallery', EASY_IMAGE_GALLERY_URL . 'includes/css/easy-image-gallery.css', '', EASY_IMAGE_GALLERY_VERSION, 'screen' );
|
32 |
|
26 |
|
27 |
// create a new 'css/easy-image-gallery.css' in your child theme to override CSS file completely
|
28 |
if ( file_exists( get_stylesheet_directory() . '/css/easy-image-gallery.css' ) )
|
29 |
+
wp_register_style( 'easy-image-gallery', get_stylesheet_directory_uri() . '/css/easy-image-gallery.css', '', EASY_IMAGE_GALLERY_VERSION, 'screen' );
|
30 |
else
|
31 |
wp_register_style( 'easy-image-gallery', EASY_IMAGE_GALLERY_URL . 'includes/css/easy-image-gallery.css', '', EASY_IMAGE_GALLERY_VERSION, 'screen' );
|
32 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: image gallery, image, galleries, simple, easy, sumobi
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.9 alpha
|
7 |
-
Stable tag: 1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -106,11 +106,14 @@ In your WordPress admin under Settings -> Media
|
|
106 |
|
107 |
== Upgrade Notice ==
|
108 |
|
109 |
-
= 1.1 =
|
110 |
Easy Image Gallery is no longer bundled with fancyBox 2 as non GPL software is not allowed on the WP repo. If you have a license of fancyBox 2, simply install the free Easy Image Gallery Extend plugin here: http://sumobi.com/shop/easy-image-gallery-extend/ and it will be added to the plugin's settings again.
|
111 |
|
112 |
== Changelog ==
|
113 |
|
|
|
|
|
|
|
114 |
= 1.1 =
|
115 |
* Tweak: fancybox 2 has been replaced with fancybox 1, as non GPL software is not allowed on the WP repo (fancyBox 2 is license under Creative Commons). If you'd like to add fancyBox 2 back into the plugin, download and activate this small plugin. http://sumobi.com/shop/easy-image-gallery-extend/ After activation, you'll find an option in the plugin's settings to switch the lightbox to fancyBox 2.
|
116 |
|
@@ -147,18 +150,4 @@ Easy Image Gallery is no longer bundled with fancyBox 2 as non GPL software is n
|
|
147 |
|
148 |
= 1.0 =
|
149 |
|
150 |
-
* Initial release
|
151 |
-
|
152 |
-
== Upgrade Notice ==
|
153 |
-
|
154 |
-
= 1.0.4 =
|
155 |
-
Images now use the image's caption rather than title field
|
156 |
-
|
157 |
-
= 1.0.3 =
|
158 |
-
Fixes minor bug where JS was loaded onto page when there is no gallery
|
159 |
-
|
160 |
-
= 1.0.2 =
|
161 |
-
Improved loading of scripts
|
162 |
-
|
163 |
-
= 1.0.1 =
|
164 |
-
More consistent styling with WordPress' Media Manager
|
4 |
Tags: image gallery, image, galleries, simple, easy, sumobi
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.9 alpha
|
7 |
+
Stable tag: 1.1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
106 |
|
107 |
== Upgrade Notice ==
|
108 |
|
109 |
+
= 1.1.1 =
|
110 |
Easy Image Gallery is no longer bundled with fancyBox 2 as non GPL software is not allowed on the WP repo. If you have a license of fancyBox 2, simply install the free Easy Image Gallery Extend plugin here: http://sumobi.com/shop/easy-image-gallery-extend/ and it will be added to the plugin's settings again.
|
111 |
|
112 |
== Changelog ==
|
113 |
|
114 |
+
= 1.1.1 =
|
115 |
+
* Fix: Missing slash on path to CSS file when plugin's CSS is overridden from a child theme
|
116 |
+
|
117 |
= 1.1 =
|
118 |
* Tweak: fancybox 2 has been replaced with fancybox 1, as non GPL software is not allowed on the WP repo (fancyBox 2 is license under Creative Commons). If you'd like to add fancyBox 2 back into the plugin, download and activate this small plugin. http://sumobi.com/shop/easy-image-gallery-extend/ After activation, you'll find an option in the plugin's settings to switch the lightbox to fancyBox 2.
|
119 |
|
150 |
|
151 |
= 1.0 =
|
152 |
|
153 |
+
* Initial release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|