Version Description
- Removed calls to deprecated function screen_icon()
Download this release
Release Info
Developer | bobriley |
Plugin | EZP Coming Soon Page |
Version | 1.0.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.7.1
- classes/class-ezp-cs-constants.php +1 -1
- easy-pie-coming-soon.php +2 -2
- pages/page-options-settings.php +0 -1
- pages/page-options.php +0 -1
- pages/page-subscribers.php +1 -2
- readme.txt +9 -2
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.7"; // RSR Version
|
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.1"; // RSR Version
|
36 |
|
37 |
|
38 |
|
easy-pie-coming-soon.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: EZP Coming Soon Page
|
4 |
-
Plugin URI: https://snapcreek.com/
|
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
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: EZP Coming Soon Page
|
4 |
+
Plugin URI: https://snapcreek.com/ezp-coming-soon/
|
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.1
|
7 |
Author: Snap Creek Software
|
8 |
Author URI: https://snapcreek.com/ezp-coming-soon/
|
9 |
Text Domain: easy-pie-coming-soon
|
pages/page-options-settings.php
CHANGED
@@ -9,7 +9,6 @@
|
|
9 |
</style>
|
10 |
|
11 |
<div class="wrap">
|
12 |
-
<?php screen_icon(EZP_CS_Constants::PLUGIN_SLUG); ?>
|
13 |
<h2><?php EZP_CS_Utility::_e('Settings') ?></h2>
|
14 |
|
15 |
<form id="easy-pie-cs-main-form" method="post" action="<?php echo admin_url('admin.php?page=' . EZP_CS_Constants::$SETTINGS_SUBMENU_SLUG); ?>" >
|
9 |
</style>
|
10 |
|
11 |
<div class="wrap">
|
|
|
12 |
<h2><?php EZP_CS_Utility::_e('Settings') ?></h2>
|
13 |
|
14 |
<form id="easy-pie-cs-main-form" method="post" action="<?php echo admin_url('admin.php?page=' . EZP_CS_Constants::$SETTINGS_SUBMENU_SLUG); ?>" >
|
pages/page-options.php
CHANGED
@@ -32,7 +32,6 @@ if (isset($_GET['tab'])) {
|
|
32 |
|
33 |
<div class="wrap">
|
34 |
|
35 |
-
<?php screen_icon(EZP_CS_Constants::PLUGIN_SLUG); ?>
|
36 |
<h2><?php EZP_CS_Utility::_e('Template'); ?></h2>
|
37 |
<?php
|
38 |
if (isset($_GET['settings-updated'])) {
|
32 |
|
33 |
<div class="wrap">
|
34 |
|
|
|
35 |
<h2><?php EZP_CS_Utility::_e('Template'); ?></h2>
|
36 |
<?php
|
37 |
if (isset($_GET['settings-updated'])) {
|
pages/page-subscribers.php
CHANGED
@@ -20,8 +20,7 @@ if (isset($_GET['tab'])) {
|
|
20 |
</style>
|
21 |
|
22 |
<div class="wrap">
|
23 |
-
|
24 |
-
<?php screen_icon(EZP_CS_Constants::PLUGIN_SLUG); ?>
|
25 |
<h2><?php EZP_CS_Utility::_e('Subscriber Management'); ?></h2>
|
26 |
<?php
|
27 |
$global = EZP_CS_Global_Entity::get_instance();
|
20 |
</style>
|
21 |
|
22 |
<div class="wrap">
|
23 |
+
|
|
|
24 |
<h2><?php EZP_CS_Utility::_e('Subscriber Management'); ?></h2>
|
25 |
<?php
|
26 |
$global = EZP_CS_Global_Entity::get_instance();
|
readme.txt
CHANGED
@@ -3,8 +3,9 @@ Contributors: bobriley, corylamleorg
|
|
3 |
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:
|
7 |
-
|
|
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -95,6 +96,9 @@ For the FAQ on EZP Coming Soon Page please visit the [Snap Creek Website](https:
|
|
95 |
|
96 |
== Changelog ==
|
97 |
|
|
|
|
|
|
|
98 |
= 1.0.7 =
|
99 |
* Removed test api
|
100 |
|
@@ -165,6 +169,9 @@ For the FAQ on EZP Coming Soon Page please visit the [Snap Creek Website](https:
|
|
165 |
|
166 |
== Upgrade Notice ==
|
167 |
|
|
|
|
|
|
|
168 |
= 1.0.7 =
|
169 |
* Removed test api
|
170 |
|
3 |
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: 5.7.2
|
7 |
+
Requires PHP: 5.2.17
|
8 |
+
Stable tag: 1.0.7.1
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
96 |
|
97 |
== Changelog ==
|
98 |
|
99 |
+
= 1.0.7.1 =
|
100 |
+
* Removed calls to deprecated function screen_icon()
|
101 |
+
|
102 |
= 1.0.7 =
|
103 |
* Removed test api
|
104 |
|
169 |
|
170 |
== Upgrade Notice ==
|
171 |
|
172 |
+
= 1.0.7.1 =
|
173 |
+
* Removed calls to deprecated function screen_icon()
|
174 |
+
|
175 |
= 1.0.7 =
|
176 |
* Removed test api
|
177 |
|