EZP Maintenance Mode - Version 0.6.5

Version Description

  • Small tweaks
Download this release

Release Info

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

Code changes from version 0.6.4 to 0.6.5

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.4"; // 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.5"; // 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.4
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.5
7
  Author: Bob Riley
8
  Author URI: http://www.easypiewp.com
9
  Text Domain: easy-pie-maintenance-mode
pages/page-options.php CHANGED
@@ -4,6 +4,10 @@
4
  * and open the template in the editor.
5
  */
6
  ?>
 
 
 
 
7
  <div class="wrap">
8
 
9
  <?php screen_icon(Easy_Pie_MM_Constants::PLUGIN_SLUG); ?>
@@ -15,7 +19,7 @@
15
 
16
  $option_array = get_option(Easy_Pie_MM_Constants::OPTION_NAME);
17
  ?>
18
- <div class="inside">
19
  <form method="post" action="options.php">
20
  <?php
21
  settings_fields(Easy_Pie_MM_Constants::MAIN_PAGE_KEY);
@@ -23,7 +27,7 @@
23
  ?>
24
  <div style="margin-top: 25px; width:784px" class="postbox easy-pie-mm-toggle">
25
  <div class="handlediv" title="Click to toggle" onclick="easyPie.MM.toggleAdvancedBox();"><br></div>
26
- <h3 style="height:25px; margin-bottom:0px; padding-left: 10px; padding-top:9px;" class="hndl" onclick="easyPie.MM.toggleAdvancedBox();"><span style="font-weight:bold"><?php Easy_Pie_MM_Utility::_e('Advanced Settings'); ?><span></h3>
27
  <table id="easy-pie-mm-advanced" style="display:none" class="form-table">
28
  <tr valign="top">
29
  <th scope="row" style="padding-left:9px;"><?php Easy_Pie_MM_Utility::_e("Custom CSS") ?></th><td>
@@ -50,7 +54,7 @@
50
  <?php
51
  submit_button();
52
  ?>
53
-
54
  <a href="http://easypiewp.com/easy-pie-maintenance-mode-faq/" target="_blank"><?php $this->_e('Plugin FAQ'); ?></a>
55
  |
56
  <a href="http://easypiewp.com/about/" target="_blank"><?php $this->_e('Feature Request'); ?></a>
4
  * and open the template in the editor.
5
  */
6
  ?>
7
+ <style>
8
+ p.submit { padding-bottom: 12px!important; }
9
+ </style>
10
+
11
  <div class="wrap">
12
 
13
  <?php screen_icon(Easy_Pie_MM_Constants::PLUGIN_SLUG); ?>
19
 
20
  $option_array = get_option(Easy_Pie_MM_Constants::OPTION_NAME);
21
  ?>
22
+ <div class="inside">
23
  <form method="post" action="options.php">
24
  <?php
25
  settings_fields(Easy_Pie_MM_Constants::MAIN_PAGE_KEY);
27
  ?>
28
  <div style="margin-top: 25px; width:784px" class="postbox easy-pie-mm-toggle">
29
  <div class="handlediv" title="Click to toggle" onclick="easyPie.MM.toggleAdvancedBox();"><br></div>
30
+ <h3 style="cursor:pointer; height:25px; margin-bottom:0px; padding-left: 10px; padding-top:0px;" class="hndl" onclick="easyPie.MM.toggleAdvancedBox();"><span style="font-weight:bold"><?php Easy_Pie_MM_Utility::_e('Advanced Settings'); ?><span></h3>
31
  <table id="easy-pie-mm-advanced" style="display:none" class="form-table">
32
  <tr valign="top">
33
  <th scope="row" style="padding-left:9px;"><?php Easy_Pie_MM_Utility::_e("Custom CSS") ?></th><td>
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>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bobriley
3
  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
7
- Stable tag: 0.6.4
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.4 =
105
  * Bug fix for WordPress 3.5.1 compatibility
106
 
@@ -131,6 +134,9 @@ Then, please [let me know](mailto:bob@easypiewp.com) what's going on, with as mu
131
 
132
  == Upgrade Notice ==
133
 
 
 
 
134
  = 0.6.4 =
135
  WordPress 3.5.1 compatibility fix
136
 
3
  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
 
102
  == Changelog ==
103
 
104
+ = 0.6.5 =
105
+ * Small tweaks
106
+
107
  = 0.6.4 =
108
  * Bug fix for WordPress 3.5.1 compatibility
109
 
134
 
135
  == Upgrade Notice ==
136
 
137
+ = 0.6.5 =
138
+ Small tweaks
139
+
140
  = 0.6.4 =
141
  WordPress 3.5.1 compatibility fix
142