Setup build procedure
Some checks failed
Validate Build / validate-build (push) Failing after 34s
Gitea Release Actions / upload-release-assets (release) Failing after 32s

This commit is contained in:
Cooper Dalrymple
2025-10-29 13:11:02 -05:00
parent 8938a25d2a
commit b72a0584ba
7 changed files with 287 additions and 39 deletions

View File

@@ -1,18 +1,18 @@
{
"$schema": "https://www.schemastore.org/package.json",
"name": "cleverogre/ogre-suspension",
"version": "1.0.0",
"title": "OgreSuspension",
"name": "cleverogre/ogre-suspension",
"version": "1.0.0",
"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",
"author": "CleverOgre",
"license": "GPL-3.0+",
"keywords": [
"WordPress",
"WordPress",
"Plugin",
"suspension",
"lockdown",
"shutdown",
"suspend"
"suspension",
"lockdown",
"shutdown",
"suspend"
],
"homepage": "https://cleverogre.com",
"engines": {
@@ -23,6 +23,7 @@
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.3.0",
"gulp-filter": "^9.0.1",
"gulp-zip": "^6.1.0"
}
}