Popup Builder – Responsive WordPress Pop up - Version 2.1.3

Version Description

Download this release

Release Info

Developer Sygnoos
Plugin Icon 128x128 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 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['customClass'];
463
- if(typeof options['customClass'] !== 'undefined' && options['customClass']){
464
- customClass = options['customClass'];
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.2
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.2
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