Popup Builder – Responsive WordPress Pop up - Version 2.5.9.2

Version Description

Current Version of Popup Builder is 2.5.9.1

Download this release

Release Info

Developer Sygnoos
Plugin Icon 128x128 Popup Builder – Responsive WordPress Pop up
Version 2.5.9.2
Comparing to
See all releases

Code changes from version 2.5.9.1 to 2.5.9.2

config.php CHANGED
@@ -24,7 +24,7 @@ if(!class_exists('SgPopupBuilderConfig')) {
24
  define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
25
  define('SG_APP_POPUP_HELPERS', SG_APP_POPUP_PATH . '/helpers/');
26
  define('SG_APP_POPUP_TABLE_LIMIT', 15);
27
- define('SG_POPUP_VERSION', 2.591);
28
  define('SG_POPUP_PRO_VERSION', 3.291);
29
  define('SG_POPUP_PRO_URL', 'http://popup-builder.com/');
30
  define('SG_POPUP_EXTENSION_URL', 'http://popup-builder.com/extensions');
24
  define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
25
  define('SG_APP_POPUP_HELPERS', SG_APP_POPUP_PATH . '/helpers/');
26
  define('SG_APP_POPUP_TABLE_LIMIT', 15);
27
+ define('SG_POPUP_VERSION', 2.592);
28
  define('SG_POPUP_PRO_VERSION', 3.291);
29
  define('SG_POPUP_PRO_URL', 'http://popup-builder.com/');
30
  define('SG_POPUP_EXTENSION_URL', 'http://popup-builder.com/extensions');
javascript/sg_popup_frontend.js CHANGED
@@ -227,7 +227,7 @@ SGPopup.prototype.popupClassEventsTrigger = function () {
227
 
228
  SGPopup.prototype.attacheCustomEvent = function (eventName) {
229
 
230
- if(typeof eventName == 'undefined' || typeof eventName == 'function' || eventName == '')
231
  return;
232
  }
233
  var that = this;
227
 
228
  SGPopup.prototype.attacheCustomEvent = function (eventName) {
229
 
230
+ if(typeof eventName == 'undefined' || typeof eventName == 'function' || eventName == '') {
231
  return;
232
  }
233
  var that = this;
popup-builder.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Popup Builder
4
  * Plugin URI: http://sygnoos.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: 2.5.9.1
7
  * Author: Sygnoos
8
  * Author URI: http://www.sygnoos.com
9
  * License: GPLv2
3
  * Plugin Name: Popup Builder
4
  * Plugin URI: http://sygnoos.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: 2.5.9.2
7
  * Author: Sygnoos
8
  * Author URI: http://www.sygnoos.com
9
  * License: GPLv2
readme.txt CHANGED
@@ -3,9 +3,9 @@ Plugin Name: Pop up By Popup Builder
3
  Contributors: Sygnoos, Popup By Sygnoos
4
  Author: Sygnoos
5
  Donate link: https://popup-builder.com
6
- Tags: popup, pop up, exit popup, wordpress popup, popup builder, popup maker, popup window
7
  Requires at least: 3.8
8
- Tested up to: 4.7.4
9
  Stable tag: trunk
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -87,6 +87,8 @@ With popup builder plugin you can insert any type of content, right into your Po
87
 
88
  * AWeber popup (separate extension) - let your visitors to subscribe to your AWeber subscription form right from the popup.
89
 
 
 
90
  * Show popup only when user is scrolling - sometimes you don't want to show the popup right away, it's a good idea to set this option so the popup will be shown to the visitor only when he scrolls.
91
 
92
  * Show popup once per visitor - useful when you don't want to show the popup to the same visitor more than once.
@@ -159,6 +161,9 @@ Go to the Popup Builder settings and set your desired options.
159
 
160
  == Changelog ==
161
 
 
 
 
162
  = Version 2.5.9.1 =
163
  * Bug fixed connected to popup positioning.
164
  * Bug fixed connected to popup hovering event.
3
  Contributors: Sygnoos, Popup By Sygnoos
4
  Author: Sygnoos
5
  Donate link: https://popup-builder.com
6
+ Tags: popup, pop up, exit popup, modal, wordpress popup, popup builder, popup maker,popup window
7
  Requires at least: 3.8
8
+ Tested up to: 4.7.5
9
  Stable tag: trunk
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
87
 
88
  * AWeber popup (separate extension) - let your visitors to subscribe to your AWeber subscription form right from the popup.
89
 
90
+ * Popup analytics (separate extension) - get statistics about the effectiveness of your popup.
91
+
92
  * Show popup only when user is scrolling - sometimes you don't want to show the popup right away, it's a good idea to set this option so the popup will be shown to the visitor only when he scrolls.
93
 
94
  * Show popup once per visitor - useful when you don't want to show the popup to the same visitor more than once.
161
 
162
  == Changelog ==
163
 
164
+ = Version 2.5.9.2 =
165
+ * Hot fix connected to onclick popup.
166
+
167
  = Version 2.5.9.1 =
168
  * Bug fixed connected to popup positioning.
169
  * Bug fixed connected to popup hovering event.