Gallery – Photo Gallery – Image Gallery - Version 1.1.11

Version Description

Download this release

Release Info

Developer GreenTreeLabs
Plugin Icon wp plugin Gallery – Photo Gallery – Image Gallery
Version 1.1.11
Comparing to
See all releases

Code changes from version 1.0.9 to 1.1.11

Files changed (3) hide show
  1. Modula.php +1 -1
  2. README.txt +3 -0
  3. admin/edit-gallery.php +1 -1
Modula.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Modula Grid Gallery Lite
4
  Plugin URI: http://modula.greentreelabs.net
5
  Description: The Best Wordpress Gallery.
6
  Author: GreenTreeLabs
7
- Version: 1.0.10
8
  Author URI: http://modula.greentreelabs.net
9
  */
10
 
4
  Plugin URI: http://modula.greentreelabs.net
5
  Description: The Best Wordpress Gallery.
6
  Author: GreenTreeLabs
7
+ Version: 1.0.11
8
  Author URI: http://modula.greentreelabs.net
9
  */
10
 
README.txt CHANGED
@@ -83,6 +83,9 @@ The simplest way to install is to click on \'Plugins\' then \'Add\' and type \'M
83
 
84
  == Changelog ==
85
 
 
 
 
86
  = 1.0.10 =
87
  * Bug fix: now Lightbox opens image at full size
88
 
83
 
84
  == Changelog ==
85
 
86
+ = 1.0.11 =
87
+ * Minor bug fix: fixed missing preview effect image
88
+
89
  = 1.0.10 =
90
  * Bug fix: now Lightbox opens image at full size
91
 
admin/edit-gallery.php CHANGED
@@ -197,7 +197,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die(_e('Y
197
  <!-- show preview -->
198
 
199
  <div class="item effect-pufrobo" >
200
- <img src="<?php print plugins_url() ?>/modula/admin/images/effect.jpg" class="pic">
201
  <div class="figc">
202
  <div class="figc-inner">
203
 
197
  <!-- show preview -->
198
 
199
  <div class="item effect-pufrobo" >
200
+ <img src="<?php print plugins_url() ?>/modula-best-grid-gallery/admin/images/effect.jpg" class="pic">
201
  <div class="figc">
202
  <div class="figc-inner">
203