Gallery – Photo Gallery – Image Gallery - Version 1.0.9

Version Description

  • Fixed url to upgrade
Download this release

Release Info

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

Code changes from version 1.0.8 to 1.0.9

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.8
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.10
8
  Author URI: http://modula.greentreelabs.net
9
  */
10
 
README.txt CHANGED
@@ -12,6 +12,25 @@ Creative Multipurpose Grid Gallery for WordPress
12
  == Description ==
13
  Modula Grid Gallery, the best WordPress gallery plugin, is now available also in Lite version. Modula is currently the easiest and fastest gallery plugin for WordPress. With its wizard you are able to build your galleries in a few seconds, unlike many other galleries.
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  Do you wonder why this gallery is the best one? Look at the other galleries, see their demos, you’ll notice something weird ... THEY ALL LOOK THE SAME!
16
 
17
  Modula is creative! Modula is dynamic! Modula doesn’t always look the same. Just have fun with it! Modula uses a new concept to build its internal grid. After you set a width and a height for the gallery, Modula will create a random but smart grid inside. The result is a dynamic, creative, interesting and attractive gallery.
@@ -64,6 +83,12 @@ The simplest way to install is to click on \'Plugins\' then \'Add\' and type \'M
64
 
65
  == Changelog ==
66
 
 
 
 
 
 
 
67
  = 1.0.8 =
68
  * Fixed url to upgrade
69
 
12
  == Description ==
13
  Modula Grid Gallery, the best WordPress gallery plugin, is now available also in Lite version. Modula is currently the easiest and fastest gallery plugin for WordPress. With its wizard you are able to build your galleries in a few seconds, unlike many other galleries.
14
 
15
+ https://www.youtube.com/watch?v=tq8yUYxgtnA
16
+
17
+ = Examples: =
18
+ [Modula Grid Gallery](http://modula.greentreelabs.net/)
19
+ [Example: Margins](http://modula.greentreelabs.net/demo/margins/)
20
+ [Example: Shuffle](http://modula.greentreelabs.net/demo/shuffle/)
21
+ [Example: Social icons](http://modula.greentreelabs.net/demo/social-effect/)
22
+ [Example: Custom styling](http://modula.greentreelabs.net/demo/styling/)
23
+
24
+ = Applications: =
25
+ [Architecture portfolio](http://modula.greentreelabs.net/demo/applications/architecture/)
26
+ [Art showcase](http://modula.greentreelabs.net/demo/applications/art-gallery/)
27
+ [Photography portfolio](http://modula.greentreelabs.net/demo/applications/blackwhite-photography/)
28
+ [Food gallery](http://modula.greentreelabs.net/demo/applications/food/)
29
+ [Pets gallery](http://modula.greentreelabs.net/demo/applications/pets-animals/)
30
+ [Tattoo showcase](http://modula.greentreelabs.net/demo/applications/tattoo-attitude/)
31
+ [Travel gallery](http://modula.greentreelabs.net/demo/applications/travel-gallery/)
32
+ [Wedding album](http://modula.greentreelabs.net/demo/applications/wedding-album/)
33
+
34
  Do you wonder why this gallery is the best one? Look at the other galleries, see their demos, you’ll notice something weird ... THEY ALL LOOK THE SAME!
35
 
36
  Modula is creative! Modula is dynamic! Modula doesn’t always look the same. Just have fun with it! Modula uses a new concept to build its internal grid. After you set a width and a height for the gallery, Modula will create a random but smart grid inside. The result is a dynamic, creative, interesting and attractive gallery.
83
 
84
  == Changelog ==
85
 
86
+ = 1.0.10 =
87
+ * Bug fix: now Lightbox opens image at full size
88
+
89
+ = 1.0.9 =
90
+ * Fixed url to upgrade
91
+
92
  = 1.0.8 =
93
  * Fixed url to upgrade
94
 
admin/edit-gallery.php CHANGED
@@ -166,7 +166,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die(_e('Y
166
  <?php elseif($data["type"] == "PRO_FEATURE") : ?>
167
 
168
  <div class="pro-cell">
169
- <a href="http://modula.greentreelabs.net/its-time-to-evolve/" target="_blank">Unlock this feature with a PRO license <i class="mdi-content-send
170
  "></i></a>
171
  </div>
172
 
@@ -227,7 +227,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die(_e('Y
227
  <input type="hidden" name="ftg_hoverColor" value="#000">
228
  <input type="hidden" name="ftg_hoverOpacity" value="#.8">
229
  <div class="pro-cell">
230
- <a href="http://modula.greentreelabs.net/its-time-to-evolve/" target="_blank">Buy a PRO license to unlock <strong>Hover background color</strong> and <strong>Hover opacity</strong> <i class="mdi-content-send
231
  "></i></a>
232
  </div>
233
  </div>
166
  <?php elseif($data["type"] == "PRO_FEATURE") : ?>
167
 
168
  <div class="pro-cell">
169
+ <a href="http://modula.greentreelabs.net/#buy" target="_blank">Unlock this feature, buy full version <i class="mdi-content-send
170
  "></i></a>
171
  </div>
172
 
227
  <input type="hidden" name="ftg_hoverColor" value="#000">
228
  <input type="hidden" name="ftg_hoverOpacity" value="#.8">
229
  <div class="pro-cell">
230
+ <a href="http://modula.greentreelabs.net/#buy" target="_blank">Buy a PRO license to unlock <strong>Hover background color</strong> and <strong>Hover opacity</strong> <i class="mdi-content-send
231
  "></i></a>
232
  </div>
233
  </div>
admin/scripts/modula-admin.js CHANGED
@@ -250,7 +250,7 @@ var TG = function ($) {
250
  TG.hide_loading();
251
  }
252
  else
253
- location.href = "?page=edit-modula";
254
  }
255
  });
256
  },
@@ -874,6 +874,6 @@ jQuery(function () {
874
  jQuery("a[href$=modula-gallery-upgrade]").addClass('modula-jump-pro-menu').click(function (e) {
875
  e.preventDefault();
876
 
877
- location.href = "http://modula.greentreelabs.net/upgrade.html";
878
  })
879
  });
250
  TG.hide_loading();
251
  }
252
  else
253
+ location.href = "?page=edit-modula";
254
  }
255
  });
256
  },
874
  jQuery("a[href$=modula-gallery-upgrade]").addClass('modula-jump-pro-menu').click(function (e) {
875
  e.preventDefault();
876
 
877
+ location.href = "http://modula.greentreelabs.net/#buy";
878
  })
879
  });
admin/upgrade.php CHANGED
@@ -1,4 +1,4 @@
1
  <p>Redirecting to modula.greentreelabs.net</p>
2
  <script>
3
- location.href = "http://modula.greentreelabs.net/upgrade.html";
4
  </script>
1
  <p>Redirecting to modula.greentreelabs.net</p>
2
  <script>
3
+ location.href = "http://modula.greentreelabs.net/#buy";
4
  </script>
lib/gallery-class.php CHANGED
@@ -135,7 +135,7 @@ if (!class_exists("ModulaFE")) {
135
  if($this->gallery->lightbox == 'attachment-page')
136
  return "href='" . $image->url . "'";
137
 
138
- return "href='" . $image->imagePath . "'";
139
  }
140
 
141
  private function getTarget($image)
135
  if($this->gallery->lightbox == 'attachment-page')
136
  return "href='" . $image->url . "'";
137
 
138
+ return "href='" . wp_get_attachment_url( $image->imageId ) . "'";
139
  }
140
 
141
  private function getTarget($image)