Update version to 1.0.1

This commit is contained in:
Cooper Dalrymple
2025-12-09 18:01:24 -06:00
parent 551ee45db1
commit 395e3f3c39
5 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://getcomposer.org/schema.json", "$schema": "https://getcomposer.org/schema.json",
"name": "cleverogre/ogre-suspension", "name": "cleverogre/ogre-suspension",
"version": "1.0.0", "version": "1.0.1",
"title": "OgreSuspension", "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!", "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", "author": "CleverOgre",

View File

@@ -3,7 +3,7 @@
Plugin Name: OgreSuspension Plugin Name: OgreSuspension
Plugin URI: https://git.cleverogre.com/cleverogre/ogre-suspension 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! 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: CleverOgre
Author URI: https://cleverogre.com/ Author URI: https://cleverogre.com/
Text Domain: ogre-suspension Text Domain: ogre-suspension

1
package-lock.json generated
View File

@@ -1827,6 +1827,7 @@
"integrity": "sha512-PErok3DZSA5WGMd6XXV3IRNO0mlB+wW3OzhFJLEec1jSERg2j1bxJ6e5Fh6N6fn3FH2T9AP4UYNb/pYlADB9sA==", "integrity": "sha512-PErok3DZSA5WGMd6XXV3IRNO0mlB+wW3OzhFJLEec1jSERg2j1bxJ6e5Fh6N6fn3FH2T9AP4UYNb/pYlADB9sA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"glob-watcher": "^6.0.0", "glob-watcher": "^6.0.0",
"gulp-cli": "^3.1.0", "gulp-cli": "^3.1.0",

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://www.schemastore.org/package.json", "$schema": "https://www.schemastore.org/package.json",
"name": "cleverogre/ogre-suspension", "name": "cleverogre/ogre-suspension",
"version": "1.0.0", "version": "1.0.1",
"title": "OgreSuspension", "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!", "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", "author": "CleverOgre",

View File

@@ -3,7 +3,7 @@ Contributors: ogrecooper, cleverogre
Tested up to: 6.8.3 Tested up to: 6.8.3
Requires at least: 5.0 Requires at least: 5.0
Requires PHP: 8.0 Requires PHP: 8.0
Version: 1.0.0 Version: 1.0.1
License: GPLv3 or later License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html License URI: https://www.gnu.org/licenses/gpl-3.0.html
Copyright: CleverOgre Copyright: CleverOgre
@@ -28,5 +28,8 @@ If you don't know what plugin you have downloaded, please contact [CleverOgre](t
== Changelog == == Changelog ==
= 1.0.1 - 2025-12-09 =
* Fix Singleton trait conflict
= 1.0.0 - 2025-10-29 = = 1.0.0 - 2025-10-29 =
* Initial release * Initial release