diff --git a/composer.json b/composer.json index 13fa2da..4b1a5f0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "$schema": "https://getcomposer.org/schema.json", "name": "cleverogre/ogre-suspension", - "version": "1.0.0", + "version": "1.0.1", "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/ogre-suspension.php b/ogre-suspension.php index 8bae32b..5e6f0db 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.0 +Version: 1.0.1 Author: CleverOgre Author URI: https://cleverogre.com/ Text Domain: ogre-suspension diff --git a/package-lock.json b/package-lock.json index 229bad5..08587ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1827,6 +1827,7 @@ "integrity": "sha512-PErok3DZSA5WGMd6XXV3IRNO0mlB+wW3OzhFJLEec1jSERg2j1bxJ6e5Fh6N6fn3FH2T9AP4UYNb/pYlADB9sA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "glob-watcher": "^6.0.0", "gulp-cli": "^3.1.0", diff --git a/package.json b/package.json index 44dbc8a..35c5a3b 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.0", + "version": "1.0.1", "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 a4b4c88..6c29014 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.0 +Version: 1.0.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Copyright: CleverOgre @@ -28,5 +28,8 @@ If you don't know what plugin you have downloaded, please contact [CleverOgre](t == Changelog == += 1.0.1 - 2025-12-09 = +* Fix Singleton trait conflict + = 1.0.0 - 2025-10-29 = * Initial release