Version Description
Download this release
Release Info
Developer | danieliser |
Plugin | Popup Maker – Popup Forms, Optins & More |
Version | 1.7.24 |
Comparing to | |
See all releases |
Code changes from version 1.7.23 to 1.7.24
- classes/DB/Subscribers.php +1 -1
- includes/class-pum.php +1 -1
- popup-maker.php +2 -2
- readme.txt +5 -2
classes/DB/Subscribers.php
CHANGED
@@ -22,7 +22,7 @@ class PUM_DB_Subscribers extends PUM_Abstract_Database {
|
|
22 |
/**
|
23 |
* The version of our database table
|
24 |
*/
|
25 |
-
public $version =
|
26 |
|
27 |
/**
|
28 |
* The name of the primary column
|
22 |
/**
|
23 |
* The version of our database table
|
24 |
*/
|
25 |
+
public $version = 3;
|
26 |
|
27 |
/**
|
28 |
* The name of the primary column
|
includes/class-pum.php
CHANGED
@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
7 |
|
8 |
class PUM {
|
9 |
|
10 |
-
const VER = '1.7.
|
11 |
|
12 |
const DB_VER = 8;
|
13 |
|
7 |
|
8 |
class PUM {
|
9 |
|
10 |
+
const VER = '1.7.24';
|
11 |
|
12 |
const DB_VER = 8;
|
13 |
|
popup-maker.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&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 |
* Author: WP Popup Maker
|
7 |
-
* Version: 1.7.
|
8 |
* Author URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=author-uri
|
9 |
* Text Domain: popup-maker
|
10 |
*
|
@@ -93,7 +93,7 @@ class Popup_Maker {
|
|
93 |
/**
|
94 |
* @var string Plugin Version
|
95 |
*/
|
96 |
-
public static $VER = '1.7.
|
97 |
|
98 |
/**
|
99 |
* @var int DB Version
|
4 |
* Plugin URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&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 |
* Author: WP Popup Maker
|
7 |
+
* Version: 1.7.24
|
8 |
* Author URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=author-uri
|
9 |
* Text Domain: popup-maker
|
10 |
*
|
93 |
/**
|
94 |
* @var string Plugin Version
|
95 |
*/
|
96 |
+
public static $VER = '1.7.24';
|
97 |
|
98 |
/**
|
99 |
* @var int DB Version
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Donate link:
|
|
6 |
Tags: marketing, popup, popups, optin, advertising, conversion, responsive popups, promotion, popover, pop-up, pop over, lightbox, conversion, modal
|
7 |
Requires at least: 3.6
|
8 |
Tested up to: 4.9.6
|
9 |
-
Stable tag: 1.7.
|
10 |
License: GNU Version 3 or Any Later Version
|
11 |
|
12 |
Everything you need to create unique user experiences. Insert forms & other content from your favorite plugins to create custom responsive popups.
|
@@ -101,6 +101,9 @@ There are several common causes for this which include:
|
|
101 |
|
102 |
== Changelog ==
|
103 |
|
|
|
|
|
|
|
104 |
= v1.7.23 - 06/04/2018 =
|
105 |
* Improvement: Converted cookie privacy info to tabular rendering.
|
106 |
* Tweak: Improved update notice text.
|
@@ -777,4 +780,4 @@ Lastly we now have include our extendable subscription forms right in the free v
|
|
777 |
* Misc Admin changes, including new filters/hooks for upcoming extensions.
|
778 |
|
779 |
= v1.0.0 =
|
780 |
-
* Initial Release
|
6 |
Tags: marketing, popup, popups, optin, advertising, conversion, responsive popups, promotion, popover, pop-up, pop over, lightbox, conversion, modal
|
7 |
Requires at least: 3.6
|
8 |
Tested up to: 4.9.6
|
9 |
+
Stable tag: 1.7.24
|
10 |
License: GNU Version 3 or Any Later Version
|
11 |
|
12 |
Everything you need to create unique user experiences. Insert forms & other content from your favorite plugins to create custom responsive popups.
|
101 |
|
102 |
== Changelog ==
|
103 |
|
104 |
+
= v1.7.24 - 06/04/2018 =
|
105 |
+
* Tweak: Updated subscriber table for existing sites that failed to add it properly before.
|
106 |
+
|
107 |
= v1.7.23 - 06/04/2018 =
|
108 |
* Improvement: Converted cookie privacy info to tabular rendering.
|
109 |
* Tweak: Improved update notice text.
|
780 |
* Misc Admin changes, including new filters/hooks for upcoming extensions.
|
781 |
|
782 |
= v1.0.0 =
|
783 |
+
* Initial Release
|