Version Description
- Enhanced support for filters in WordPress media panel
Download this release
Release Info
Developer | GreenTreeLabs |
Plugin | Image Photo Gallery Final Tiles Grid |
Version | 2.0.15 |
Comparing to | |
See all releases |
Code changes from version 2.0.14 to 2.0.15
- FinalTilesGalleryLite.php +2 -2
- admin/add-gallery.php +2 -2
- admin/css/materialize.css +0 -2
- readme.txt +4 -1
FinalTilesGalleryLite.php
CHANGED
@@ -4,11 +4,11 @@ Plugin Name: Final Tiles Grid Gallery Lite
|
|
4 |
Plugin URI: http://codecanyon.net/item/final-tiles-gallery-for-wordpress/5189351?ref=GreenTreeLabs
|
5 |
Description: Wordpress Plugin for creating responsive image galleries. By: Green Tree Labs
|
6 |
Author: Green Tree Labs
|
7 |
-
Version: 2.0.
|
8 |
Author URI: http://codecanyon.net/user/GreenTreeLabs
|
9 |
*/
|
10 |
|
11 |
-
define("FTGLITEVERSION", "2.0.
|
12 |
define("PRO_CALL", "<span class='procall'>(<a href='http://1.envato.market/c/288541/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Ffinal-tiles-wordpress-gallery%2F5189351' target='_blank'>available with PRO version</a>)</span>");
|
13 |
define("PRO_UNLOCK", "<a href='http://1.envato.market/c/288541/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Ffinal-tiles-wordpress-gallery%2F5189351' target='_blank'>Add unlimited images with PRO version</a>");
|
14 |
|
4 |
Plugin URI: http://codecanyon.net/item/final-tiles-gallery-for-wordpress/5189351?ref=GreenTreeLabs
|
5 |
Description: Wordpress Plugin for creating responsive image galleries. By: Green Tree Labs
|
6 |
Author: Green Tree Labs
|
7 |
+
Version: 2.0.15
|
8 |
Author URI: http://codecanyon.net/user/GreenTreeLabs
|
9 |
*/
|
10 |
|
11 |
+
define("FTGLITEVERSION", "2.0.15");
|
12 |
define("PRO_CALL", "<span class='procall'>(<a href='http://1.envato.market/c/288541/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Ffinal-tiles-wordpress-gallery%2F5189351' target='_blank'>available with PRO version</a>)</span>");
|
13 |
define("PRO_UNLOCK", "<a href='http://1.envato.market/c/288541/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Ffinal-tiles-wordpress-gallery%2F5189351' target='_blank'>Add unlimited images with PRO version</a>");
|
14 |
|
admin/add-gallery.php
CHANGED
@@ -80,7 +80,7 @@
|
|
80 |
-->
|
81 |
<div class="field">
|
82 |
<h5>Caption effect:</h5>
|
83 |
-
<select name="ftg_captionEffect">
|
84 |
<option value="fade">Fade</option>
|
85 |
<option value="slide-top">Slide from top</option>
|
86 |
<option value="slide-bottom">Slide from bottom</option>
|
@@ -94,7 +94,7 @@
|
|
94 |
<fieldset data-step="4" data-save="true">
|
95 |
<div class="field">
|
96 |
<h5>Choose a default image size</h5>
|
97 |
-
<select name="def_imgsize">
|
98 |
<?php
|
99 |
foreach ($this->list_thumbnail_sizes() as $size => $atts)
|
100 |
{
|
80 |
-->
|
81 |
<div class="field">
|
82 |
<h5>Caption effect:</h5>
|
83 |
+
<select class="browser-default" name="ftg_captionEffect">
|
84 |
<option value="fade">Fade</option>
|
85 |
<option value="slide-top">Slide from top</option>
|
86 |
<option value="slide-bottom">Slide from bottom</option>
|
94 |
<fieldset data-step="4" data-save="true">
|
95 |
<div class="field">
|
96 |
<h5>Choose a default image size</h5>
|
97 |
+
<select class="browser-default" name="def_imgsize">
|
98 |
<?php
|
99 |
foreach ($this->list_thumbnail_sizes() as $size => $atts)
|
100 |
{
|
admin/css/materialize.css
CHANGED
@@ -4284,8 +4284,6 @@ input[type=checkbox]:not(:disabled) ~ .lever:active:after {
|
|
4284 |
top: 0;
|
4285 |
font-size: 23px; }
|
4286 |
|
4287 |
-
select {
|
4288 |
-
display: none; }
|
4289 |
|
4290 |
select.browser-default {
|
4291 |
display: block; }
|
4284 |
top: 0;
|
4285 |
font-size: 23px; }
|
4286 |
|
|
|
|
|
4287 |
|
4288 |
select.browser-default {
|
4289 |
display: block; }
|
readme.txt
CHANGED
@@ -90,7 +90,7 @@ The PRO license bundles 7 different lightboxes. However you can use any other li
|
|
90 |
= How can I say thanks? =
|
91 |
|
92 |
* Just recommend our plugin to your friends! or
|
93 |
-
* Like and share our [Facebook page](https://www.facebook.com/greentreelabs "Facebook fan page")
|
94 |
|
95 |
|
96 |
== Screenshots ==
|
@@ -104,6 +104,9 @@ The PRO license bundles 7 different lightboxes. However you can use any other li
|
|
104 |
|
105 |
== Changelog ==
|
106 |
|
|
|
|
|
|
|
107 |
= 2.0.14 =
|
108 |
* Fixed broken css for backends under SSL
|
109 |
|
90 |
= How can I say thanks? =
|
91 |
|
92 |
* Just recommend our plugin to your friends! or
|
93 |
+
* Like and share our [Facebook page](https://www.facebook.com/greentreelabs "Facebook fan page")
|
94 |
|
95 |
|
96 |
== Screenshots ==
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
= 2.0.15 =
|
108 |
+
* Enhanced support for filters in WordPress media panel
|
109 |
+
|
110 |
= 2.0.14 =
|
111 |
* Fixed broken css for backends under SSL
|
112 |
|