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

Version Description

Download this release

Release Info

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

Code changes from version 1.16.13 to 1.16.14

Files changed (2) hide show
  1. popup-maker.php +2 -2
  2. readme.txt +11 -1
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.13
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.13';
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.14
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.14';
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.13
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
@@ -181,6 +181,16 @@ 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.12 - 10/26/2022 =
185
 
186
  * Improvement: Optimize dashboard support page to load much quicker.
7
  Requires at least: 4.9
8
  Tested up to: 6.1
9
  Requires PHP: 5.6
10
+ Stable tag: 1.16.14
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.14 - 11/08/2022 =
185
+
186
+ * Version bump do to release issue.
187
+
188
+ = v1.16.13 - 11/08/2022 =
189
+
190
+ * Improvement: Removed some complex functionalities that were no longer needed but causing intermittent issues.
191
+ * Improvement: Replace wp_remote_post with wp_remote_get for extension API calls to allow caching.
192
+ * Improvement: Fixed low quality images on welcome screen.
193
+
194
  = v1.16.12 - 10/26/2022 =
195
 
196
  * Improvement: Optimize dashboard support page to load much quicker.