-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a Readme, mostly for the changelog
- Loading branch information
Philip John
committed
Mar 20, 2017
1 parent
0a3da62
commit eabb673
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
=== Maintenance Mode === | ||
Contributors: wpcomvip, automattic, benoitchantre, emrikol, philipjohn | ||
Tags: maintenance-mode maintenance | ||
Requires at least: 4.6 | ||
Tested up to: 4.7 | ||
Stable tag: 0.2.0 | ||
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
Shut down your site for a little while and do some maintenance on it! | ||
|
||
== Description == | ||
|
||
Usage: | ||
- Add a template to your theme's root folder called `template-maintenance-mode.php`. | ||
- This should be a simple HTML page that should include the message you want to show your visitors. | ||
- Note: the template should include `wp_head()` and `wp_footer()` calls. | ||
- Add the VIP_MAINTENANCE_MODE constant to your theme and set to `true`. | ||
|
||
== Installation == | ||
|
||
1. Install the plugin. | ||
1. Set the `VIP_MAINTENANCE_MODE` constant to true. | ||
1. Activate. | ||
|
||
== Changelog == | ||
|
||
= 0.2.0 = | ||
* Return a 503 header while maintenance mode is active (props benoitchantre) | ||
* Add an admin bar notice when Maintenance Mode is on (props benoitchantre) | ||
|
||
= 0.1.0 = | ||
* Initial plugin |