Photo Gallery by WD – Responsive Photo Gallery - Version 1.3.24

Version Description

  • Fixed: Google Fonts list bug.
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Photo Gallery by WD – Responsive Photo Gallery
Version 1.3.24
Comparing to
See all releases

Code changes from version 1.3.23 to 1.3.24

Files changed (3) hide show
  1. framework/WDWLibrary.php +7 -5
  2. photo-gallery.php +3 -3
  3. readme.txt +8 -3
framework/WDWLibrary.php CHANGED
@@ -903,11 +903,13 @@ class WDWLibrary {
903
  }
904
  if ($theme) {
905
  foreach ($theme as $row) {
906
- $options = json_decode($row->options);
907
- foreach ($options as $option) {
908
- $is_google_fonts = (in_array((string)$option, $google_fonts)) ? true : false;
909
- if (true == $is_google_fonts) {
910
- $google_array[$option] = $option;
 
 
911
  }
912
  }
913
  }
903
  }
904
  if ($theme) {
905
  foreach ($theme as $row) {
906
+ if (isset($row->options)) {
907
+ $options = json_decode($row->options);
908
+ foreach ($options as $option) {
909
+ $is_google_fonts = (in_array((string)$option, $google_fonts)) ? true : false;
910
+ if (true == $is_google_fonts) {
911
+ $google_array[$option] = $option;
912
+ }
913
  }
914
  }
915
  }
photo-gallery.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Photo Gallery
5
  * Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
6
  * Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
7
- * Version: 1.3.23
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -1938,7 +1938,7 @@ function bwg_activate() {
1938
  ));
1939
  }
1940
  $version = get_option('wd_bwg_version');
1941
- $new_version = '1.3.23';
1942
  if ($version && version_compare($version, $new_version, '<')) {
1943
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1944
  bwg_update($version);
@@ -1990,7 +1990,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
1990
 
1991
  function bwg_update_hook() {
1992
  $version = get_option('wd_bwg_version');
1993
- $new_version = '1.3.23';
1994
  if ($version && version_compare($version, $new_version, '<')) {
1995
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1996
  bwg_update($version);
4
  * Plugin Name: Photo Gallery
5
  * Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
6
  * Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
7
+ * Version: 1.3.24
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
1938
  ));
1939
  }
1940
  $version = get_option('wd_bwg_version');
1941
+ $new_version = '1.3.24';
1942
  if ($version && version_compare($version, $new_version, '<')) {
1943
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1944
  bwg_update($version);
1990
 
1991
  function bwg_update_hook() {
1992
  $version = get_option('wd_bwg_version');
1993
+ $new_version = '1.3.24';
1994
  if ($version && version_compare($version, $new_version, '<')) {
1995
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1996
  bwg_update($version);
readme.txt CHANGED
@@ -1,16 +1,18 @@
1
  === Gallery ===
2
  Contributors: webdorado
3
  Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
4
- Tags: album, image gallery, gallery, image, images, lightbox, photo, photo gallery, photos, responsive, thumbnail, widget
5
  Requires at least: 3.4
6
  Tested up to: 4.7
7
- Stable tag: 1.3.23
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Photo Gallery is an advanced plugin with a list of tools and options for adding and editing images for different views. It is fully responsive.
12
 
13
  == Description ==
 
 
14
  Create 100% responsive FREE WordPress photo gallery in minutes. Easy to customize and various views.
15
 
16
  https://www.youtube.com/watch?v=4Mxg0FsFZZE&index=5&list=PLnxWPiY5tLFUsFI67acGEPAqoDMZqss5F
@@ -173,6 +175,9 @@ To enable the feature of adding Media Library images, go to Photo Gallery > Opti
173
 
174
  == Changelog ==
175
 
 
 
 
176
  = 1.3.23 =
177
  * Fixed: Ordering bug in Gallery Box.
178
  * Added: Possibility to include styles/scripts in necessary pages only.
1
  === Gallery ===
2
  Contributors: webdorado
3
  Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
4
+ Tags: content gallery, gallery, gallery image, image gallery, images gallery, lightbox gallery, media gallery, photo gallery, responsive gallery, thumbnail gallery, wordpress gallery, youtube gallery
5
  Requires at least: 3.4
6
  Tested up to: 4.7
7
+ Stable tag: 1.3.24
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Gallery is an advanced plugin with a list of tools and options for adding and editing images for different views. It is fully responsive.
12
 
13
  == Description ==
14
+
15
+ Gallery is a fully responsive WordPress gallery plugin with advanced functionality.
16
  Create 100% responsive FREE WordPress photo gallery in minutes. Easy to customize and various views.
17
 
18
  https://www.youtube.com/watch?v=4Mxg0FsFZZE&index=5&list=PLnxWPiY5tLFUsFI67acGEPAqoDMZqss5F
175
 
176
  == Changelog ==
177
 
178
+ = 1.3.24 =
179
+ * Fixed: Google Fonts list bug.
180
+
181
  = 1.3.23 =
182
  * Fixed: Ordering bug in Gallery Box.
183
  * Added: Possibility to include styles/scripts in necessary pages only.