Version Description
- UI tweaks
Download this release
Release Info
Developer | bobriley |
Plugin | EZP Maintenance Mode |
Version | 0.6.7 |
Comparing to | |
See all releases |
Code changes from version 0.6.6 to 0.6.7
- classes/class-easy-pie-mm-constants.php +1 -1
- easy-pie-maintenance-mode.php +1 -1
- pages/page-options.php +6 -3
- readme.txt +7 -1
classes/class-easy-pie-mm-constants.php
CHANGED
@@ -35,7 +35,7 @@ if (!class_exists('Easy_Pie_MM_Constants')) {
|
|
35 |
const OPTION_NAME = 'easy-pie-mm-options';
|
36 |
const MAIN_PAGE_KEY = 'easy-pie-mm-main-page';
|
37 |
const PLUGIN_SLUG = 'easy-pie-maintenance-mode';
|
38 |
-
const PLUGIN_VERSION = "0.6.
|
39 |
|
40 |
/* Pseudo constants */
|
41 |
|
35 |
const OPTION_NAME = 'easy-pie-mm-options';
|
36 |
const MAIN_PAGE_KEY = 'easy-pie-mm-main-page';
|
37 |
const PLUGIN_SLUG = 'easy-pie-maintenance-mode';
|
38 |
+
const PLUGIN_VERSION = "0.6.7"; // RSR Version
|
39 |
|
40 |
/* Pseudo constants */
|
41 |
|
easy-pie-maintenance-mode.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Easy Pie Maintenance Mode
|
4 |
Plugin URI: http://easypiewp.com/easy-pie-maintenance-mode-faq/
|
5 |
Description: Lets people know that your site is temporarily down.
|
6 |
-
Version: 0.6.
|
7 |
Author: Bob Riley
|
8 |
Author URI: http://www.easypiewp.com
|
9 |
Text Domain: easy-pie-maintenance-mode
|
3 |
Plugin Name: Easy Pie Maintenance Mode
|
4 |
Plugin URI: http://easypiewp.com/easy-pie-maintenance-mode-faq/
|
5 |
Description: Lets people know that your site is temporarily down.
|
6 |
+
Version: 0.6.7
|
7 |
Author: Bob Riley
|
8 |
Author URI: http://www.easypiewp.com
|
9 |
Text Domain: easy-pie-maintenance-mode
|
pages/page-options.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<div class="wrap">
|
12 |
|
13 |
<?php screen_icon(Easy_Pie_MM_Constants::PLUGIN_SLUG); ?>
|
14 |
-
<h2>Easy Pie Maintenance Mode
|
15 |
<?php
|
16 |
if (isset($_GET['settings-updated'])) {
|
17 |
echo "<div class='updated'><p>" . Easy_Pie_MM_Utility::__('If you have a caching plugin, be sure to clear the cache!') . "</p></div>";
|
@@ -51,14 +51,17 @@
|
|
51 |
</tr>
|
52 |
</table>
|
53 |
</div>
|
|
|
|
|
|
|
|
|
54 |
<?php
|
55 |
submit_button();
|
56 |
?>
|
|
|
57 |
<a href="http://easypiewp.com/easy-pie-maintenance-mode-faq/" target="_blank"><?php $this->_e('Plugin FAQ'); ?></a>
|
58 |
|
|
59 |
<a href="mailto:bob@easypiewp.com" target="_blank"><?php $this->_e('Contact Bob'); ?></a>
|
60 |
-
|
|
61 |
-
<a href="https://easypiewp.com/coming-soon-page-elite-mm?footer" target="_blank" style="color: red; font-weight: bold;"><?php $this->_e('GO PRO!'); ?></a>
|
62 |
</form>
|
63 |
</div>
|
64 |
</div>
|
11 |
<div class="wrap">
|
12 |
|
13 |
<?php screen_icon(Easy_Pie_MM_Constants::PLUGIN_SLUG); ?>
|
14 |
+
<h2>Easy Pie Maintenance Mode</h2>
|
15 |
<?php
|
16 |
if (isset($_GET['settings-updated'])) {
|
17 |
echo "<div class='updated'><p>" . Easy_Pie_MM_Utility::__('If you have a caching plugin, be sure to clear the cache!') . "</p></div>";
|
51 |
</tr>
|
52 |
</table>
|
53 |
</div>
|
54 |
+
|
55 |
+
<div style="margin-top:30px; margin-bottom:25px; border-radius:4px; box-shadow: 1px 6px 36px -5px rgba(34,34,34,1);width: 514px; color: rgb(200, 22, 22); background-color: white;font-weight: bold;border: red solid 1px;padding: 5px;">Custom backgrounds, email collection, social media and more <a href="https://easypiewp.com/coming-soon-page-elite-mm?footerfixed" target="_blank">in our Pro product!</a>
|
56 |
+
</div>
|
57 |
+
|
58 |
<?php
|
59 |
submit_button();
|
60 |
?>
|
61 |
+
|
62 |
<a href="http://easypiewp.com/easy-pie-maintenance-mode-faq/" target="_blank"><?php $this->_e('Plugin FAQ'); ?></a>
|
63 |
|
|
64 |
<a href="mailto:bob@easypiewp.com" target="_blank"><?php $this->_e('Contact Bob'); ?></a>
|
|
|
|
|
65 |
</form>
|
66 |
</div>
|
67 |
</div>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://easypiewp.com/donate/
|
|
4 |
Tags: maintenance, admin, administration, construction, under construction, maintenance mode, offline, unavailable, launch, wordpress maintenance mode, site maintenance
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.1.1
|
7 |
-
Stable tag: 0.6.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -101,6 +101,9 @@ Then, please [let me know](mailto:bob@easypiewp.com) what's going on, with as mu
|
|
101 |
|
102 |
== Changelog ==
|
103 |
|
|
|
|
|
|
|
104 |
= 0.6.6 =
|
105 |
* Cleaned up UI
|
106 |
|
@@ -137,6 +140,9 @@ Then, please [let me know](mailto:bob@easypiewp.com) what's going on, with as mu
|
|
137 |
|
138 |
== Upgrade Notice ==
|
139 |
|
|
|
|
|
|
|
140 |
= 0.6.6 =
|
141 |
Cleaned up UI
|
142 |
|
4 |
Tags: maintenance, admin, administration, construction, under construction, maintenance mode, offline, unavailable, launch, wordpress maintenance mode, site maintenance
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.1.1
|
7 |
+
Stable tag: 0.6.7
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
101 |
|
102 |
== Changelog ==
|
103 |
|
104 |
+
= 0.6.7 =
|
105 |
+
* UI tweaks
|
106 |
+
|
107 |
= 0.6.6 =
|
108 |
* Cleaned up UI
|
109 |
|
140 |
|
141 |
== Upgrade Notice ==
|
142 |
|
143 |
+
= 0.6.7 =
|
144 |
+
UI tweaks
|
145 |
+
|
146 |
= 0.6.6 =
|
147 |
Cleaned up UI
|
148 |
|