Version Description
- [Fix] Fixed plugin name
Download this release
Release Info
Developer | GreenTreeLabs |
Plugin | Image Photo Gallery Final Tiles Grid |
Version | 3.3.16 |
Comparing to | |
See all releases |
Code changes from version 3.3.13 to 3.3.16
- FinalTilesGalleryLite.php +9 -5
- readme.txt +11 -2
FinalTilesGalleryLite.php
CHANGED
@@ -1,19 +1,25 @@
|
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
-
* Plugin Name: Final Tiles Grid Gallery
|
5 |
* Plugin URI: https://www.final-tiles-gallery.com
|
6 |
* Description: Wordpress Plugin for creating responsive image galleries. By: GreenTreeLabs
|
7 |
* Author: Green Tree Labs
|
8 |
-
* Version: 3.3.
|
9 |
* Author URI: https://www.greentreelabs.net
|
10 |
*
|
11 |
* @fs_premium_only /lightbox-pro/
|
12 |
*
|
13 |
*/
|
14 |
-
define( 'FTGVERSION', '3.3.
|
15 |
/*
|
16 |
Changelog:
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
3.3.13
|
18 |
Fixed menu slug
|
19 |
3.3.12
|
@@ -311,7 +317,6 @@ if ( !class_exists( 'FinalTiles_Gallery' ) ) {
|
|
311 |
'enablePinterest' => 'F',
|
312 |
'enableTwitter' => 'F',
|
313 |
'enlargeImages' => 'T',
|
314 |
-
'envatoReferral' => 'GreenTreeLabs',
|
315 |
'filterClick' => 'F',
|
316 |
'filters' => '',
|
317 |
'gridCellSize' => 25,
|
@@ -1288,7 +1293,6 @@ if ( !class_exists( 'FinalTiles_Gallery' ) ) {
|
|
1288 |
'script' => $script,
|
1289 |
'support' => $this->checkboxVal( 'ftg_support' ),
|
1290 |
'supportText' => $_POST['ftg_supportText'],
|
1291 |
-
'envatoReferral' => $_POST['ftg_envatoReferral'],
|
1292 |
'scrollEffect' => $scrollEffect,
|
1293 |
'loadedScaleY' => intval( $_POST['ftg_loadedScaleY'] ),
|
1294 |
'loadedScaleX' => intval( $_POST['ftg_loadedScaleX'] ),
|
1 |
<?php
|
2 |
|
3 |
/**
|
4 |
+
* Plugin Name: Final Tiles Grid Gallery - Image Gallery
|
5 |
* Plugin URI: https://www.final-tiles-gallery.com
|
6 |
* Description: Wordpress Plugin for creating responsive image galleries. By: GreenTreeLabs
|
7 |
* Author: Green Tree Labs
|
8 |
+
* Version: 3.3.16
|
9 |
* Author URI: https://www.greentreelabs.net
|
10 |
*
|
11 |
* @fs_premium_only /lightbox-pro/
|
12 |
*
|
13 |
*/
|
14 |
+
define( 'FTGVERSION', '3.3.16' );
|
15 |
/*
|
16 |
Changelog:
|
17 |
+
3.3.16
|
18 |
+
Fixed plugin name
|
19 |
+
3.3.15
|
20 |
+
Fixed minor issue
|
21 |
+
3.3.14
|
22 |
+
Fixed bug
|
23 |
3.3.13
|
24 |
Fixed menu slug
|
25 |
3.3.12
|
317 |
'enablePinterest' => 'F',
|
318 |
'enableTwitter' => 'F',
|
319 |
'enlargeImages' => 'T',
|
|
|
320 |
'filterClick' => 'F',
|
321 |
'filters' => '',
|
322 |
'gridCellSize' => 25,
|
1293 |
'script' => $script,
|
1294 |
'support' => $this->checkboxVal( 'ftg_support' ),
|
1295 |
'supportText' => $_POST['ftg_supportText'],
|
|
|
1296 |
'scrollEffect' => $scrollEffect,
|
1297 |
'loadedScaleY' => intval( $_POST['ftg_loadedScaleY'] ),
|
1298 |
'loadedScaleX' => intval( $_POST['ftg_loadedScaleX'] ),
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: GreenTreeLabs
|
3 |
Donate link: http://greentreelabs.net/blog/donate/
|
4 |
Tags: gallery, grid gallery, best gallery plugin, free gallery, gallery plugin, gallery grid plugin, masonry, photo gallery, image gallery, social gallery, portfolio gallery, lightbox, justified gallery
|
5 |
-
Requires at least: 3.8.
|
6 |
Tested up to: 4.8
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
@@ -57,7 +57,7 @@ Final Tiles Gallery Lite is a very complete plugin but if you want the best expe
|
|
57 |
|
58 |
If you love the Lite version and it’s enough for your needs but you want to say “thanks!” you can always buy a [present](http://amzn.eu/5SP6qpj) ;)
|
59 |
|
60 |
-
If you instead want to upgrade and unlock all the cool features then you can [buy a license](
|
61 |
|
62 |
The “Final” layout can’t ensure you have a justified edge at the bottom of the gallery. If you have this requirement then you can use the “Masonry” layout and use images with same height, that way you can make a justified gallery.
|
63 |
|
@@ -135,6 +135,15 @@ Currently galleries made with Envira, FooGallery, Instagram, NextGen, JetPack, M
|
|
135 |
|
136 |
== Changelog ==
|
137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
= 3.3.13 =
|
139 |
* Fixed menu slug
|
140 |
|
2 |
Contributors: GreenTreeLabs
|
3 |
Donate link: http://greentreelabs.net/blog/donate/
|
4 |
Tags: gallery, grid gallery, best gallery plugin, free gallery, gallery plugin, gallery grid plugin, masonry, photo gallery, image gallery, social gallery, portfolio gallery, lightbox, justified gallery
|
5 |
+
Requires at least: 3.8.2
|
6 |
Tested up to: 4.8
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
57 |
|
58 |
If you love the Lite version and it’s enough for your needs but you want to say “thanks!” you can always buy a [present](http://amzn.eu/5SP6qpj) ;)
|
59 |
|
60 |
+
If you instead want to upgrade and unlock all the cool features then you can [buy a license](https://www.final-tiles-gallery.com/wordpress/pricing).
|
61 |
|
62 |
The “Final” layout can’t ensure you have a justified edge at the bottom of the gallery. If you have this requirement then you can use the “Masonry” layout and use images with same height, that way you can make a justified gallery.
|
63 |
|
135 |
|
136 |
== Changelog ==
|
137 |
|
138 |
+
= 3.3.16 =
|
139 |
+
* [Fix] Fixed plugin name
|
140 |
+
|
141 |
+
= 3.3.15 =
|
142 |
+
* [Fix] Fixed minor issue
|
143 |
+
|
144 |
+
= 3.3.14 =
|
145 |
+
* [Fix] Fixed bug on activation
|
146 |
+
|
147 |
= 3.3.13 =
|
148 |
* Fixed menu slug
|
149 |
|