Image Photo Gallery Final Tiles Grid - Version 3.0.6

Version Description

  • [Enhancement] Backend UI tweaks
Download this release

Release Info

Developer GreenTreeLabs
Plugin Icon 128x128 Image Photo Gallery Final Tiles Grid
Version 3.0.6
Comparing to
See all releases

Code changes from version 3.0.5 to 3.0.6

Files changed (3) hide show
  1. FinalTilesGalleryLite.php +2 -2
  2. admin/css/style.css +3 -0
  3. readme.txt +6 -0
FinalTilesGalleryLite.php CHANGED
@@ -4,10 +4,10 @@ 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: 3.0.5
8
  Author URI: http://codecanyon.net/user/GreenTreeLabs
9
  */
10
- define("FTGLITEVERSION", "3.0.5");
11
  // Create a helper function for easy SDK access.
12
  function ftggl_fs() {
13
  global $ftggl_fs;
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: 3.0.6
8
  Author URI: http://codecanyon.net/user/GreenTreeLabs
9
  */
10
+ define("FTGLITEVERSION", "3.0.6");
11
  // Create a helper function for easy SDK access.
12
  function ftggl_fs() {
13
  global $ftggl_fs;
admin/css/style.css CHANGED
@@ -1,4 +1,7 @@
1
  @import "materialize.css";
 
 
 
2
  #wpcontent {
3
  padding-left: 0;
4
  }
1
  @import "materialize.css";
2
+ .fs-submenu-item.final-tiles-grid-gallery-lite.pricing.upgrade-mode {
3
+ display: none;
4
+ }
5
  #wpcontent {
6
  padding-left: 0;
7
  }
readme.txt CHANGED
@@ -135,6 +135,9 @@ Currently galleries made with Envira, FooGallery, Instagram, NextGen, JetPack, M
135
 
136
  == Changelog ==
137
 
 
 
 
138
  = 3.0.5 =
139
  * [Fix] Fixed bug when using masonry layout
140
 
@@ -215,6 +218,9 @@ Currently galleries made with Envira, FooGallery, Instagram, NextGen, JetPack, M
215
 
216
  == Upgrade Notice ==
217
 
 
 
 
218
  = 3.0.5 =
219
  * [Fix] Fixed bug when using masonry layout
220
 
135
 
136
  == Changelog ==
137
 
138
+ = 3.0.6 =
139
+ * [Enhancement] Backend UI tweaks
140
+
141
  = 3.0.5 =
142
  * [Fix] Fixed bug when using masonry layout
143
 
218
 
219
  == Upgrade Notice ==
220
 
221
+ = 3.0.6 =
222
+ * [Enhancement] Backend UI tweaks
223
+
224
  = 3.0.5 =
225
  * [Fix] Fixed bug when using masonry layout
226