EZP Maintenance Mode - Version 0.6.6

Version Description

  • Cleaned up UI
Download this release

Release Info

Developer bobriley
Plugin Icon 128x128 EZP Maintenance Mode
Version 0.6.6
Comparing to
See all releases

Code changes from version 0.6.5 to 0.6.6

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.5"; // RSR Version
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.6"; // 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.5
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.6
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</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>";
@@ -54,16 +54,11 @@
54
  <?php
55
  submit_button();
56
  ?>
57
- <p style="margin-top:0; margin-bottom: 15px; color: #dd3d36; background-color: white; padding: 3px; font-weight: bold; border: #dd3d36 1px solid;">Email collection, countdown timer and more flexibility is available in <a style="color:rgb(48, 100, 48)" target="_blank" href="http://easypiewp.com/coming-soon-page-elite-mm/">our ELITE product!</a></p>
58
  <a href="http://easypiewp.com/easy-pie-maintenance-mode-faq/" target="_blank"><?php $this->_e('Plugin FAQ'); ?></a>
59
  |
60
- <a href="http://easypiewp.com/about/" target="_blank"><?php $this->_e('Feature Request'); ?></a>
61
- |
62
- <a href="http://easypiewp.com/about/" target="_blank"><?php $this->_e('Report Bug'); ?></a>
63
- |
64
- <a href="http://wordpress.org/support/view/plugin-reviews/easy-pie-maintenance-mode" target="_blank"><?php $this->_e('Write Review'); ?></a>
65
- |
66
  <a href="mailto:bob@easypiewp.com" target="_blank"><?php $this->_e('Contact Bob'); ?></a>
 
 
67
  </form>
68
  </div>
69
  </div>
11
  <div class="wrap">
12
 
13
  <?php screen_icon(Easy_Pie_MM_Constants::PLUGIN_SLUG); ?>
14
+ <h2>Easy Pie Maintenance Mode <a target="_blank" href="https://easypiewp.com/coming-soon-page-elite-mm?header" style="font-size: 9px; font-weight:bold; color:red;margin-left: 3px;"><?php Easy_Pie_MM_Utility::_e('GO PRO!'); ?></a></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>";
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>
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.5
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.5 =
105
  * Small tweaks
106
 
@@ -134,6 +137,9 @@ Then, please [let me know](mailto:bob@easypiewp.com) what's going on, with as mu
134
 
135
  == Upgrade Notice ==
136
 
 
 
 
137
  = 0.6.5 =
138
  Small tweaks
139
 
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.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
101
 
102
  == Changelog ==
103
 
104
+ = 0.6.6 =
105
+ * Cleaned up UI
106
+
107
  = 0.6.5 =
108
  * Small tweaks
109
 
137
 
138
  == Upgrade Notice ==
139
 
140
+ = 0.6.6 =
141
+ Cleaned up UI
142
+
143
  = 0.6.5 =
144
  Small tweaks
145