Version Description
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 2.1.3 |
Comparing to | |
See all releases |
Code changes from version 2.1.2 to 2.1.3
- files/sg_popup_create.php +0 -0
- files/sg_popup_main.php +0 -0
- files/sg_popup_page_selection.php +0 -0
- img/default-image.png +0 -0
- img/down_arrow-2x.gif +0 -0
- img/info.png +0 -0
- img/theme1.jpg +0 -0
- img/theme2.jpg +0 -0
- img/theme3.jpg +0 -0
- img/theme4.jpg +0 -0
- img/theme5.jpg +0 -0
- img/wpspin_light.gif +0 -0
- javascript/jquery.sgcolorbox-min.js +3 -3
- javascript/sg_popup_backend.js +0 -0
- javascript/sg_popup_javascript.php +0 -0
- javascript/sg_popup_rangeslider.js +0 -0
- popup-builder.php +1 -1
- readme.txt +5 -1
- style/animate.css +0 -0
- style/sg_popup_rangeslider.css +0 -0
- style/sg_popup_style.css +0 -0
- style/sg_popup_style.php +0 -0
- style/sgcolorbox/colorbox1.css +0 -0
- style/sgcolorbox/colorbox2.css +0 -0
- style/sgcolorbox/colorbox3.css +0 -0
- style/sgcolorbox/colorbox4.css +0 -0
- style/sgcolorbox/colorbox5.css +0 -0
files/sg_popup_create.php
CHANGED
File without changes
|
files/sg_popup_main.php
CHANGED
File without changes
|
files/sg_popup_page_selection.php
CHANGED
File without changes
|
img/default-image.png
CHANGED
File without changes
|
img/down_arrow-2x.gif
CHANGED
File without changes
|
img/info.png
CHANGED
File without changes
|
img/theme1.jpg
CHANGED
File without changes
|
img/theme2.jpg
CHANGED
File without changes
|
img/theme3.jpg
CHANGED
File without changes
|
img/theme4.jpg
CHANGED
File without changes
|
img/theme5.jpg
CHANGED
File without changes
|
img/wpspin_light.gif
CHANGED
File without changes
|
javascript/jquery.sgcolorbox-min.js
CHANGED
@@ -459,9 +459,9 @@
|
|
459 |
}
|
460 |
/* Start to set custom class and add to html */
|
461 |
if(typeof options === 'object') {
|
462 |
-
var customClass = defaults['
|
463 |
-
if(typeof options['
|
464 |
-
customClass = options['
|
465 |
}
|
466 |
$box.addClass(customClass);
|
467 |
$overlay.addClass(customClass);
|
459 |
}
|
460 |
/* Start to set custom class and add to html */
|
461 |
if(typeof options === 'object') {
|
462 |
+
var customClass = defaults['className'];
|
463 |
+
if(typeof options['className'] !== 'undefined' && options['className']){
|
464 |
+
customClass = options['className'];
|
465 |
}
|
466 |
$box.addClass(customClass);
|
467 |
$overlay.addClass(customClass);
|
javascript/sg_popup_backend.js
CHANGED
File without changes
|
javascript/sg_popup_javascript.php
CHANGED
File without changes
|
javascript/sg_popup_rangeslider.js
CHANGED
File without changes
|
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
|
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.3
|
7 |
* Author: Sygnoos
|
8 |
* Author URI: http://www.sygnoos.com
|
9 |
* License: GPLv2
|
readme.txt
CHANGED
@@ -110,6 +110,10 @@ Go to the Popup Builder settings and set your desired options.
|
|
110 |
|
111 |
== Changelog ==
|
112 |
|
|
|
|
|
|
|
|
|
113 |
= Version 2.1.2 =
|
114 |
* Bug fixed inside Facebook Popup
|
115 |
* Optimizations.
|
@@ -226,7 +230,7 @@ Contact us! Depending on your server configuration something may go wrong, pleas
|
|
226 |
|
227 |
== Other Notes ==
|
228 |
|
229 |
-
Current Version of Popup Builder is 2.1.
|
230 |
|
231 |
= HTML Popup =
|
232 |
|
110 |
|
111 |
== Changelog ==
|
112 |
|
113 |
+
= Version 2.1.3 =
|
114 |
+
* Bug fixed.
|
115 |
+
|
116 |
+
|
117 |
= Version 2.1.2 =
|
118 |
* Bug fixed inside Facebook Popup
|
119 |
* Optimizations.
|
230 |
|
231 |
== Other Notes ==
|
232 |
|
233 |
+
Current Version of Popup Builder is 2.1.3
|
234 |
|
235 |
= HTML Popup =
|
236 |
|
style/animate.css
CHANGED
File without changes
|
style/sg_popup_rangeslider.css
CHANGED
File without changes
|
style/sg_popup_style.css
CHANGED
File without changes
|
style/sg_popup_style.php
CHANGED
File without changes
|
style/sgcolorbox/colorbox1.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox2.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox3.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox4.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox5.css
CHANGED
File without changes
|