Version Description
- Fixed url to upgrade
Download this release
Release Info
Developer | GreenTreeLabs |
Plugin | Gallery – Photo Gallery – Image Gallery |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- Modula.php +3 -3
- README.txt +3 -0
- admin/edit-gallery.php +2 -2
- admin/upgrade.php +4 -0
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 |
Author URI: http://modula.greentreelabs.net
|
9 |
*/
|
10 |
|
@@ -388,7 +388,7 @@ if (!class_exists("ModulaLite"))
|
|
388 |
|
389 |
public function upgrade()
|
390 |
{
|
391 |
-
|
392 |
}
|
393 |
|
394 |
public function add_gallery()
|
@@ -771,7 +771,7 @@ if (!class_exists("ModulaLite"))
|
|
771 |
"lightbox" => array(
|
772 |
"name" => "Lightbox & Links",
|
773 |
"type" => "select",
|
774 |
-
"description" => "<strong><a href='http://modula.greentreelabs.net/
|
775 |
"values" => array(
|
776 |
"Link" => array("|No link", "direct|Direct link to image", "|Attachment page"),
|
777 |
"Lightboxes" => array("lightbox2|Lightbox")
|
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 |
|
388 |
|
389 |
public function upgrade()
|
390 |
{
|
391 |
+
include("admin/upgrade.php");
|
392 |
}
|
393 |
|
394 |
public function add_gallery()
|
771 |
"lightbox" => array(
|
772 |
"name" => "Lightbox & Links",
|
773 |
"type" => "select",
|
774 |
+
"description" => "<strong><a href='http://modula.greentreelabs.net/its-time-to-evolve/' target='_blank'>Buy Modula PRO</a> and get 5 more lightboxes!</strong><br>Define here what happens when user click on the images.",
|
775 |
"values" => array(
|
776 |
"Link" => array("|No link", "direct|Direct link to image", "|Attachment page"),
|
777 |
"Lightboxes" => array("lightbox2|Lightbox")
|
README.txt
CHANGED
@@ -64,6 +64,9 @@ The simplest way to install is to click on \'Plugins\' then \'Add\' and type \'M
|
|
64 |
|
65 |
== Changelog ==
|
66 |
|
|
|
|
|
|
|
67 |
= 1.0.7 =
|
68 |
* Changed call to action for the survey
|
69 |
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
+
= 1.0.8 =
|
68 |
+
* Fixed url to upgrade
|
69 |
+
|
70 |
= 1.0.7 =
|
71 |
* Changed call to action for the survey
|
72 |
|
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/
|
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/
|
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/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 |
<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>
|
admin/upgrade.php
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<p>Redirecting to modula.greentreelabs.net</p>
|
2 |
+
<script>
|
3 |
+
location.href = "http://modula.greentreelabs.net/upgrade.html";
|
4 |
+
</script>
|