Popup Builder – Responsive WordPress Pop up - Version 2.3.2

Version Description

Current Version of Popup Builder is 2.3.2

Download this release

Release Info

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

Code changes from version 2.3.1 to 2.3.2

config.php CHANGED
@@ -8,7 +8,7 @@ define('SG_APP_POPUP_FILES', SG_APP_POPUP_PATH . '/files');
8
  define('SG_APP_POPUP_CLASSES', SG_APP_POPUP_PATH . '/classes');
9
  define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
10
  define('SG_APP_POPUP_TABLE_LIMIT', 15);
11
- define('SG_POPUP_VERSION', 2.31);
12
  define('SG_POPUP_PRO_URL', 'http://popup-builder.com/');
13
  define('SG_IP_TO_COUNTRY_SERVICE_TIMEOUT', 2);
14
  define('SG_IP_TO_COUNTRY_SERVICE_URL', 'http://sygnoos.in/ip2data/?ip=');
8
  define('SG_APP_POPUP_CLASSES', SG_APP_POPUP_PATH . '/classes');
9
  define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
10
  define('SG_APP_POPUP_TABLE_LIMIT', 15);
11
+ define('SG_POPUP_VERSION', 2.32);
12
  define('SG_POPUP_PRO_URL', 'http://popup-builder.com/');
13
  define('SG_IP_TO_COUNTRY_SERVICE_TIMEOUT', 2);
14
  define('SG_IP_TO_COUNTRY_SERVICE_URL', 'http://sygnoos.in/ip2data/?ip=');
popup-builder.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /**
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.3.1
7
  * Author: Sygnoos
8
- * Author URI: http://www.sygnoos.com
9
  * License: GPLv2
10
  */
11
 
@@ -298,8 +298,6 @@ function redenderScriptMode($popupId)
298
 
299
  function getPopupIdInPageByClass($pageId) {
300
  $content = get_post($pageId)->post_content;
301
- /* get current page content */
302
- $contents = apply_filters ("the_content",$content);
303
  $popupsID = array();
304
 
305
  preg_match_all("/sg-popup-id-+[0-9]+/i", $content, $matchers);
1
  <?php
2
  /**
3
  * Plugin Name: Popup Builder
4
+ * Plugin URI: http://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: 2.3.2
7
  * Author: Sygnoos
8
+ * Author URI: https://www.sygnoos.com
9
  * License: GPLv2
10
  */
11
 
298
 
299
  function getPopupIdInPageByClass($pageId) {
300
  $content = get_post($pageId)->post_content;
 
 
301
  $popupsID = array();
302
 
303
  preg_match_all("/sg-popup-id-+[0-9]+/i", $content, $matchers);
readme.txt CHANGED
@@ -3,7 +3,7 @@ Plugin Name: Popup Builder
3
  Contributors: Sygnoos, Popup By Sygnoos
4
  Author: Sygnoos
5
  Donate link: http://popup-builder.com
6
- Tags: popup, ads, modal, responsive popup, fancybox, lightbox, youtube, video popup, iframe popup, vimeo, contact form, html popup, social popup, age restriction, countdown, facebook, subscription popup, exit intent popup
7
  Requires at least: 3.8
8
  Tested up to: 4.5.3
9
  Stable tag: trunk
@@ -134,6 +134,10 @@ Go to the Popup Builder settings and set your desired options.
134
 
135
  == Changelog ==
136
 
 
 
 
 
137
  = Version 2.3.1 =
138
  * Bug fixed connected to PHP version
139
 
@@ -370,7 +374,7 @@ Leave us a good review :)
370
 
371
  == Upgrade Notice ==
372
 
373
- Current Version of Popup Builder is 2.3.1
374
 
375
  == Other Notes ==
376
 
3
  Contributors: Sygnoos, Popup By Sygnoos
4
  Author: Sygnoos
5
  Donate link: http://popup-builder.com
6
+ Tags: popup, ads, modal, responsive popup, fancybox, lightbox, youtube, video popup, iframe popup, vimeo, contact form, html popup, social popup, age restriction popup, countdown popup, facebook popup, subscription popup, exit intent popup
7
  Requires at least: 3.8
8
  Tested up to: 4.5.3
9
  Stable tag: trunk
134
 
135
  == Changelog ==
136
 
137
+ = Version 2.3.2 =
138
+ * Fusion builder compatible.
139
+ * Bug fixes.
140
+
141
  = Version 2.3.1 =
142
  * Bug fixed connected to PHP version
143
 
374
 
375
  == Upgrade Notice ==
376
 
377
+ Current Version of Popup Builder is 2.3.2
378
 
379
  == Other Notes ==
380
 
style/jQueryDialog/jquery-ui.css CHANGED
@@ -138,7 +138,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad
138
  height: 200px; /*must have*/
139
  }
140
 
141
- .ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; z-index: 9999999 !important; }
142
  .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
143
  .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
144
  .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
138
  height: 200px; /*must have*/
139
  }
140
 
141
+ .ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; z-index: 100000 !important; }
142
  .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
143
  .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
144
  .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }