-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
30 lines (20 loc) · 875 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=== WP Site Maintenance ===
Tags: maintenance
License: BSD-3-Clause license
License URI: https://opensource.org/licenses/BSD-3-Clause
Toggle maintenance mode and customize the maintenance screen.
== Description ==
WP Site Maintenance is a WordPress plugin that enables you to toggle maintenance mode and customize the maintenance screen. Administrators retain full access to the site during maintenance.
Usage:
- To activate maintenance mode, just set `WPSITEMAINT_IN_MAINTENANCE` to true in your wp-config.php file.
- To customize the maintenance screen, simply add `wp-config/maintenance.php`.
== Changelog ==
= 0.1.1 =
* Prevent accidental update overrides with WordPress.org plugins
= 0.1.0 =
* Initial release.
== Upgrade Notice ==
= 0.1.1 =
* Prevent accidental update overrides with WordPress.org plugins
= 0.1.0 =
* This is the first release of the plugin.