Popup Builder – Responsive WordPress Pop up - Version 2.1.0

Version Description

Download this release

Release Info

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

Code changes from version 2.0.9 to 2.1.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/pp_Icon.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.colorbox-min.js CHANGED
File without changes
javascript/sg_popup_backend.js CHANGED
File without changes
javascript/sg_popup_frontend.js CHANGED
@@ -25,6 +25,7 @@ SGPopup.prototype.init = function() {
25
  var sgPopupID = jQuery(this).attr("data-sgpopupid");
26
  that.showPopup(sgPopupID,false);
27
  });
 
28
  }
29
 
30
  SGPopup.prototype.varToBool = function(optionName) {
@@ -243,6 +244,9 @@ SGPopup.prototype.sgShowColorboxWithOptions = function() {
243
  if(popupWidth == '' && popupHeight == '') {
244
  jQuery.sgcolorbox.resize();
245
  }
 
 
 
246
  },
247
  html: popupHtml,
248
  photo: popupPhoto,
25
  var sgPopupID = jQuery(this).attr("data-sgpopupid");
26
  that.showPopup(sgPopupID,false);
27
  });
28
+
29
  }
30
 
31
  SGPopup.prototype.varToBool = function(optionName) {
244
  if(popupWidth == '' && popupHeight == '') {
245
  jQuery.sgcolorbox.resize();
246
  }
247
+ jQuery('.sg-popup-close').bind('click', function() {
248
+ jQuery.sgcolorbox.close();
249
+ });
250
  },
251
  html: popupHtml,
252
  photo: popupPhoto,
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.0.9
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.09);
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.0
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.1);
22
  define('SG_POPUP_PRO', 0);
23
  define('SG_POPUP_PRO_URL', 'http://sygnoos.com/wordpress-popup/');
24
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Plugin Name: Popup Builder
3
  Contributors: Popup By Sygnoos
4
  Author: Sygnoos
5
  Donate link: http://sygnoos.com/wordpress-popup/
6
- Tags: popup,popup promote,promotional popup,popup ads, popup advertising, popup box, popup form, popup message, popup window, popups, wordpress popup, simple popup, modal window, responsive popup, fancybox, fancy popup, lightbox, automatic popup, custom popup,popup message, youtube popup, video popup, iframe popup, vimeo popup, popup contact form, dialog box, fancy box popup, wordpress popup plugin, andlightbox popup, popup builder, wordpress popup builder, html popup, onclick popup, media, shortcode popup, colorbox popup, social popup, age restriction popup, countdown popup, facebook popup
7
  Requires at least: 3.8
8
  Tested up to: 4.3.1
9
  Stable tag: trunk
@@ -108,6 +108,12 @@ Go to the Popup Builder settings and set your desired options.
108
 
109
  == Changelog ==
110
 
 
 
 
 
 
 
111
  * Version 2.0.9
112
 
113
  Facebook share and like popup added.
3
  Contributors: Popup By Sygnoos
4
  Author: Sygnoos
5
  Donate link: http://sygnoos.com/wordpress-popup/
6
+ Tags: popup,popup promote,promotional popup,popup ads, popup advertising, popup box, popup form, popup message, popup window, popups, wordpress popup, simple popup, modal window, responsive popup, fancybox, fancy popup, lightbox, automatic popup, custom popup,popup message, youtube popup, video popup, iframe popup, vimeo popup, popup contact form, dialog box, fancy box popup, wordpress popup plugin, andlightbox popup, popup builder, wordpress popup builder, html popup, onclick popup, media, shortcode popup, colorbox popup, social popup, age restriction popup, countdown popup, facebook popup, facebook like popup
7
  Requires at least: 3.8
8
  Tested up to: 4.3.1
9
  Stable tag: trunk
108
 
109
  == Changelog ==
110
 
111
+ * Version 2.1
112
+
113
+ Added ability to close popup from itself. Just add html class to the element.
114
+
115
+ Ex. '<a href="#" class="sg-popup-close">Close Popup</a>'
116
+
117
  * Version 2.0.9
118
 
119
  Facebook share and like popup added.
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