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

Version Description

Download this release

Release Info

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

Code changes from version 1.16.11 to 1.16.12

Files changed (3) hide show
  1. classes/Admin/Support.php +1 -1
  2. popup-maker.php +2 -2
  3. readme.txt +5 -1
classes/Admin/Support.php CHANGED
@@ -53,7 +53,7 @@ class PUM_Admin_Support {
53
  (function ($) {
54
  var frame = $('<iframe scrolling="no">')
55
  .css({height: '535px'})
56
- .attr('src', '<?php echo 'https://api.wppopupmaker.com/dashboard-support/?' . build_query( pum_support_assist_args() ); ?>')
57
  .appendTo('#pum-support-frame');
58
 
59
  frame.iFrameResize({
53
  (function ($) {
54
  var frame = $('<iframe scrolling="no">')
55
  .css({height: '535px'})
56
+ .attr('src', 'https://api.wppopupmaker.com/dashboard-support/')
57
  .appendTo('#pum-support-frame');
58
 
59
  frame.iFrameResize({
popup-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Popup Maker
4
  * Plugin URI: https://wppopupmaker.com/?utm_campaign=plugin-info&utm_source=plugin-header&utm_medium=plugin-uri
5
  * Description: Easily create & style popups with any content. Theme editor to quickly style your popups. Add forms, social media boxes, videos & more.
6
- * Version: 1.16.11
7
  * Author: Popup Maker
8
  * Author URI: https://wppopupmaker.com/?utm_campaign=plugin-info&utm_source=plugin-header&utm_medium=author-uri
9
  * License: GPL2 or later
@@ -99,7 +99,7 @@ class Popup_Maker {
99
  /**
100
  * @var string Plugin Version
101
  */
102
- public static $VER = '1.16.11';
103
 
104
  /**
105
  * @var int DB Version
3
  * Plugin Name: Popup Maker
4
  * Plugin URI: https://wppopupmaker.com/?utm_campaign=plugin-info&utm_source=plugin-header&utm_medium=plugin-uri
5
  * Description: Easily create & style popups with any content. Theme editor to quickly style your popups. Add forms, social media boxes, videos & more.
6
+ * Version: 1.16.12
7
  * Author: Popup Maker
8
  * Author URI: https://wppopupmaker.com/?utm_campaign=plugin-info&utm_source=plugin-header&utm_medium=author-uri
9
  * License: GPL2 or later
99
  /**
100
  * @var string Plugin Version
101
  */
102
+ public static $VER = '1.16.12';
103
 
104
  /**
105
  * @var int DB Version
readme.txt CHANGED
@@ -7,7 +7,7 @@ Tags: marketing, ecommerce, popup, popups, optin, conversion, promotion, pop-up
7
  Requires at least: 4.9
8
  Tested up to: 6.1
9
  Requires PHP: 5.6
10
- Stable tag: 1.16.11
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
@@ -181,6 +181,10 @@ There are several common causes for this, check [this guide for help](https://do
181
 
182
  View our [complete changelog](https://github.com/PopupMaker/Popup-Maker/blob/master/CHANGELOG.md) for up-to-date information on what has been going on with the development of Popup Maker.
183
 
 
 
 
 
184
  = v1.16.11 - 10/25/2022 =
185
 
186
  * Security: Cleaned up mustache js templates usage of unescaped output.
7
  Requires at least: 4.9
8
  Tested up to: 6.1
9
  Requires PHP: 5.6
10
+ Stable tag: 1.16.12
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
181
 
182
  View our [complete changelog](https://github.com/PopupMaker/Popup-Maker/blob/master/CHANGELOG.md) for up-to-date information on what has been going on with the development of Popup Maker.
183
 
184
+ = v1.16.12 - 10/26/2022 =
185
+
186
+ * Improvement: Optimize dashboard support page to load much quicker.
187
+
188
  = v1.16.11 - 10/25/2022 =
189
 
190
  * Security: Cleaned up mustache js templates usage of unescaped output.