Version Description
Current Version of Popup Builder is 3.1
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 3.1.4.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.4 to 3.1.4.1
- com/config/configPackage.php +1 -1
- popup-builder.php +1 -1
- public/js/gutenbergBlock.min.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.1.4');
|
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.1.4.1');
|
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.1.4
|
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.1.4.1
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: https://sygnoos.com
|
9 |
* License: GPLv2
|
public/js/gutenbergBlock.min.js
CHANGED
@@ -165,7 +165,7 @@ SGPBGutenbergBlock.prototype.init = function () {
|
|
165 |
};
|
166 |
|
167 |
jQuery(document).ready(function () {
|
168 |
-
if (typeof wp.element != 'undefined'
|
169 |
var block = new SGPBGutenbergBlock();
|
170 |
block.init();
|
171 |
}
|
165 |
};
|
166 |
|
167 |
jQuery(document).ready(function () {
|
168 |
+
if (typeof wp != 'undefined' && typeof wp.element != 'undefined' && typeof wp.blocks != 'undefined') {
|
169 |
var block = new SGPBGutenbergBlock();
|
170 |
block.init();
|
171 |
}
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Tags: popup, pop up, wordpress popup, popup maker, exit popup, popup builder, wo
|
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 5.0
|
9 |
Requires PHP: 5.3.3
|
10 |
-
Stable tag: 3.1.4
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
@@ -178,6 +178,9 @@ Go to the Popup Builder settings and set your desired options.
|
|
178 |
|
179 |
== Changelog ==
|
180 |
|
|
|
|
|
|
|
181 |
= Version 3.1.4 =
|
182 |
* Added Popup Builder block for Gutenberg.
|
183 |
* Bug fixed related to popup limitation for IE browser.
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 5.0
|
9 |
Requires PHP: 5.3.3
|
10 |
+
Stable tag: 3.1.4.1
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
178 |
|
179 |
== Changelog ==
|
180 |
|
181 |
+
= Version 3.1.4.1 =
|
182 |
+
* Bug fixed related to JS error for blocks.
|
183 |
+
|
184 |
= Version 3.1.4 =
|
185 |
* Added Popup Builder block for Gutenberg.
|
186 |
* Bug fixed related to popup limitation for IE browser.
|