Version Description
- Removed test api
Download this release
Release Info
Developer | bobriley |
Plugin | EZP Coming Soon Page |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- classes/class-ezp-cs-constants.php +1 -1
- classes/class-ezp-cs.php +1 -1
- easy-pie-coming-soon.php +1 -1
- readme.txt +7 -1
classes/class-ezp-cs-constants.php
CHANGED
@@ -32,7 +32,7 @@ if (!class_exists('EZP_CS_Constants')) {
|
|
32 |
const COMPOUND_OPTION_NAME = 'easy-pie-cs-options';
|
33 |
const MAIN_PAGE_KEY = 'easy-pie-cs-main-page';
|
34 |
const PLUGIN_SLUG = 'easy-pie-coming-soon';
|
35 |
-
const PLUGIN_VERSION = "1.0.
|
36 |
|
37 |
|
38 |
|
32 |
const COMPOUND_OPTION_NAME = 'easy-pie-cs-options';
|
33 |
const MAIN_PAGE_KEY = 'easy-pie-cs-main-page';
|
34 |
const PLUGIN_SLUG = 'easy-pie-coming-soon';
|
35 |
+
const PLUGIN_VERSION = "1.0.7"; // RSR Version
|
36 |
|
37 |
|
38 |
|
classes/class-ezp-cs.php
CHANGED
@@ -240,7 +240,7 @@ if (!class_exists('EZP_CS'))
|
|
240 |
switch ($type)
|
241 |
{
|
242 |
case 'add_subscribers':
|
243 |
-
|
244 |
break;
|
245 |
|
246 |
default:
|
240 |
switch ($type)
|
241 |
{
|
242 |
case 'add_subscribers':
|
243 |
+
// EZP_CS_Test_Utility::add_test_subscribers($post);
|
244 |
break;
|
245 |
|
246 |
default:
|
easy-pie-coming-soon.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: EZP Coming Soon Page
|
4 |
Plugin URI: https://snapcreek.com/easy-pie-coming-soon-faq/
|
5 |
Description: Let people know that your site is 'coming soon'. Visitors can submit their email addresses for future notification.
|
6 |
-
Version: 1.0.
|
7 |
Author: Snap Creek Software
|
8 |
Author URI: https://snapcreek.com/ezp-coming-soon/
|
9 |
Text Domain: easy-pie-coming-soon
|
3 |
Plugin Name: EZP Coming Soon Page
|
4 |
Plugin URI: https://snapcreek.com/easy-pie-coming-soon-faq/
|
5 |
Description: Let people know that your site is 'coming soon'. Visitors can submit their email addresses for future notification.
|
6 |
+
Version: 1.0.7
|
7 |
Author: Snap Creek Software
|
8 |
Author URI: https://snapcreek.com/ezp-coming-soon/
|
9 |
Text Domain: easy-pie-coming-soon
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://easypiewp.com/donate/
|
|
4 |
Tags: admin, admin maintenance, maintenance page, coming soon, coming soon page, squeeze page, landing page, launch, launch page, maintenance, maintenance mode, offline, unavailable, under construction, underconstruction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, easypie, easy pie
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.7.4
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -95,6 +95,9 @@ For the FAQ on EZP Coming Soon Page please visit the [Snap Creek Website](https:
|
|
95 |
|
96 |
== Changelog ==
|
97 |
|
|
|
|
|
|
|
98 |
= 1.0.6 =
|
99 |
* Added simple spam protection
|
100 |
|
@@ -162,6 +165,9 @@ For the FAQ on EZP Coming Soon Page please visit the [Snap Creek Website](https:
|
|
162 |
|
163 |
== Upgrade Notice ==
|
164 |
|
|
|
|
|
|
|
165 |
= 1.0.6 =
|
166 |
* Added simple spam protection
|
167 |
|
4 |
Tags: admin, admin maintenance, maintenance page, coming soon, coming soon page, squeeze page, landing page, launch, launch page, maintenance, maintenance mode, offline, unavailable, under construction, underconstruction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, easypie, easy pie
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.7.4
|
7 |
+
Stable tag: 1.0.7
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
95 |
|
96 |
== Changelog ==
|
97 |
|
98 |
+
= 1.0.7 =
|
99 |
+
* Removed test api
|
100 |
+
|
101 |
= 1.0.6 =
|
102 |
* Added simple spam protection
|
103 |
|
165 |
|
166 |
== Upgrade Notice ==
|
167 |
|
168 |
+
= 1.0.7 =
|
169 |
+
* Removed test api
|
170 |
+
|
171 |
= 1.0.6 =
|
172 |
* Added simple spam protection
|
173 |
|