Popup Builder – Responsive WordPress Pop up - Version 3.76

Version Description

Current Version of Popup Builder is 3.76

Download this release

Release Info

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

Code changes from version 3.75 to 3.76

com/config/configPackage.php CHANGED
@@ -3,6 +3,6 @@ if (!defined('ABSPATH')) {
3
  exit();
4
  }
5
 
6
- define('SG_POPUP_VERSION', '3.75');
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.76');
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.75
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.76
7
  * Author: Sygnoos
8
  * Author URI: https://sygnoos.com
9
  * License: GPLv2
public/views/options/subscription.php CHANGED
@@ -9,9 +9,9 @@
9
  if (!empty($_GET['post'])) {
10
  $popupId = (int)$_GET['post'];
11
  $popupTypeObj->setSubsFormData($popupId);
12
- $formData = $popupTypeObj->createFormFieldsData();
13
  }
14
 
 
15
  $subscriptionSubPopups = $popupTypeObj->getPopupsIdAndTitle();
16
  $successPopup = $popupTypeObj->getOptionValue('sgpb-subs-success-popup');
17
 
9
  if (!empty($_GET['post'])) {
10
  $popupId = (int)$_GET['post'];
11
  $popupTypeObj->setSubsFormData($popupId);
 
12
  }
13
 
14
+ $formData = $popupTypeObj->createFormFieldsData();
15
  $subscriptionSubPopups = $popupTypeObj->getPopupsIdAndTitle();
16
  $successPopup = $popupTypeObj->getOptionValue('sgpb-subs-success-popup');
17
 
readme.txt CHANGED
@@ -9,7 +9,7 @@ Tags: popup, pop up, wordpress popup, popup maker, exit popup, popup builder, wo
9
  Requires at least: 4.2
10
  Tested up to: 5.6
11
  Requires PHP: 5.3.3
12
- Stable tag: 3.75
13
  License: GPLv2 or later
14
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
15
 
@@ -186,6 +186,9 @@ Go to the Popup Builder settings and set your desired options.
186
 
187
  == Changelog ==
188
 
 
 
 
189
  = Version 3.75 =
190
  * Added sanitization for input and output variables.
191
  * Floating button will be visible when the document is ready.
@@ -1283,7 +1286,7 @@ Leave us a good review :)
1283
 
1284
  == Upgrade Notice ==
1285
 
1286
- Current Version of Popup Builder is 3.75
1287
 
1288
  == Other Notes ==
1289
 
9
  Requires at least: 4.2
10
  Tested up to: 5.6
11
  Requires PHP: 5.3.3
12
+ Stable tag: 3.76
13
  License: GPLv2 or later
14
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
15
 
186
 
187
  == Changelog ==
188
 
189
+ = Version 3.76 =
190
+ * Live preview fix of subscription popup.
191
+
192
  = Version 3.75 =
193
  * Added sanitization for input and output variables.
194
  * Floating button will be visible when the document is ready.
1286
 
1287
  == Upgrade Notice ==
1288
 
1289
+ Current Version of Popup Builder is 3.76
1290
 
1291
  == Other Notes ==
1292