Photo Gallery by WD – Responsive Photo Gallery - Version 1.3.67

Version Description

  • Fixed: Security issue
Download this release

Release Info

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

Code changes from version 1.3.66 to 1.3.67

frontend/views/BWGViewGalleryBox.php CHANGED
@@ -838,14 +838,14 @@ class BWGViewGalleryBox {
838
  <?php
839
  if ($watermark_type == 'image') {
840
  ?>
841
- <a href="<?php echo urldecode($watermark_link); ?>" target="_blank">
842
  <img class="bwg_watermark_image bwg_watermark" src="<?php echo $watermark_url; ?>" />
843
  </a>
844
  <?php
845
  }
846
  elseif ($watermark_type == 'text') {
847
  ?>
848
- <a class="bwg_none_selectable bwg_watermark_text bwg_watermark" target="_blank" href="<?php echo $watermark_link; ?>"><?php echo stripslashes($watermark_text); ?></a>
849
  <?php
850
  }
851
  ?>
838
  <?php
839
  if ($watermark_type == 'image') {
840
  ?>
841
+ <a href="<?php echo esc_js(urldecode($watermark_link)); ?>" target="_blank">
842
  <img class="bwg_watermark_image bwg_watermark" src="<?php echo $watermark_url; ?>" />
843
  </a>
844
  <?php
845
  }
846
  elseif ($watermark_type == 'text') {
847
  ?>
848
+ <a class="bwg_none_selectable bwg_watermark_text bwg_watermark" target="_blank" href="<?php echo esc_js(urldecode($watermark_link)); ?>"><?php echo stripslashes($watermark_text); ?></a>
849
  <?php
850
  }
851
  ?>
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.66
8
  * Author: Photo Gallery Team
9
  * Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -1504,7 +1504,7 @@ function bwg_activate() {
1504
  }
1505
 
1506
  $version = get_option('wd_bwg_version');
1507
- $new_version = '1.3.66';
1508
  if ($version && version_compare($version, $new_version, '<')) {
1509
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1510
  bwg_update($version);
@@ -1556,7 +1556,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
1556
 
1557
  function bwg_update_hook() {
1558
  $version = get_option('wd_bwg_version');
1559
- $new_version = '1.3.66';
1560
  if ($version && version_compare($version, $new_version, '<')) {
1561
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1562
  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.67
8
  * Author: Photo Gallery Team
9
  * Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
1504
  }
1505
 
1506
  $version = get_option('wd_bwg_version');
1507
+ $new_version = '1.3.67';
1508
  if ($version && version_compare($version, $new_version, '<')) {
1509
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1510
  bwg_update($version);
1556
 
1557
  function bwg_update_hook() {
1558
  $version = get_option('wd_bwg_version');
1559
+ $new_version = '1.3.67';
1560
  if ($version && version_compare($version, $new_version, '<')) {
1561
  require_once WD_BWG_DIR . "/update/bwg_update.php";
1562
  bwg_update($version);
readme.txt CHANGED
@@ -1,10 +1,9 @@
1
- === Photo Gallery by WD - Responsive Photo Gallery for WordPress ===
2
  Contributors: webdorado,wdsupport,photogallerysupport
3
- Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
4
  Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery plugin, photo albums, gallery slider, gallery lightbox, wordpress photo gallery plugin, fullscreen gallery, watermarking, video gallery
5
  Requires at least: 3.4
6
  Tested up to: 4.9
7
- Stable tag: 1.3.66
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -187,6 +186,9 @@ To enable the feature of adding Media Library images, go to Photo Gallery > Opti
187
 
188
  == Changelog ==
189
 
 
 
 
190
  = 1.3.66 =
191
  * Fixed: Minor bugs on widgets.
192
  * Updated: WD Library.
1
+ === Photo Gallery by WD - Responsive Photo Gallery ===
2
  Contributors: webdorado,wdsupport,photogallerysupport
 
3
  Tags: gallery, photo gallery, image gallery, responsive gallery, wordpress gallery plugin, photo albums, gallery slider, gallery lightbox, wordpress photo gallery plugin, fullscreen gallery, watermarking, video gallery
4
  Requires at least: 3.4
5
  Tested up to: 4.9
6
+ Stable tag: 1.3.67
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
186
 
187
  == Changelog ==
188
 
189
+ = 1.3.67 =
190
+ * Fixed: Security issue
191
+
192
  = 1.3.66 =
193
  * Fixed: Minor bugs on widgets.
194
  * Updated: WD Library.
wd/assets/img/fmc_main_plugin.png ADDED
Binary file