Version Description
Current Version of Popup Builder is 3.46
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 3.47 |
Comparing to | |
See all releases |
Code changes from version 3.46 to 3.47
- com/config/configPackage.php +1 -1
- popup-builder.php +1 -1
- public/js/PopupBuilder.js +1 -1
- readme.txt +4 -1
com/config/configPackage.php
CHANGED
@@ -3,6 +3,6 @@ if (!defined('ABSPATH')) {
|
|
3 |
exit();
|
4 |
}
|
5 |
|
6 |
-
define('SG_POPUP_VERSION', '3.
|
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.47');
|
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.
|
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.47
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: https://sygnoos.com
|
9 |
* License: GPLv2
|
public/js/PopupBuilder.js
CHANGED
@@ -2528,7 +2528,7 @@ SgpbEventListener.prototype.sgpbClick = function(listenerObj, eventData)
|
|
2528 |
|
2529 |
var attr = jQuery(e.originalEvent.target).parent().attr('data-popup-id');
|
2530 |
var attr2 = jQuery(e.originalEvent.target).attr('data-popup-id');
|
2531 |
-
if (typeof attr == 'undefined' || !attr) {
|
2532 |
if (typeof attr2 == 'undefined' || !attr2) {
|
2533 |
return true;
|
2534 |
}
|
2528 |
|
2529 |
var attr = jQuery(e.originalEvent.target).parent().attr('data-popup-id');
|
2530 |
var attr2 = jQuery(e.originalEvent.target).attr('data-popup-id');
|
2531 |
+
if (jQuery(e.originalEvent.target).closest('header').length && (typeof attr == 'undefined' || !attr)) {
|
2532 |
if (typeof attr2 == 'undefined' || !attr2) {
|
2533 |
return true;
|
2534 |
}
|
readme.txt
CHANGED
@@ -9,7 +9,7 @@ Tags: popup, pop up, wordpress popup, popup maker, exit popup, popup builder, wo
|
|
9 |
Requires at least: 3.8
|
10 |
Tested up to: 5.3
|
11 |
Requires PHP: 5.3.3
|
12 |
-
Stable tag: 3.
|
13 |
License: GPLv2 or later
|
14 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
15 |
|
@@ -185,6 +185,9 @@ Go to the Popup Builder settings and set your desired options.
|
|
185 |
|
186 |
== Changelog ==
|
187 |
|
|
|
|
|
|
|
188 |
= Version 3.46 =
|
189 |
* Bug fixed related to Import of subscribers.
|
190 |
* In popup builder menu, support section fixed, there was an incorrect redirection.
|
9 |
Requires at least: 3.8
|
10 |
Tested up to: 5.3
|
11 |
Requires PHP: 5.3.3
|
12 |
+
Stable tag: 3.47
|
13 |
License: GPLv2 or later
|
14 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
15 |
|
185 |
|
186 |
== Changelog ==
|
187 |
|
188 |
+
= Version 3.47 =
|
189 |
+
* Bug fixed related to onclick event.
|
190 |
+
|
191 |
= Version 3.46 =
|
192 |
* Bug fixed related to Import of subscribers.
|
193 |
* In popup builder menu, support section fixed, there was an incorrect redirection.
|