Version Description
Current Version of Popup Builder is 3.69.4
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 3.69.4 |
Comparing to | |
See all releases |
Code changes from version 3.69.3 to 3.69.4
- com/config/configPackage.php +1 -1
- com/libs/Reports.php +1 -1
- popup-builder.php +1 -1
- readme.txt +5 -2
com/config/configPackage.php
CHANGED
@@ -3,6 +3,6 @@ if (!defined('ABSPATH')) {
|
|
3 |
exit();
|
4 |
}
|
5 |
|
6 |
-
define('SG_POPUP_VERSION', '3.69.
|
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.69.4');
|
7 |
define('SGPB_POPUP_PKG', SGPB_POPUP_PKG_FREE);
|
8 |
define('POPUP_BUILDER_BASENAME', 'popupbuilder-platinum/popup-builder.php');
|
com/libs/Reports.php
CHANGED
@@ -20,7 +20,7 @@ class SGPBReports
|
|
20 |
}
|
21 |
}
|
22 |
|
23 |
-
public
|
24 |
{
|
25 |
global $SGPB_DEBUG_POPUP_BUILDER_DETAILS;
|
26 |
$value = $this->filterOptions($key, $value);
|
20 |
}
|
21 |
}
|
22 |
|
23 |
+
public function updateReport($key = '', $value = '', $popupId = 0)
|
24 |
{
|
25 |
global $SGPB_DEBUG_POPUP_BUILDER_DETAILS;
|
26 |
$value = $this->filterOptions($key, $value);
|
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.69.
|
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.69.4
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: https://sygnoos.com
|
9 |
* License: GPLv2
|
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.5
|
11 |
Requires PHP: 5.3.3
|
12 |
-
Stable tag: 3.69.
|
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.69.3 =
|
190 |
* Polylang compatibility fix.
|
191 |
|
@@ -1235,7 +1238,7 @@ Leave us a good review :)
|
|
1235 |
|
1236 |
== Upgrade Notice ==
|
1237 |
|
1238 |
-
Current Version of Popup Builder is 3.69.
|
1239 |
|
1240 |
== Other Notes ==
|
1241 |
|
9 |
Requires at least: 4.2
|
10 |
Tested up to: 5.5
|
11 |
Requires PHP: 5.3.3
|
12 |
+
Stable tag: 3.69.4
|
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.69.4 =
|
190 |
+
* Bug fixed related to Debug Mode.
|
191 |
+
|
192 |
= Version 3.69.3 =
|
193 |
* Polylang compatibility fix.
|
194 |
|
1238 |
|
1239 |
== Upgrade Notice ==
|
1240 |
|
1241 |
+
Current Version of Popup Builder is 3.69.4
|
1242 |
|
1243 |
== Other Notes ==
|
1244 |
|