Photo Gallery by WD – Responsive Photo Gallery - Version 1.5.10

Version Description

  • Fixed: Closing notification.
Download this release

Release Info

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

Code changes from version 1.5.9 to 1.5.10

Files changed (3) hide show
  1. admin/models/Uninstall.php +1 -0
  2. photo-gallery.php +4 -4
  3. readme.txt +4 -1
admin/models/Uninstall.php CHANGED
@@ -68,6 +68,7 @@ class UninstallModel_bwg {
68
  delete_option("wd_bwg_version");
69
  delete_option("bwg_subscribe_done");
70
  delete_option("wd_bwg_options");
 
71
  delete_user_meta(get_current_user_id(), 'bwg_photo_gallery');
72
  if ( isset($_COOKIE['bwg_image_asc_or_desc']) ) {
73
  $_COOKIE['bwg_image_asc_or_desc'] = '';
68
  delete_option("wd_bwg_version");
69
  delete_option("bwg_subscribe_done");
70
  delete_option("wd_bwg_options");
71
+ delete_option('tenweb_notice_status');
72
  delete_user_meta(get_current_user_id(), 'bwg_photo_gallery');
73
  if ( isset($_COOKIE['bwg_image_asc_or_desc']) ) {
74
  $_COOKIE['bwg_image_asc_or_desc'] = '';
photo-gallery.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Photo Gallery
4
  * Plugin URI: https://10web.io/plugins/wordpress-photo-gallery/
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.9
7
  * Author: Photo Gallery Team
8
  * Author URI: https://10web.io/pricing/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -81,8 +81,8 @@ final class BWG {
81
  $this->plugin_dir = WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__));
82
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
83
  $this->main_file = plugin_basename(__FILE__);
84
- $this->plugin_version = '1.5.9';
85
- $this->db_version = '1.5.9';
86
  $this->prefix = 'bwg';
87
  $this->nicename = __('Photo Gallery', $this->prefix);
88
 
@@ -1924,7 +1924,7 @@ function wdpg_tenweb_install_notice() {
1924
 
1925
  </div>
1926
  </div>
1927
- <button type="button" class="wd_tenweb_notice_dissmiss notice-dismiss" onclick="jQuery('#wd_tenweb_notice_cont').hide(); jQuery.post('<?php echo $dismiss_url; ?>');"><span class="screen-reader-text"></span></button>
1928
  <div id="verifyUrl" data-url="<?php echo $verify_url ?>"></div>
1929
 
1930
  </div>
3
  * Plugin Name: Photo Gallery
4
  * Plugin URI: https://10web.io/plugins/wordpress-photo-gallery/
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.10
7
  * Author: Photo Gallery Team
8
  * Author URI: https://10web.io/pricing/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
81
  $this->plugin_dir = WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__));
82
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
83
  $this->main_file = plugin_basename(__FILE__);
84
+ $this->plugin_version = '1.5.10';
85
+ $this->db_version = '1.5.10';
86
  $this->prefix = 'bwg';
87
  $this->nicename = __('Photo Gallery', $this->prefix);
88
 
1924
 
1925
  </div>
1926
  </div>
1927
+ <button type="button" class="wd_tenweb_notice_dissmiss notice-dismiss" onclick="jQuery('#wd_tenweb_notice_cont').attr('style', 'display: none !important;'); jQuery.post('<?php echo $dismiss_url; ?>');"><span class="screen-reader-text"></span></button>
1928
  <div id="verifyUrl" data-url="<?php echo $verify_url ?>"></div>
1929
 
1930
  </div>
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: 3.4
5
  Tested up to: 4.9
6
- Stable tag: 1.5.9
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -279,6 +279,9 @@ Choose whether to display random or the first/last specific number of images.
279
 
280
  == Changelog ==
281
 
 
 
 
282
  = 1.5.9 =
283
  * Changed: Pages of Notification to install 10WEB Manager plugin.
284
 
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.5.10
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
279
 
280
  == Changelog ==
281
 
282
+ = 1.5.10 =
283
+ * Fixed: Closing notification.
284
+
285
  = 1.5.9 =
286
  * Changed: Pages of Notification to install 10WEB Manager plugin.
287