Version Description
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 4.1.9 |
Comparing to | |
See all releases |
Code changes from version 4.1.8 to 4.1.9
- com/classes/Actions.php +7 -9
- com/config/configPackage.php +1 -1
- com/config/dataConfig.php +1 -1
- popup-builder.php +1 -1
- readme.txt +5 -2
com/classes/Actions.php
CHANGED
@@ -658,15 +658,13 @@ class Actions
|
|
658 |
}
|
659 |
|
660 |
$popup->setLoadableModes($loadableMode);
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
$scriptsLoader->loadToFooter();
|
669 |
-
}
|
670 |
|
671 |
if (!empty($content)) {
|
672 |
$matches = SGPopup::getPopupShortcodeMatchesFromContent($content);
|
658 |
}
|
659 |
|
660 |
$popup->setLoadableModes($loadableMode);
|
661 |
+
|
662 |
+
$groupObj = new PopupGroupFilter();
|
663 |
+
$groupObj->setPopups(array($popup));
|
664 |
+
$loadablePopups = $groupObj->filter();
|
665 |
+
$scriptsLoader = new ScriptsLoader();
|
666 |
+
$scriptsLoader->setLoadablePopups($loadablePopups);
|
667 |
+
$scriptsLoader->loadToFooter();
|
|
|
|
|
668 |
|
669 |
if (!empty($content)) {
|
670 |
$matches = SGPopup::getPopupShortcodeMatchesFromContent($content);
|
com/config/configPackage.php
CHANGED
@@ -3,6 +3,6 @@ if (!defined('ABSPATH')) {
|
|
3 |
exit();
|
4 |
}
|
5 |
|
6 |
-
define('SG_POPUP_VERSION', '4.1.
|
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', '4.1.9');
|
7 |
define('SGPB_POPUP_PKG', SGPB_POPUP_PKG_FREE);
|
8 |
define('POPUP_BUILDER_BASENAME', 'popupbuilder-platinum/popup-builder.php');
|
com/config/dataConfig.php
CHANGED
@@ -417,7 +417,7 @@ class SgpbDataConfig
|
|
417 |
);
|
418 |
|
419 |
$targetParams = array(
|
420 |
-
'select_role' => __('Select
|
421 |
);
|
422 |
|
423 |
$targetOperators = array(
|
417 |
);
|
418 |
|
419 |
$targetParams = array(
|
420 |
+
'select_role' => __('Select Conditions', SG_POPUP_TEXT_DOMAIN)
|
421 |
);
|
422 |
|
423 |
$targetOperators = array(
|
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: 4.1.
|
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: 4.1.9
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: https://sygnoos.com
|
9 |
* License: GPLv2
|
readme.txt
CHANGED
@@ -8,7 +8,7 @@ Tags: popup, pop up, wordpress popup, popup maker, exit popup, popup builder, wo
|
|
8 |
Requires at least: 4.2
|
9 |
Tested up to: 5.9
|
10 |
Requires PHP: 5.3.3
|
11 |
-
Stable tag: 4.1.
|
12 |
License: GPLv2 or later
|
13 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
14 |
|
@@ -146,6 +146,9 @@ Go to the Popup Builder settings and set your desired options.
|
|
146 |
|
147 |
== Changelog ==
|
148 |
|
|
|
|
|
|
|
149 |
= Version 4.1.8 =
|
150 |
* Bug fixed related to popups that are set to appear with shortcodes and conditions
|
151 |
* Bug fixed related to JS error that blocks popup triggering
|
@@ -545,4 +548,4 @@ Leave us a good review :)
|
|
545 |
|
546 |
== Upgrade Notice ==
|
547 |
|
548 |
-
Current Version of Popup Builder is 4.1.
|
8 |
Requires at least: 4.2
|
9 |
Tested up to: 5.9
|
10 |
Requires PHP: 5.3.3
|
11 |
+
Stable tag: 4.1.9
|
12 |
License: GPLv2 or later
|
13 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
14 |
|
146 |
|
147 |
== Changelog ==
|
148 |
|
149 |
+
= Version 4.1.9 =
|
150 |
+
* Bug fixed related to popups that are set to appear with shortcodes and conditions
|
151 |
+
|
152 |
= Version 4.1.8 =
|
153 |
* Bug fixed related to popups that are set to appear with shortcodes and conditions
|
154 |
* Bug fixed related to JS error that blocks popup triggering
|
548 |
|
549 |
== Upgrade Notice ==
|
550 |
|
551 |
+
Current Version of Popup Builder is 4.1.9
|