Version Description
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 2.1.7 |
Comparing to | |
See all releases |
Code changes from version 2.1.6 to 2.1.7
- javascript/sg_popup_frontend.js +3 -0
- popup-builder.php +2 -2
- readme.txt +6 -3
javascript/sg_popup_frontend.js
CHANGED
@@ -137,6 +137,9 @@ SGPopup.prototype.sgShowColorboxWithOptions = function() {
|
|
137 |
if (popupShortCode && popupHtml == false) {
|
138 |
popupHtml = popupShortCode;
|
139 |
}
|
|
|
|
|
|
|
140 |
if (popupIframeUrl) {
|
141 |
popupImage = popupIframeUrl;
|
142 |
}
|
137 |
if (popupShortCode && popupHtml == false) {
|
138 |
popupHtml = popupShortCode;
|
139 |
}
|
140 |
+
if(popupHtml) {
|
141 |
+
jQuery(popupHtml).find('img:first').attr('onload', 'jQuery.sgcolorbox.resize();');
|
142 |
+
}
|
143 |
if (popupIframeUrl) {
|
144 |
popupImage = popupIframeUrl;
|
145 |
}
|
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.1.
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: http://www.sygnoos.com
|
9 |
* License: GPLv2
|
@@ -18,7 +18,7 @@ define('SG_APP_POPUP_FILES', SG_APP_POPUP_PATH . '/files');
|
|
18 |
define('SG_APP_POPUP_CLASSES', SG_APP_POPUP_PATH . '/classes');
|
19 |
define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
|
20 |
define('SG_APP_POPUP_TABLE_LIMIT', 15);
|
21 |
-
define('SG_POPUP_VERSION', 2.
|
22 |
define('SG_POPUP_PRO', 0);
|
23 |
define('SG_POPUP_PRO_URL', 'http://sygnoos.com/wordpress-popup/');
|
24 |
|
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.1.7
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: http://www.sygnoos.com
|
9 |
* License: GPLv2
|
18 |
define('SG_APP_POPUP_CLASSES', SG_APP_POPUP_PATH . '/classes');
|
19 |
define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
|
20 |
define('SG_APP_POPUP_TABLE_LIMIT', 15);
|
21 |
+
define('SG_POPUP_VERSION', 2.17);
|
22 |
define('SG_POPUP_PRO', 0);
|
23 |
define('SG_POPUP_PRO_URL', 'http://sygnoos.com/wordpress-popup/');
|
24 |
|
readme.txt
CHANGED
@@ -126,8 +126,11 @@ Go to the Popup Builder settings and set your desired options.
|
|
126 |
|
127 |
== Changelog ==
|
128 |
|
|
|
|
|
|
|
129 |
= Version 2.1.6 =
|
130 |
-
* Page scrolling issue fixed
|
131 |
|
132 |
= Version 2.1.5 =
|
133 |
* Compatible with Black Studio TinyMCE
|
@@ -212,8 +215,8 @@ Bug fixed.
|
|
212 |
|
213 |
= Version 1.1.3 =
|
214 |
|
215 |
-
* Multisite support
|
216 |
-
* Bug fixes
|
217 |
|
218 |
= Version 1.1.2 =
|
219 |
|
126 |
|
127 |
== Changelog ==
|
128 |
|
129 |
+
= Version 2.1.7 =
|
130 |
+
* Auto adjust Popup to HTML image size.
|
131 |
+
|
132 |
= Version 2.1.6 =
|
133 |
+
* Page scrolling issue fixed in popup builder.
|
134 |
|
135 |
= Version 2.1.5 =
|
136 |
* Compatible with Black Studio TinyMCE
|
215 |
|
216 |
= Version 1.1.3 =
|
217 |
|
218 |
+
* Multisite support.
|
219 |
+
* Bug fixes.
|
220 |
|
221 |
= Version 1.1.2 =
|
222 |
|