Image Photo Gallery Final Tiles Grid - Version 3.4.6

Version Description

  • [Fix] Fixed image source selection
Download this release

Release Info

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

Code changes from version 3.4.5 to 3.4.6

FinalTilesGalleryLite.php CHANGED
@@ -5,16 +5,18 @@
5
  * Plugin URI: https://www.final-tiles-gallery.com/wordpress
6
  * Description: Wordpress Plugin for creating responsive image galleries. By: GreenTreeLabs
7
  * Author: Green Tree Labs
8
- * Version: 3.4.5
9
  * Author URI: https://www.greentreelabs.net
10
  * Text Domain: final-tiles-grid-gallery-lite
11
  * Domain Path: /languages
12
  *
13
  *
14
  */
15
- define( "FTGVERSION", "3.4.5" );
16
  /*
17
  Changelog:
 
 
18
  3.4.5
19
  Fixed JS conflict in admin
20
  3.4.4
5
  * Plugin URI: https://www.final-tiles-gallery.com/wordpress
6
  * Description: Wordpress Plugin for creating responsive image galleries. By: GreenTreeLabs
7
  * Author: Green Tree Labs
8
+ * Version: 3.4.6
9
  * Author URI: https://www.greentreelabs.net
10
  * Text Domain: final-tiles-grid-gallery-lite
11
  * Domain Path: /languages
12
  *
13
  *
14
  */
15
+ define( "FTGVERSION", "3.4.6" );
16
  /*
17
  Changelog:
18
+ 3.4.6
19
+ Fixed image source selection
20
  3.4.5
21
  Fixed JS conflict in admin
22
  3.4.4
admin/edit-gallery.php CHANGED
@@ -10,7 +10,7 @@
10
  $gallery = $this->FinalTilesdb->getGalleryById($gid);
11
  foreach ( $this->defaultValues as $k => $v )
12
  {
13
- if(! isset($gallery->$k))
14
  $gallery->$k = $v;
15
  }
16
 
10
  $gallery = $this->FinalTilesdb->getGalleryById($gid);
11
  foreach ( $this->defaultValues as $k => $v )
12
  {
13
+ if(! isset($gallery->$k) || empty($gallery->$k))
14
  $gallery->$k = $v;
15
  }
16
 
readme.txt CHANGED
@@ -137,6 +137,9 @@ Currently galleries made with Envira, FooGallery, Instagram, NextGen, JetPack, M
137
 
138
  == Changelog ==
139
 
 
 
 
140
  = 3.4.5 =
141
  * [Fix] Fixed JS conflict in admin
142
 
@@ -324,6 +327,9 @@ Currently galleries made with Envira, FooGallery, Instagram, NextGen, JetPack, M
324
 
325
  == Upgrade Notice ==
326
 
 
 
 
327
  = 3.4.5 =
328
  * [Fix] Fixed JS conflict in admin
329
 
137
 
138
  == Changelog ==
139
 
140
+ = 3.4.6 =
141
+ * [Fix] Fixed image source selection
142
+
143
  = 3.4.5 =
144
  * [Fix] Fixed JS conflict in admin
145
 
327
 
328
  == Upgrade Notice ==
329
 
330
+ = 3.4.6 =
331
+ * [Fix] Fixed image source selection
332
+
333
  = 3.4.5 =
334
  * [Fix] Fixed JS conflict in admin
335