Push to 1.0.2
This commit is contained in:
+1
-1
@@ -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,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
@@ -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
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user