Version Description
Current Version of Popup Builder is 3.64
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 3.64.1 |
Comparing to | |
See all releases |
Code changes from version 3.64 to 3.64.1
- PopupBuilderInit.php +0 -0
- com/classes/Actions.php +0 -0
- com/classes/Ajax.php +0 -0
- com/classes/extension/SgpbPopupExtension.php +0 -0
- com/classes/popups/SGPopup.php +0 -0
- com/config/configPackage.php +1 -1
- com/helpers/AdminHelper.php +3 -3
- com/helpers/ConfigDataHelper.php +0 -0
- popup-builder.php +1 -1
- public/css/popupAdminStyles.css +0 -0
- public/css/sgbp-bootstrap.css +0 -0
- public/js/Banner.js +0 -0
- public/js/Popup.js +0 -0
- public/js/PopupBuilder.js +0 -0
- readme.txt +1 -1
PopupBuilderInit.php
CHANGED
File without changes
|
com/classes/Actions.php
CHANGED
File without changes
|
com/classes/Ajax.php
CHANGED
File without changes
|
com/classes/extension/SgpbPopupExtension.php
CHANGED
File without changes
|
com/classes/popups/SGPopup.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.64');
|
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.64.1');
|
7 |
define('SGPB_POPUP_PKG', SGPB_POPUP_PKG_FREE);
|
8 |
define('POPUP_BUILDER_BASENAME', 'popupbuilder-platinum/popup-builder.php');
|
com/helpers/AdminHelper.php
CHANGED
@@ -606,13 +606,13 @@ class AdminHelper
|
|
606 |
}
|
607 |
|
608 |
global $currentUser;
|
609 |
-
|
610 |
-
|
611 |
$role = $userRoleName;
|
612 |
}
|
613 |
else {
|
614 |
if (!function_exists('wp_get_current_user')) {
|
615 |
-
require_once(ABSPATH.
|
616 |
}
|
617 |
$currentUser = wp_get_current_user();
|
618 |
$role = $currentUser->roles;
|
606 |
}
|
607 |
|
608 |
global $currentUser;
|
609 |
+
if (!empty($currentUser)) {
|
610 |
+
$userRoleName = $currentUser->roles;
|
611 |
$role = $userRoleName;
|
612 |
}
|
613 |
else {
|
614 |
if (!function_exists('wp_get_current_user')) {
|
615 |
+
require_once(ABSPATH.'wp-includes/pluggable.php');
|
616 |
}
|
617 |
$currentUser = wp_get_current_user();
|
618 |
$role = $currentUser->roles;
|
com/helpers/ConfigDataHelper.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.64
|
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.64.1
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: https://sygnoos.com
|
9 |
* License: GPLv2
|
public/css/popupAdminStyles.css
CHANGED
File without changes
|
public/css/sgbp-bootstrap.css
CHANGED
File without changes
|
public/js/Banner.js
CHANGED
File without changes
|
public/js/Popup.js
CHANGED
File without changes
|
public/js/PopupBuilder.js
CHANGED
File without changes
|
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.64
|
13 |
License: GPLv2 or later
|
14 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
15 |
|
9 |
Requires at least: 3.8
|
10 |
Tested up to: 5.3
|
11 |
Requires PHP: 5.3.3
|
12 |
+
Stable tag: 3.64.1
|
13 |
License: GPLv2 or later
|
14 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
15 |
|