Easy Image Gallery - Version 1.1.3

Version Description

Updated PrettyPhoto JavaScript file to v3.1.6 and fixed captions that had quotes inside them

Download this release

Release Info

Developer sumobi
Plugin Icon 128x128 Easy Image Gallery
Version 1.1.3
Comparing to
See all releases

Code changes from version 1.1.2 to 1.1.3

Files changed (2) hide show
  1. easy-image-gallery.php +5 -4
  2. readme.txt +14 -11
easy-image-gallery.php CHANGED
@@ -3,9 +3,10 @@
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.2
7
  Author: Andrew Munro, Sumobi
8
  Author URI: http://sumobi.com
 
9
  License: GPL-2.0+
10
  License URI: http://www.opensource.org/licenses/gpl-license.php
11
  */
@@ -54,7 +55,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.2' );
58
 
59
  if ( ! defined( 'EASY_IMAGE_GALLERY_INCLUDES' ) )
60
  define( 'EASY_IMAGE_GALLERY_INCLUDES', EASY_IMAGE_GALLERY_DIR . trailingslashit( 'includes' ) );
@@ -72,10 +73,10 @@ if ( ! class_exists( 'Easy_Image_Gallery' ) ) {
72
  require_once( EASY_IMAGE_GALLERY_INCLUDES . 'scripts.php' );
73
  require_once( EASY_IMAGE_GALLERY_INCLUDES . 'metabox.php' );
74
  require_once( EASY_IMAGE_GALLERY_INCLUDES . 'admin-page.php' );
75
-
76
  }
77
 
78
  }
79
  }
80
 
81
- $Easy_Image_Gallery = new Easy_Image_Gallery();
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.3
7
  Author: Andrew Munro, Sumobi
8
  Author URI: http://sumobi.com
9
+ Text Domain: easy-image-gallery
10
  License: GPL-2.0+
11
  License URI: http://www.opensource.org/licenses/gpl-license.php
12
  */
55
  define( 'EASY_IMAGE_GALLERY_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
56
 
57
  if ( ! defined( 'EASY_IMAGE_GALLERY_VERSION' ) )
58
+ define( 'EASY_IMAGE_GALLERY_VERSION', '1.1.3' );
59
 
60
  if ( ! defined( 'EASY_IMAGE_GALLERY_INCLUDES' ) )
61
  define( 'EASY_IMAGE_GALLERY_INCLUDES', EASY_IMAGE_GALLERY_DIR . trailingslashit( 'includes' ) );
73
  require_once( EASY_IMAGE_GALLERY_INCLUDES . 'scripts.php' );
74
  require_once( EASY_IMAGE_GALLERY_INCLUDES . 'metabox.php' );
75
  require_once( EASY_IMAGE_GALLERY_INCLUDES . 'admin-page.php' );
76
+
77
  }
78
 
79
  }
80
  }
81
 
82
+ $easy_image_gallery = new Easy_Image_Gallery();
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: sumobi
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EFUPMPEZPGW7L
4
  Tags: image gallery, image, galleries, simple, easy, sumobi
5
  Requires at least: 3.5
6
- Tested up to: 4.2.2
7
- Stable tag: 1.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -31,7 +31,7 @@ Features:
31
  1. Uses the new WP 3.5+ media manager for a familiar and intuitive way to add your images
32
  1. WordPress 3.6 Ready
33
 
34
- = Usage =
35
 
36
  Galleries are automatically appended to the bottom of your post/page unless you use the shortcode below. Using the shortcode will give you finer control over placement within the content area. Plugin settings are located under Settings -> Media
37
 
@@ -44,14 +44,14 @@ Use the following shortcode anywhere in the content area to display the gallery
44
  = Template Tag Usage =
45
 
46
  The following template tag is available to display the gallery
47
-
48
  if( function_exists( 'easy_image_gallery' ) ) {
49
  echo easy_image_gallery();
50
  }
51
 
52
  If you use the template tag above, you will need remove the default content filter:
53
 
54
- remove_filter( 'the_content', 'easy_image_gallery_append_to_content' );
55
 
56
  = Developer Friendly =
57
 
@@ -64,10 +64,10 @@ If you use the template tag above, you will need remove the default content filt
64
 
65
  **Stay up to date**
66
 
