Popup Builder – Responsive WordPress Pop up - Version 3.1.6.1

Version Description

Current Version of Popup Builder is 3.1.5

Download this release

Release Info

Developer Sygnoos
Plugin Icon 128x128 Popup Builder – Responsive WordPress Pop up
Version 3.1.6.1
Comparing to
See all releases

Code changes from version 3.1.6 to 3.1.6.1

com/classes/extension/SgpbPopupExtension.php CHANGED
@@ -139,7 +139,7 @@ class SgpbPopupExtension implements SgpbIPopupExtension
139
  'data' => SG_POPUP_PUBLIC_URL
140
  );
141
  }
142
- else if ($pageName == 'sgpbSubscribers') {
143
  $jsFiles[] = array('folderUrl'=> SG_POPUP_JS_URL, 'filename' => 'select2.min.js', 'dep' => '', 'ver' => '3.86', 'inFooter' => '');
144
  $jsFiles[] = array('folderUrl'=> SG_POPUP_JS_URL, 'filename' => 'sgpbSelect2.js');
145
  $jsFiles[] = array('folderUrl'=> SG_POPUP_JS_URL, 'filename' => 'Subscribers.js');
139
  'data' => SG_POPUP_PUBLIC_URL
140
  );
141
  }
142
+ else if ($pageName == 'popupbuilder_page_sgpbSubscribers' || $pageName == 'sgpbSubscribers') {
143
  $jsFiles[] = array('folderUrl'=> SG_POPUP_JS_URL, 'filename' => 'select2.min.js', 'dep' => '', 'ver' => '3.86', 'inFooter' => '');
144
  $jsFiles[] = array('folderUrl'=> SG_POPUP_JS_URL, 'filename' => 'sgpbSelect2.js');
145
  $jsFiles[] = array('folderUrl'=> SG_POPUP_JS_URL, 'filename' => 'Subscribers.js');
com/config/configPackage.php CHANGED
@@ -3,6 +3,6 @@ if (!defined('ABSPATH')) {
3
  exit();
4
  }
5
 
6
- define('SG_POPUP_VERSION', '3.1.6');
7
  define('SGPB_POPUP_PKG', SGPB_POPUP_PKG_FREE);
8
  define('POPUP_BUILDER_BASENAME', 'popupbuilder-platinum/popup-builder.php');
3
  exit();
4
  }
5
 
6
+ define('SG_POPUP_VERSION', '3.1.6.1');
7
  define('SGPB_POPUP_PKG', SGPB_POPUP_PKG_FREE);
8
  define('POPUP_BUILDER_BASENAME', 'popupbuilder-platinum/popup-builder.php');
popup-builder.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Popup Builder
4
  * Plugin URI: https://popup-builder.com
5
  * Description: The most complete popup plugin. Html, image, iframe, shortcode, video and many other popup types. Manage popup dimensions, effects, themes and more.
6
- * Version: 3.1.6
7
  * Author: Sygnoos
8
  * Author URI: https://sygnoos.com
9
  * License: GPLv2
3
  * Plugin Name: Popup Builder
4
  * Plugin URI: https://popup-builder.com
5
  * Description: The most complete popup plugin. Html, image, iframe, shortcode, video and many other popup types. Manage popup dimensions, effects, themes and more.
6
+ * Version: 3.1.6.1
7
  * Author: Sygnoos
8
  * Author URI: https://sygnoos.com
9
  * License: GPLv2
public/js/PopupBuilder.js CHANGED
@@ -982,12 +982,11 @@ SGPBPopup.prototype.themeCustomizations = function()
982
 
983
  var overlayClasses = popupTheme+'-overlay sgpb-popup-overlay-'+popupId;
984
  /* for old users, which didn't have enable/disable overlay option */
985
- popupData['sgpb-enable-popup-overlay'] = true;
986
- if (SGPB_JS_PACKAGES.extensions['advanced-closing'] && SGPBPopup.varToBool(popupData['sgpb-enable-popup-overlay'])) {
987
- popupData['sgpb-enable-popup-overlay'] = false;
988
  }
989
-
990
- popupConfig.magicCall('setOverlayVisible', SGPBPopup.varToBool(popupData['sgpb-enable-popup-overlay']));
991
  if (SGPBPopup.varToBool(popupData['sgpb-enable-popup-overlay'])) {
992
  popupConfig.magicCall('setOverlayAddClass', overlayClasses + ' ' + popupData['sgpb-overlay-custom-class']);
993
  var overlayOpacity = popupData['sgpb-overlay-opacity'] || 0.8;
982
 
983
  var overlayClasses = popupTheme+'-overlay sgpb-popup-overlay-'+popupId;
984
  /* for old users, which didn't have enable/disable overlay option */
985
+ var popupOverlayEnable = true;
986
+ if (SGPB_JS_PACKAGES.extensions['advanced-closing'] && !SGPBPopup.varToBool(popupData['sgpb-enable-popup-overlay'])) {
987
+ popupOverlayEnable = false;
988
  }
989
+ popupConfig.magicCall('setOverlayVisible', popupOverlayEnable);
 
990
  if (SGPBPopup.varToBool(popupData['sgpb-enable-popup-overlay'])) {
991
  popupConfig.magicCall('setOverlayAddClass', overlayClasses + ' ' + popupData['sgpb-overlay-custom-class']);
992
  var overlayOpacity = popupData['sgpb-overlay-opacity'] || 0.8;
readme.txt CHANGED
@@ -7,7 +7,7 @@ Tags: popup, pop up, wordpress popup, popup maker, exit popup, popup builder, wo
7
  Requires at least: 3.8
8
  Tested up to: 5.0.3
9
  Requires PHP: 5.3.3
10
- Stable tag: 3.1.6
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
@@ -180,6 +180,10 @@ Go to the Popup Builder settings and set your desired options.
180
 
181
  == Changelog ==
182
 
 
 
 
 
183
  = Version 3.1.6 =
184
  * Added new feature to change Close Button position.
185
  * Added new feature to hide/change popup's border (2nd and 3rd themes).
7
  Requires at least: 3.8
8
  Tested up to: 5.0.3
9
  Requires PHP: 5.3.3
10
+ Stable tag: 3.1.6.1
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
180
 
181
  == Changelog ==
182
 
183
+ = Version 3.1.6.1 =
184
+ * Bug fixed related to overlay issue.
185
+ * Mailchimp update issue fixed.
186
+
187
  = Version 3.1.6 =
188
  * Added new feature to change Close Button position.
189
  * Added new feature to hide/change popup's border (2nd and 3rd themes).