Version Description
Current Version of Popup Builder is 3.57
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 3.58 |
Comparing to | |
See all releases |
Code changes from version 3.57 to 3.58
- PopupBuilderInit.php +0 -0
- com/classes/Actions.php +1 -1
- com/classes/PopupLoader.php +0 -0
- com/classes/popups/SGPopup.php +0 -0
- com/config/config.php +0 -0
- com/config/configPackage.php +1 -1
- com/config/dataConfig.php +0 -0
- com/helpers/AdminHelper.php +0 -0
- com/helpers/ConfigDataHelper.php +0 -0
- com/helpers/Functions.php +0 -0
- popup-builder.php +1 -1
- readme.txt +4 -1
PopupBuilderInit.php
CHANGED
File without changes
|
com/classes/Actions.php
CHANGED
@@ -30,7 +30,7 @@ class Actions
|
|
30 |
add_action('admin_notices', array($this, 'pluginNotices'));
|
31 |
add_action('admin_notices', array($this, 'promotionalBanner'), 10);
|
32 |
add_action('admin_init', array($this, 'pluginLoaded'));
|
33 |
-
add_action('transition_post_status', array($this, 'deletePopup'));
|
34 |
// activate extensions
|
35 |
add_action('wp_before_admin_bar_render', array($this, 'pluginActivated'), 10, 2);
|
36 |
add_action('admin_head', array($this, 'hidePageBuilderEditButtons'));
|
30 |
add_action('admin_notices', array($this, 'pluginNotices'));
|
31 |
add_action('admin_notices', array($this, 'promotionalBanner'), 10);
|
32 |
add_action('admin_init', array($this, 'pluginLoaded'));
|
33 |
+
add_action('transition_post_status', array($this, 'deletePopup'), 100, 3);
|
34 |
// activate extensions
|
35 |
add_action('wp_before_admin_bar_render', array($this, 'pluginActivated'), 10, 2);
|
36 |
add_action('admin_head', array($this, 'hidePageBuilderEditButtons'));
|
com/classes/PopupLoader.php
CHANGED
File without changes
|
com/classes/popups/SGPopup.php
CHANGED
File without changes
|
com/config/config.php
CHANGED
File without changes
|
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.58');
|
7 |
define('SGPB_POPUP_PKG', SGPB_POPUP_PKG_FREE);
|
8 |
define('POPUP_BUILDER_BASENAME', 'popupbuilder-platinum/popup-builder.php');
|
com/config/dataConfig.php
CHANGED
File without changes
|
com/helpers/AdminHelper.php
CHANGED
File without changes
|
com/helpers/ConfigDataHelper.php
CHANGED
File without changes
|
com/helpers/Functions.php
CHANGED
File without changes
|
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.58
|
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: 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.57 =
|
189 |
* Bug fixed related to get_option function.
|
190 |
* Popup cache improvements.
|
9 |
Requires at least: 3.8
|
10 |
Tested up to: 5.3
|
11 |
Requires PHP: 5.3.3
|
12 |
+
Stable tag: 3.58
|
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.58 =
|
189 |
+
* Hot fix related to function arguments.
|
190 |
+
|
191 |
= Version 3.57 =
|
192 |
* Bug fixed related to get_option function.
|
193 |
* Popup cache improvements.
|