Files
ogre-suspension/readme.txt
T
Cooper Dalrymple 478eb5d23a Push to 1.0.2
2026-04-28 08:23:59 -05:00

39 lines
1023 B
Plaintext

=== OgreSuspension ===
Contributors: ogrecooper, cleverogre
Tested up to: 6.8.3
Requires at least: 5.0
Requires PHP: 8.0
Version: 1.0.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Copyright: CleverOgre
Donate link: https://cleverogre.com/
Tags: wordpress, plugin, suspension, lockdown, shutdown, suspend
OgreSuspension will lock down a WordPress instance with a custom suspension page and prevent access to the admin dashboard. Use with caution!
== Installation ==
The required libraries can be installed using the following command:
`composer install`
You can install the optional development tools using the following command:
`npm install`
== FAQ ==
= What is this plugin? =
If you don't know what plugin you have downloaded, please contact [CleverOgre](team@cleverogre.com) for more information.
== Changelog ==
= 1.0.2 - 2026-04-28 =
* Added automatic WP Rocket cache clearing
= 1.0.1 - 2025-12-09 =
* Fix Singleton trait conflict
= 1.0.0 - 2025-10-29 =
* Initial release