67
- *Become a fan on Facebook*
68
  [http://www.facebook.com/sumobicom](http://www.facebook.com/sumobicom "Facebook")
69
 
70
- *Follow me on Twitter*
71
  [http://twitter.com/sumobi_](http://twitter.com/sumobi_ "Twitter")
72
 
73
  == Installation ==
@@ -110,6 +110,9 @@ Updated PrettyPhoto JavaScript file to v3.1.6 and fixed captions that had quotes
110
 
111
  == Changelog ==
112
 
 
 
 
113
  = 1.1.2 =
114
  * Fix: Added esc_attr to title attribute. Captions that included quotes were getting cut off.
115
  * Fix: Updated PrettyPhoto JavaScript file to v3.1.6
@@ -128,8 +131,8 @@ Updated PrettyPhoto JavaScript file to v3.1.6 and fixed captions that had quotes
128
  = 1.0.5 =
129
 
130
  * Tweak: The plugin's options page has been moved to settings -> media
131
- * Tweak: Renamed the 'thumbnail_image_size' filter name to be 'easy_image_gallery_thumbnail_image_size' so it's unique to the plugin
132
- * Tweak: Renamed the 'linked_image_size' filter name to be 'easy_image_gallery_linked_image_size' so it's unique to the plugin
133
 
134
  = 1.0.4 =
135
 
@@ -138,7 +141,7 @@ Updated PrettyPhoto JavaScript file to v3.1.6 and fixed captions that had quotes
138
 
139
  = 1.0.3 =
140
 
141
- * Fix: jQuery script that calls light box was being loaded when there were no gallery images
142
 
143
  = 1.0.2 =
144
 
@@ -153,4 +156,4 @@ Updated PrettyPhoto JavaScript file to v3.1.6 and fixed captions that had quotes
153
 
154
  = 1.0 =
155
 
156
- * Initial release
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EFUPMPEZPGW7L
4
  Tags: image gallery, image, galleries, simple, easy, sumobi
5
  Requires at least: 3.5
6
+ Tested up to: 4.3.1
7
+ Stable tag: 1.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
31
  1. Uses the new WP 3.5+ media manager for a familiar and intuitive way to add your images
32
  1. WordPress 3.6 Ready
33
 
34
+ = Usage =
35
 
36
  Galleries are automatically appended to the bottom of your post/page unless you use the shortcode below. Using the shortcode will give you finer control over placement within the content area. Plugin settings are located under Settings -> Media
37
 
44
  = Template Tag Usage =
45
 
46
  The following template tag is available to display the gallery
47
+
48
  if( function_exists( 'easy_image_gallery' ) ) {
49
  echo easy_image_gallery();
50
  }
51
 
52
  If you use the template tag above, you will need remove the default content filter:
53
 
54
+ remove_filter( 'the_content', 'easy_image_gallery_append_to_content' );
55
 
56
  = Developer Friendly =
57
 
64
 
65
  **Stay up to date**
66
 
67
+ *Become a fan on Facebook*
68
  [http://www.facebook.com/sumobicom](http://www.facebook.com/sumobicom "Facebook")
69
 
70
+ *Follow me on Twitter*
71
  [http://twitter.com/sumobi_](http://twitter.com/sumobi_ "Twitter")
72
 
73
  == Installation ==
110
 
111
  == Changelog ==
112
 
113
+ = 1.3.1 =
114
+ * Tweak: Added text domain to plugin headers in accordance with new translation system
115
+
116
  = 1.1.2 =
117
  * Fix: Added esc_attr to title attribute. Captions that included quotes were getting cut off.
118
  * Fix: Updated PrettyPhoto JavaScript file to v3.1.6
131
  = 1.0.5 =
132
 
133
  * Tweak: The plugin's options page has been moved to settings -> media
134
+ * Tweak: Renamed the 'thumbnail_image_size' filter name to be 'easy_image_gallery_thumbnail_image_size' so it's unique to the plugin
135
+ * Tweak: Renamed the 'linked_image_size' filter name to be 'easy_image_gallery_linked_image_size' so it's unique to the plugin
136
 
137
  = 1.0.4 =
138
 
141
 
142
  = 1.0.3 =
143
 
144
+ * Fix: jQuery script that calls light box was being loaded when there were no gallery images
145
 
146
  = 1.0.2 =
147
 
156
 
157
  = 1.0 =
158
 
159
+ * Initial release