Skip to content

Commit eabb673

Browse files
author
Philip John
committed
Add a Readme, mostly for the changelog
1 parent 0a3da62 commit eabb673

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

readme.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
=== Maintenance Mode ===
2+
Contributors: wpcomvip, automattic, benoitchantre, emrikol, philipjohn
3+
Tags: maintenance-mode maintenance
4+
Requires at least: 4.6
5+
Tested up to: 4.7
6+
Stable tag: 0.2.0
7+
License: GPLv2 or later
8+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
9+
10+
Shut down your site for a little while and do some maintenance on it!
11+
12+
== Description ==
13+
14+
Usage:
15+
- Add a template to your theme's root folder called `template-maintenance-mode.php`.
16+
- This should be a simple HTML page that should include the message you want to show your visitors.
17+
- Note: the template should include `wp_head()` and `wp_footer()` calls.
18+
- Add the VIP_MAINTENANCE_MODE constant to your theme and set to `true`.
19+
20+
== Installation ==
21+
22+
1. Install the plugin.
23+
1. Set the `VIP_MAINTENANCE_MODE` constant to true.
24+
1. Activate.
25+
26+
== Changelog ==
27+
28+
= 0.2.0 =
29+
* Return a 503 header while maintenance mode is active (props benoitchantre)
30+
* Add an admin bar notice when Maintenance Mode is on (props benoitchantre)
31+
32+
= 0.1.0 =
33+
* Initial plugin

0 commit comments

Comments
 (0)