diff --git a/VERSION b/VERSION index 77cada2..41a2819 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.6 +v0.0.7 diff --git a/info.cfg b/info.cfg index fe7625f..9333e44 100644 --- a/info.cfg +++ b/info.cfg @@ -4,8 +4,8 @@ "base": "security", "author": "LaswitchTech", "email": "support@laswitchtech.com", - "date": "2025-09-22", - "version": "v0.0.6", + "date": "2025-10-07", + "version": "v0.0.7", "tags": "security, menu, workflowhub", "description": "This plugin provides a security menu for the WorkflowHub Core.", "repository": "https://github.com/LaswitchTech/core-plugin-security", diff --git a/routes.cfg b/routes.cfg index a8313d4..b57855b 100644 --- a/routes.cfg +++ b/routes.cfg @@ -5,7 +5,8 @@ "public": false, "action": null, "location": [ - "sidebar-admin" + "sidebar-admin", + "apps" ], "level": 1, "parent": null,