Popup Maker – Popup Forms, Optins & More - Version 1.1.6

Version Description

Download this release

Release Info

Developer danieliser
Plugin Icon 128x128 Popup Maker – Popup Forms, Optins & More
Version 1.1.6
Comparing to
See all releases

Code changes from version 1.1.5 to 1.1.6

assets/scripts/popup-maker-site.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Popup Maker v1.1.4
3
  */
4
  (function (jQuery) {
5
  "use strict";
@@ -256,7 +256,7 @@
256
  if (settings.meta.display.size !== 'auto') {
257
  if (settings.meta.display.responsive_min_width !== '') {
258
  $this.css({
259
- maxWidth: settings.meta.display.responsive_min_width + settings.meta.display.responsive_min_width_unit
260
  });
261
  }
262
  if (settings.meta.display.responsive_max_width !== '') {
@@ -1016,6 +1016,7 @@
1016
 
1017
  jQuery(trigger_selector).css({cursor: "pointer"});
1018
  jQuery(document).on('click', trigger_selector, function (event) {
 
1019
  event.preventDefault();
1020
  event.stopPropagation();
1021
  jQuery.fn.popmake.last_open_trigger = jQuery.fn.popmake.utilities.getXPath(this);
1
  /**
2
+ * Popup Maker v1.1.6
3
  */
4
  (function (jQuery) {
5
  "use strict";
256
  if (settings.meta.display.size !== 'auto') {
257
  if (settings.meta.display.responsive_min_width !== '') {
258
  $this.css({
259
+ mixWidth: settings.meta.display.responsive_min_width + settings.meta.display.responsive_min_width_unit
260
  });
261
  }
262
  if (settings.meta.display.responsive_max_width !== '') {
1016
 
1017
  jQuery(trigger_selector).css({cursor: "pointer"});
1018
  jQuery(document).on('click', trigger_selector, function (event) {
1019
+ console.log(this);
1020
  event.preventDefault();
1021
  event.stopPropagation();
1022
  jQuery.fn.popmake.last_open_trigger = jQuery.fn.popmake.utilities.getXPath(this);
assets/scripts/popup-maker-site.min.js CHANGED
@@ -1,5 +1,5 @@
1
  /**
2
- * Popup Maker v1.1.4
3
  */
4
  (function(c){c.isFunction(c.fn.on)||(c.fn.on=function(a,c,d){return this.delegate(c,a,d)},c.fn.off=function(a,c,d){return this.undelegate(c,a,d)});c.fn.popmake=function(a){if(c.fn.popmake.methods[a])return c.fn.popmake.methods[a].apply(this,Array.prototype.slice.call(arguments,1));if("object"===typeof a||!a)return c.fn.popmake.methods.init.apply(this,arguments);c.error("Method "+a+" does not exist on jQuery.fn.popmake")};c.fn.popmake.last_open_popup=null;c.fn.popmake.last_open_trigger=null;c.fn.popmake.last_close_trigger=
5
  null;c.fn.popmake.methods={init:function(a){return this.each(function(){var e=c(this),d=c.extend(!0,{},c.fn.popmake.defaults,e.data("popmake"),a);e.parent().is("body")||e.appendTo("body");c("#"+d.overlay.attr.id).length||c("<div>").attr(d.overlay.attr).appendTo("body");c(window).on("resize",function(){e.hasClass("active")&&c.fn.popmake.utilities.throttle(setTimeout(function(){e.popmake("reposition")},25),500,!1)});"string"===typeof popmake_powered_by&&""!==popmake_powered_by&&c(".popmake-content",
@@ -9,7 +9,7 @@ c(this).attr("src","").attr("src",a)})}).on("popmakeBeforeOpen.setup_close",func
9
  "Overlay Click";a.popmake("close")});a.on("popmakeAfterClose",function(){c(window).off("keyup.popmake");d.off("click.popmake");b.off("click.popmake")}).trigger("popmakeSetupClose")},open:function(a){var e=c(this),d=e.data("popmake");e.trigger("popmakeBeforeOpen").popmake("animate",d.meta.display.animation_type,function(){e.addClass("active").trigger("popmakeAfterOpen");c.fn.popmake.last_open_popup=e;void 0!==a&&a()});return this},close:function(){return this.each(function(){var a=c(this),e=a.data("popmake");
10
  a.trigger("popmakeBeforeClose").fadeOut(e.close.close_speed,function(){a.removeClass("active").trigger("popmakeAfterClose")});return this})},close_all:function(){var a=c(this).data("popmake");c("."+a.container.attr["class"]).removeClass("active").hide(0);return this},reposition:function(a){c(this).trigger("popmakeBeforeReposition");var e=c(this),d=e.data("popmake"),b=d.meta.display,g=b.location,f={my:"",at:""},h=!1;0<=g.indexOf("left")&&(f={my:f.my+" left"+(0!==b.position_left?"+"+b.position_left:
11
  ""),at:f.at+" left"});0<=g.indexOf("right")&&(f={my:f.my+" right"+(0!==b.position_right?"-"+b.position_right:""),at:f.at+" right"});0<=g.indexOf("center")&&(f="center"===g?{my:"center",at:"center"}:{my:f.my+" center",at:f.at+" center"});0<=g.indexOf("top")&&(f={my:f.my+" top"+(0!==b.position_top?"+"+b.position_top:""),at:f.at+" top"});0<=g.indexOf("bottom")&&(f={my:f.my+" bottom"+(0!==b.position_bottom?"-"+b.position_bottom:""),at:f.at+" bottom"});f.my=c.trim(f.my);f.at=c.trim(f.at);f.of=window;f.collision=
12
- "fit";f.using="function"===typeof a?a:c.fn.popmake.callbacks.reposition_using;e.is(":hidden")&&(h=e.css("opacity"),e.css({opacity:0}).show());b.position_fixed?e.addClass("fixed"):e.removeClass("fixed");"custom"===d.meta.display.size?e.css({width:d.meta.display.custom_width+d.meta.display.custom_width_unit,height:d.meta.display.custom_height_auto?"auto":d.meta.display.custom_height+d.meta.display.custom_height_unit}):"auto"!==d.meta.display.size&&(""!==d.meta.display.responsive_min_width&&e.css({maxWidth:d.meta.display.responsive_min_width+
13
  d.meta.display.responsive_min_width_unit}),""!==d.meta.display.responsive_max_width&&e.css({maxWidth:d.meta.display.responsive_max_width+d.meta.display.responsive_max_width_unit}));e.addClass("custom-position").position(f).trigger("popmakeAfterReposition");h&&e.css({opacity:h}).hide();return this},retheme:function(a){c(this).trigger("popmakeBeforeRetheme");var e=c(this),d=e.data("popmake"),b=c("#"+d.overlay.attr.id),g=c("."+d.title.attr["class"],e),f=c("> ."+d.content.attr["class"],e),h=c("> ."+d.close.attr["class"],
14
  e),k;void 0===a&&(a=c.fn.popmake.themes[d.theme_id],void 0===a&&(a=c.fn.popmake.themes[1]));d="yes"===a.container.boxshadow_inset?"inset ":"";k="yes"===a.close.boxshadow_inset?"inset ":"";b.removeAttr("style").css({backgroundColor:c.fn.popmake.utilities.convert_hex(a.overlay.background_color,a.overlay.background_opacity)});e.css({padding:a.container.padding+"px",backgroundColor:c.fn.popmake.utilities.convert_hex(a.container.background_color,a.container.background_opacity),borderStyle:a.container.border_style,
15
  borderColor:a.container.border_color,borderWidth:a.container.border_width+"px",borderRadius:a.container.border_radius+"px",boxShadow:d+a.container.boxshadow_horizontal+"px "+a.container.boxshadow_vertical+"px "+a.container.boxshadow_blur+"px "+a.container.boxshadow_spread+"px "+c.fn.popmake.utilities.convert_hex(a.container.boxshadow_color,a.container.boxshadow_opacity)});g.css({color:a.title.font_color,lineHeight:a.title.line_height+"px",fontSize:a.title.font_size+"px",fontFamily:a.title.font_family,
@@ -33,6 +33,6 @@ b=d.meta.display.animation_speed/2E3,d=e.popmake("animation_origin",d.meta.displ
33
  "fade",1E3*d,function(){TweenLite.to(e,d,{opacity:1,onComplete:function(){void 0!==a&&a()}})});return this},fadeAndSlide:function(a){var e=c(this).show(0).css({opacity:0}),d=e.data("popmake"),b=d.meta.display.animation_speed/2E3,d=e.popmake("animation_origin",d.meta.display.animation_origin);c("html").css("overflow-x","hidden");e.position(d).popmake("animate_overlay","fade",1E3*b,function(){e.popmake("reposition",function(d){TweenLite.to(e,b,c.extend(d,{opacity:1,onComplete:function(){c("html").css("overflow-x",
34
  "inherit");void 0!==a&&a()}}))})});return this},grow:function(a){var e=c(this).show(0).css({opacity:0}),d=e.data("popmake"),b=d.meta.display.animation_speed/2E3,d=d.meta.display.animation_origin;if("top"===d||"bottom"===d)d="center "+d;if("left"===d||"right"===d)d+=" center";TweenLite.to(e,0,{transformOrigin:d,scale:0,opacity:1});e.popmake("animate_overlay","fade",1E3*b,function(){e.popmake("reposition",function(c){TweenLite.to(e,b,{scale:1,onComplete:function(){void 0!==a&&a()}})})});return this},
35
  growAndSlide:function(a){var e=c(this).show(0).css({opacity:0}),d=e.data("popmake"),b=d.meta.display.animation_speed/2E3,d=e.popmake("animation_origin",d.meta.display.animation_origin);c("html").css("overflow-x","hidden");e.position(d);TweenLite.to(e,0,{scale:0,opacity:1,transformOrigin:"0 0"});e.popmake("animate_overlay","fade",1E3*b,function(){e.popmake("reposition",function(d){TweenLite.to(e,b,c.extend(d,{scale:1,transformOrigin:"50% 50%",onComplete:function(){c("html").css("overflow-x","inherit");
36
- void 0!==a&&a()}}))})});return this}};c(".popmake").css({visibility:"visible"}).hide();c(document).ready(function(){c(".popmake").popmake().each(function(){var a=c(this),e=a.data("popmake"),d=e.meta.click_open,b=e.meta.auto_open,g=".popmake-"+e.id+", .popmake-"+e.slug,f,h,k;void 0!==d&&""!==d.extra_selectors&&(g+=", "+d.extra_selectors);c(g).css({cursor:"pointer"});c(document).on("click",g,function(b){b.preventDefault();b.stopPropagation();c.fn.popmake.last_open_trigger=c.fn.popmake.utilities.getXPath(this);
37
  a.popmake("open")});if(void 0!==b&&b.enabled&&(c.cookie.json=!0,f="popmake-auto-open-"+e.id+"-"+b.cookie_key,d=c.cookie(f),k=function(){""!==b.cookie_time&&(h=new Date,h.setTime(1E3*c.fn.popmake.utilities.strtotime("+"+b.cookie_time)),c.cookie(f,{opened:!0,expires:h},{expires:h,path:b.cookie_path}))},void 0===d)){d=b.cookie_trigger;if("disabled"!==d){if("open"===d)a.on("popmakeAfterOpen",function(){k()});if("close"===d)a.on("popmakeBeforeClose",function(){k()})}setTimeout(function(){c.fn.popmake.last_open_trigger=
38
  "Auto Open Popups ID-"+e.id;a.popmake("open")},b.delay)}})})})(jQuery);
1
  /**
2
+ * Popup Maker v1.1.6
3
  */
4
  (function(c){c.isFunction(c.fn.on)||(c.fn.on=function(a,c,d){return this.delegate(c,a,d)},c.fn.off=function(a,c,d){return this.undelegate(c,a,d)});c.fn.popmake=function(a){if(c.fn.popmake.methods[a])return c.fn.popmake.methods[a].apply(this,Array.prototype.slice.call(arguments,1));if("object"===typeof a||!a)return c.fn.popmake.methods.init.apply(this,arguments);c.error("Method "+a+" does not exist on jQuery.fn.popmake")};c.fn.popmake.last_open_popup=null;c.fn.popmake.last_open_trigger=null;c.fn.popmake.last_close_trigger=
5
  null;c.fn.popmake.methods={init:function(a){return this.each(function(){var e=c(this),d=c.extend(!0,{},c.fn.popmake.defaults,e.data("popmake"),a);e.parent().is("body")||e.appendTo("body");c("#"+d.overlay.attr.id).length||c("<div>").attr(d.overlay.attr).appendTo("body");c(window).on("resize",function(){e.hasClass("active")&&c.fn.popmake.utilities.throttle(setTimeout(function(){e.popmake("reposition")},25),500,!1)});"string"===typeof popmake_powered_by&&""!==popmake_powered_by&&c(".popmake-content",
9
  "Overlay Click";a.popmake("close")});a.on("popmakeAfterClose",function(){c(window).off("keyup.popmake");d.off("click.popmake");b.off("click.popmake")}).trigger("popmakeSetupClose")},open:function(a){var e=c(this),d=e.data("popmake");e.trigger("popmakeBeforeOpen").popmake("animate",d.meta.display.animation_type,function(){e.addClass("active").trigger("popmakeAfterOpen");c.fn.popmake.last_open_popup=e;void 0!==a&&a()});return this},close:function(){return this.each(function(){var a=c(this),e=a.data("popmake");
10
  a.trigger("popmakeBeforeClose").fadeOut(e.close.close_speed,function(){a.removeClass("active").trigger("popmakeAfterClose")});return this})},close_all:function(){var a=c(this).data("popmake");c("."+a.container.attr["class"]).removeClass("active").hide(0);return this},reposition:function(a){c(this).trigger("popmakeBeforeReposition");var e=c(this),d=e.data("popmake"),b=d.meta.display,g=b.location,f={my:"",at:""},h=!1;0<=g.indexOf("left")&&(f={my:f.my+" left"+(0!==b.position_left?"+"+b.position_left:
11
  ""),at:f.at+" left"});0<=g.indexOf("right")&&(f={my:f.my+" right"+(0!==b.position_right?"-"+b.position_right:""),at:f.at+" right"});0<=g.indexOf("center")&&(f="center"===g?{my:"center",at:"center"}:{my:f.my+" center",at:f.at+" center"});0<=g.indexOf("top")&&(f={my:f.my+" top"+(0!==b.position_top?"+"+b.position_top:""),at:f.at+" top"});0<=g.indexOf("bottom")&&(f={my:f.my+" bottom"+(0!==b.position_bottom?"-"+b.position_bottom:""),at:f.at+" bottom"});f.my=c.trim(f.my);f.at=c.trim(f.at);f.of=window;f.collision=
12
+ "fit";f.using="function"===typeof a?a:c.fn.popmake.callbacks.reposition_using;e.is(":hidden")&&(h=e.css("opacity"),e.css({opacity:0}).show());b.position_fixed?e.addClass("fixed"):e.removeClass("fixed");"custom"===d.meta.display.size?e.css({width:d.meta.display.custom_width+d.meta.display.custom_width_unit,height:d.meta.display.custom_height_auto?"auto":d.meta.display.custom_height+d.meta.display.custom_height_unit}):"auto"!==d.meta.display.size&&(""!==d.meta.display.responsive_min_width&&e.css({mixWidth:d.meta.display.responsive_min_width+
13
  d.meta.display.responsive_min_width_unit}),""!==d.meta.display.responsive_max_width&&e.css({maxWidth:d.meta.display.responsive_max_width+d.meta.display.responsive_max_width_unit}));e.addClass("custom-position").position(f).trigger("popmakeAfterReposition");h&&e.css({opacity:h}).hide();return this},retheme:function(a){c(this).trigger("popmakeBeforeRetheme");var e=c(this),d=e.data("popmake"),b=c("#"+d.overlay.attr.id),g=c("."+d.title.attr["class"],e),f=c("> ."+d.content.attr["class"],e),h=c("> ."+d.close.attr["class"],
14
  e),k;void 0===a&&(a=c.fn.popmake.themes[d.theme_id],void 0===a&&(a=c.fn.popmake.themes[1]));d="yes"===a.container.boxshadow_inset?"inset ":"";k="yes"===a.close.boxshadow_inset?"inset ":"";b.removeAttr("style").css({backgroundColor:c.fn.popmake.utilities.convert_hex(a.overlay.background_color,a.overlay.background_opacity)});e.css({padding:a.container.padding+"px",backgroundColor:c.fn.popmake.utilities.convert_hex(a.container.background_color,a.container.background_opacity),borderStyle:a.container.border_style,
15
  borderColor:a.container.border_color,borderWidth:a.container.border_width+"px",borderRadius:a.container.border_radius+"px",boxShadow:d+a.container.boxshadow_horizontal+"px "+a.container.boxshadow_vertical+"px "+a.container.boxshadow_blur+"px "+a.container.boxshadow_spread+"px "+c.fn.popmake.utilities.convert_hex(a.container.boxshadow_color,a.container.boxshadow_opacity)});g.css({color:a.title.font_color,lineHeight:a.title.line_height+"px",fontSize:a.title.font_size+"px",fontFamily:a.title.font_family,
33
  "fade",1E3*d,function(){TweenLite.to(e,d,{opacity:1,onComplete:function(){void 0!==a&&a()}})});return this},fadeAndSlide:function(a){var e=c(this).show(0).css({opacity:0}),d=e.data("popmake"),b=d.meta.display.animation_speed/2E3,d=e.popmake("animation_origin",d.meta.display.animation_origin);c("html").css("overflow-x","hidden");e.position(d).popmake("animate_overlay","fade",1E3*b,function(){e.popmake("reposition",function(d){TweenLite.to(e,b,c.extend(d,{opacity:1,onComplete:function(){c("html").css("overflow-x",
34
  "inherit");void 0!==a&&a()}}))})});return this},grow:function(a){var e=c(this).show(0).css({opacity:0}),d=e.data("popmake"),b=d.meta.display.animation_speed/2E3,d=d.meta.display.animation_origin;if("top"===d||"bottom"===d)d="center "+d;if("left"===d||"right"===d)d+=" center";TweenLite.to(e,0,{transformOrigin:d,scale:0,opacity:1});e.popmake("animate_overlay","fade",1E3*b,function(){e.popmake("reposition",function(c){TweenLite.to(e,b,{scale:1,onComplete:function(){void 0!==a&&a()}})})});return this},
35
  growAndSlide:function(a){var e=c(this).show(0).css({opacity:0}),d=e.data("popmake"),b=d.meta.display.animation_speed/2E3,d=e.popmake("animation_origin",d.meta.display.animation_origin);c("html").css("overflow-x","hidden");e.position(d);TweenLite.to(e,0,{scale:0,opacity:1,transformOrigin:"0 0"});e.popmake("animate_overlay","fade",1E3*b,function(){e.popmake("reposition",function(d){TweenLite.to(e,b,c.extend(d,{scale:1,transformOrigin:"50% 50%",onComplete:function(){c("html").css("overflow-x","inherit");
36
+ void 0!==a&&a()}}))})});return this}};c(".popmake").css({visibility:"visible"}).hide();c(document).ready(function(){c(".popmake").popmake().each(function(){var a=c(this),e=a.data("popmake"),d=e.meta.click_open,b=e.meta.auto_open,g=".popmake-"+e.id+", .popmake-"+e.slug,f,h,k;void 0!==d&&""!==d.extra_selectors&&(g+=", "+d.extra_selectors);c(g).css({cursor:"pointer"});c(document).on("click",g,function(b){console.log(this);b.preventDefault();b.stopPropagation();c.fn.popmake.last_open_trigger=c.fn.popmake.utilities.getXPath(this);
37
  a.popmake("open")});if(void 0!==b&&b.enabled&&(c.cookie.json=!0,f="popmake-auto-open-"+e.id+"-"+b.cookie_key,d=c.cookie(f),k=function(){""!==b.cookie_time&&(h=new Date,h.setTime(1E3*c.fn.popmake.utilities.strtotime("+"+b.cookie_time)),c.cookie(f,{opened:!0,expires:h},{expires:h,path:b.cookie_path}))},void 0===d)){d=b.cookie_trigger;if("disabled"!==d){if("open"===d)a.on("popmakeAfterOpen",function(){k()});if("close"===d)a.on("popmakeBeforeClose",function(){k()})}setTimeout(function(){c.fn.popmake.last_open_trigger=
38
  "Auto Open Popups ID-"+e.id;a.popmake("open")},b.delay)}})})})(jQuery);
includes/popup-functions.php CHANGED
@@ -270,7 +270,7 @@ function popmake_popup_content_container( $content ) {
270
  if ($post->post_type == 'popup') {
271
  $content = '<div class="popmake-content">' . $content;
272
  $content .= '</div>';
273
- $content .= '<a class="popmake-close">'. apply_filters( 'popmake_popup_default_close_text', __( '&#215;', 'popup-maker'), $post->ID ) .'</a>';
274
  }
275
  return $content;
276
  }
270
  if ($post->post_type == 'popup') {
271
  $content = '<div class="popmake-content">' . $content;
272
  $content .= '</div>';
273
+ $content .= '<span class="popmake-close">'. apply_filters( 'popmake_popup_default_close_text', __( '&#215;', 'popup-maker'), $post->ID ) .'</span>';
274
  }
275
  return $content;
276
  }
popup-maker.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://wppopupmaker.com
5
  * Description: Easily create & style popups with any content. Theme editor to quickly style your popups. Add forms, social media boxes, videos & more.
6
  * Author: Daniel Iser
7
- * Version: 1.1.5
8
  * Author URI: https://wppopupmaker.com
9
  * Text Domain: popup-maker
10
  *
@@ -144,7 +144,7 @@ final class Popup_Maker {
144
  }
145
 
146
  if ( !defined('POPMAKE_VERSION') ) {
147
- define('POPMAKE_VERSION', '1.1.5' );
148
  }
149
 
150
  if ( !defined('POPMAKE_DB_VERSION') ) {
4
  * Plugin URI: https://wppopupmaker.com
5
  * Description: Easily create & style popups with any content. Theme editor to quickly style your popups. Add forms, social media boxes, videos & more.
6
  * Author: Daniel Iser
7
+ * Version: 1.1.6
8
  * Author URI: https://wppopupmaker.com
9
  * Text Domain: popup-maker
10
  *
144
  }
145
 
146
  if ( !defined('POPMAKE_VERSION') ) {
147
+ define('POPMAKE_VERSION', '1.1.6' );
148
  }
149
 
150
  if ( !defined('POPMAKE_DB_VERSION') ) {
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link:
6
  Tags: popup,popups,modal,modals,popup form,form modal,conversion,conversions,dialog box,auto open
7
  Requires at least: 3.4
8
  Tested up to: 4.1
9
- Stable tag: 1.1.5
10
 
11
  License: GNU Version 2 or Any Later Version
12
  Easily turn users into cash using Popup Maker - the most versatile & expansive popup plugin for WordPress!
@@ -22,6 +22,8 @@ Use any of your forms from the most popular form plugins, out-of-the-box, inside
22
  * Ninja Forms
23
  * Contact Form 7
24
 
 
 
25
  [Subscribe to our Newsletter](https://wppopupmaker.com/newsletter-sign-up?utm_source=WordPress+Page&utm_medium=Text+Link&utm_campaign=Newsletter+Signup "Popup Maker Newsletter Sign Up") and receive tutorials and guides tailored to teaching you how to drastically improve your conversion rates using Popup Maker. Also, for a limited time only, sign up and receive Unlimited Themes and Advanced Theme Builder for free, plus 25% off your first purchase from our Extension Marketplace!
26
 
27
  * If you like the plugin please rate & review it! If you love the plugin and want news & updates, follow us on [Twitter](https://twitter.com/wppopupmaker "Popup Maker on Twitter")!
@@ -76,6 +78,10 @@ For more information, visit [Popup Maker](https://wppopupmaker.com?utm_source=Wo
76
 
77
  == Changelog ==
78
 
 
 
 
 
79
  = v1.1.5 =
80
  * Fixed bug when clicking add selected buttons.
81
  * Changed how popmake_popup_is_loadable works. It is now more organized and readable.
6
  Tags: popup,popups,modal,modals,popup form,form modal,conversion,conversions,dialog box,auto open
7
  Requires at least: 3.4
8
  Tested up to: 4.1
9
+ Stable tag: 1.1.6
10
 
11
  License: GNU Version 2 or Any Later Version
12
  Easily turn users into cash using Popup Maker - the most versatile & expansive popup plugin for WordPress!
22
  * Ninja Forms
23
  * Contact Form 7
24
 
25
+ WordPress Developers: We are actively looking for contributors. Both for the core plugin and authors who want to create extensions. If you want to contribute contact via twitter @daniel_iser
26
+
27
  [Subscribe to our Newsletter](https://wppopupmaker.com/newsletter-sign-up?utm_source=WordPress+Page&utm_medium=Text+Link&utm_campaign=Newsletter+Signup "Popup Maker Newsletter Sign Up") and receive tutorials and guides tailored to teaching you how to drastically improve your conversion rates using Popup Maker. Also, for a limited time only, sign up and receive Unlimited Themes and Advanced Theme Builder for free, plus 25% off your first purchase from our Extension Marketplace!
28
 
29
  * If you like the plugin please rate & review it! If you love the plugin and want news & updates, follow us on [Twitter](https://twitter.com/wppopupmaker "Popup Maker on Twitter")!
78
 
79
  == Changelog ==
80
 
81
+ = v1.1.6 =
82
+ * Fixed bug in js not setting correct CSS value for min-width.
83
+ * Changed close link element tag from a > span.
84
+
85
  = v1.1.5 =
86
  * Fixed bug when clicking add selected buttons.
87
  * Changed how popmake_popup_is_loadable works. It is now more organized and readable.