Version Description
Current Version of Popup Builder is 3.69.3
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 3.69.3 |
Comparing to | |
See all releases |
Code changes from version 3.69.2 to 3.69.3
- PopupBuilderInit.php +0 -0
- com/classes/Actions.php +0 -0
- com/classes/Ajax.php +0 -0
- com/classes/Filters.php +2 -2
- com/classes/Javascript.php +0 -0
- com/classes/PopupChecker.php +0 -0
- com/classes/PopupLoader.php +0 -0
- com/classes/ScriptsLoader.php +0 -0
- com/classes/Style.php +0 -0
- com/classes/extension/SgpbPopupExtension.php +0 -0
- com/classes/popups/SGPopup.php +0 -0
- com/config/configPackage.php +1 -1
- popup-builder.php +1 -1
- public/css/theme.css +0 -0
- readme.txt +5 -2
PopupBuilderInit.php
CHANGED
File without changes
|
com/classes/Actions.php
CHANGED
File without changes
|
com/classes/Ajax.php
CHANGED
File without changes
|
com/classes/Filters.php
CHANGED
@@ -60,9 +60,9 @@ class Filters
|
|
60 |
|
61 |
public function enablePBpostTypeForTranslating($postTypes, $isSettings)
|
62 |
{
|
63 |
-
$
|
64 |
|
65 |
-
return $
|
66 |
}
|
67 |
|
68 |
public function linkToTranslationWpml($link, $postId, $lang, $trid)
|
60 |
|
61 |
public function enablePBpostTypeForTranslating($postTypes, $isSettings)
|
62 |
{
|
63 |
+
$postTypes[SG_POPUP_POST_TYPE] = SG_POPUP_POST_TYPE;
|
64 |
|
65 |
+
return $postTypes;
|
66 |
}
|
67 |
|
68 |
public function linkToTranslationWpml($link, $postId, $lang, $trid)
|
com/classes/Javascript.php
CHANGED
File without changes
|
com/classes/PopupChecker.php
CHANGED
File without changes
|
com/classes/PopupLoader.php
CHANGED
File without changes
|
com/classes/ScriptsLoader.php
CHANGED
File without changes
|
com/classes/Style.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.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.3');
|
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.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.3
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: https://sygnoos.com
|
9 |
* License: GPLv2
|
public/css/theme.css
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: 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.2 =
|
190 |
* Code improvement.
|
191 |
* Debug mode added: Now it’s easier to find the issues that our users face.
|
@@ -1232,7 +1235,7 @@ Leave us a good review :)
|
|
1232 |
|
1233 |
== Upgrade Notice ==
|
1234 |
|
1235 |
-
Current Version of Popup Builder is 3.69.
|
1236 |
|
1237 |
== Other Notes ==
|
1238 |
|
9 |
Requires at least: 4.2
|
10 |
Tested up to: 5.5
|
11 |
Requires PHP: 5.3.3
|
12 |
+
Stable tag: 3.69.3
|
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.3 =
|
190 |
+
* Polylang compatibility fix.
|
191 |
+
|
192 |
= Version 3.69.2 =
|
193 |
* Code improvement.
|
194 |
* Debug mode added: Now it’s easier to find the issues that our users face.
|
1235 |
|
1236 |
== Upgrade Notice ==
|
1237 |
|
1238 |
+
Current Version of Popup Builder is 3.69.3
|
1239 |
|
1240 |
== Other Notes ==
|
1241 |
|