diff --git a/composer.json b/composer.json index 4b1a5f0..40ad924 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/inc/integration/class-wp-rocket.php b/inc/integration/class-wp-rocket.php index c3e6094..46ba61f 100644 --- a/inc/integration/class-wp-rocket.php +++ b/inc/integration/class-wp-rocket.php @@ -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; diff --git a/ogre-suspension.php b/ogre-suspension.php index fe34131..3c9a955 100644 --- a/ogre-suspension.php +++ b/ogre-suspension.php @@ -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 diff --git a/package.json b/package.json index 35c5a3b..c49466f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index 6c29014..4f254c2 100644 --- a/readme.txt +++ b/readme.txt @@ -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