Support for WP Rocket #2

Merged
ogrecooper merged 5 commits from wp-rocket into main 2026-04-28 13:27:51 +00:00
5 changed files with 9 additions and 6 deletions
Showing only changes of commit 478eb5d23a - Show all commits
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "cleverogre/ogre-suspension",
"version": "1.0.1",
"version": "1.0.2",
"title": "OgreSuspension",
"description": "OgreSuspension will lock down a WordPress instance with a custom suspension page and prevent access to the admin dashboard. Use with caution!",
"author": "CleverOgre",
+2 -2
View File
@@ -2,8 +2,8 @@
/**
* @package ogre-suspension
* @author cleverogre
* @version 1.0.0
* @since 1.0.0
* @version 1.0.2
* @since 1.0.2
*/
namespace Ogre\Suspension\Integration;
+1 -1
View File
@@ -3,7 +3,7 @@
Plugin Name: OgreSuspension
Plugin URI: https://git.cleverogre.com/cleverogre/ogre-suspension
Description: OgreSuspension will lock down a WordPress instance with a custom suspension page and prevent access to the admin dashboard. Use with caution!
Version: 1.0.1
Version: 1.0.2
Author: CleverOgre
Author URI: https://cleverogre.com/
Text Domain: ogre-suspension
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://www.schemastore.org/package.json",
"name": "cleverogre/ogre-suspension",
"version": "1.0.1",
"version": "1.0.2",
"title": "OgreSuspension",
"description": "OgreSuspension will lock down a WordPress instance with a custom suspension page and prevent access to the admin dashboard. Use with caution!",
"author": "CleverOgre",
+4 -1
View File
@@ -3,7 +3,7 @@ Contributors: ogrecooper, cleverogre
Tested up to: 6.8.3
Requires at least: 5.0
Requires PHP: 8.0
Version: 1.0.1
Version: 1.0.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Copyright: CleverOgre
@@ -28,6 +28,9 @@ If you don't know what plugin you have downloaded, please contact [CleverOgre](t
== Changelog ==
= 1.0.2 - 2026-04-28 =
* Added automatic WP Rocket cache clearing
= 1.0.1 - 2025-12-09 =
* Fix Singleton trait conflict