# Changes:
All checks were successful
Build Plugin / build-test (push) Successful in 43s

- Add D7 Command (Admin interface)
- Add remove func to status
- Add Color table to Status custom
- Add wordlist
This commit is contained in:
2024-11-24 12:03:15 +01:00
parent 682f361ea2
commit befce5d7d0
8 changed files with 230 additions and 7 deletions

15
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "mvn",
"args": [
"clean",
"package"
],
"type": "shell",
"problemMatcher": []
}
]
}