Photo Gallery by WD – Responsive Photo Gallery - Version 1.5.60

Version Description

  • Fixed: JS Injection vulnerability.
Download this release

Release Info

Developer 10web
Plugin Icon 128x128 Photo Gallery by WD – Responsive Photo Gallery
Version 1.5.60
Comparing to
See all releases

Code changes from version 1.5.59 to 1.5.60

Files changed (2) hide show
  1. photo-gallery.php +4 -4
  2. readme.txt +4 -1
photo-gallery.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Photo Gallery
4
  * Plugin URI: https://10web.io/plugins/wordpress-photo-gallery/?utm_source=photo_gallery&utm_medium=free_plugin
5
  * 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.
6
- * Version: 1.5.59
7
  * Author: Photo Gallery Team
8
  * Author URI: https://10web.io/plugins/?utm_source=photo_gallery&utm_medium=free_plugin
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -106,8 +106,8 @@ final class BWG {
106
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
107
  $this->front_url = $this->plugin_url;
108
  $this->main_file = plugin_basename(__FILE__);
109
- $this->plugin_version = '1.5.59';
110
- $this->db_version = '1.5.59';
111
  $this->prefix = 'bwg';
112
  $this->nicename = __('Photo Gallery', $this->prefix);
113
  require_once($this->plugin_dir . '/framework/BWGOptions.php');
@@ -781,7 +781,7 @@ final class BWG {
781
  require_once(BWG()->plugin_dir . '/frontend/controllers/controller.php');
782
  $controller = new BWGControllerSite( ucfirst( $params[ 'gallery_type' ] ) );
783
  if ( WDWLibrary::get('shortcode_id', 0) || isset($params['ajax']) ) {
784
- $controller->execute($params, 1, WDWLibrary::get('bwg', 0));
785
  }
786
  else {
787
  $bwg = WDWLibrary::unique_number();
3
  * Plugin Name: Photo Gallery
4
  * Plugin URI: https://10web.io/plugins/wordpress-photo-gallery/?utm_source=photo_gallery&utm_medium=free_plugin
5
  * 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.
6
+ * Version: 1.5.60
7
  * Author: Photo Gallery Team
8
  * Author URI: https://10web.io/plugins/?utm_source=photo_gallery&utm_medium=free_plugin
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
106
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
107
  $this->front_url = $this->plugin_url;
108
  $this->main_file = plugin_basename(__FILE__);
109
+ $this->plugin_version = '1.5.60';
110
+ $this->db_version = '1.5.60';
111
  $this->prefix = 'bwg';
112
  $this->nicename = __('Photo Gallery', $this->prefix);
113
  require_once($this->plugin_dir . '/framework/BWGOptions.php');
781
  require_once(BWG()->plugin_dir . '/frontend/controllers/controller.php');
782
  $controller = new BWGControllerSite( ucfirst( $params[ 'gallery_type' ] ) );
783
  if ( WDWLibrary::get('shortcode_id', 0) || isset($params['ajax']) ) {
784
+ $controller->execute($params, 1, WDWLibrary::get('bwg', 0, 'intval'));
785
  }
786
  else {
787
  $bwg = WDWLibrary::unique_number();
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: webdorado,wdsupport,photogallerysupport,10web
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: 4.6
5
  Tested up to: 5.5
6
- Stable tag: 1.5.59
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -281,6 +281,9 @@ Choose whether to display random or the first/last specific number of images.
281
  **Theme.** Choose the theme, which will be applied to the gallery/album.
282
 
283
  == Changelog ==
 
 
 
284
  = 1.5.59 =
285
  * Added: Thumbnail background color transparency option.
286
  * Updated: Google fonts list.
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: 4.6
5
  Tested up to: 5.5
6
+ Stable tag: 1.5.60
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
281
  **Theme.** Choose the theme, which will be applied to the gallery/album.
282
 
283
  == Changelog ==
284
+ = 1.5.60 =
285
+ * Fixed: JS Injection vulnerability.
286
+
287
  = 1.5.59 =
288
  * Added: Thumbnail background color transparency option.
289
  * Updated: Google fonts list.