From 4b73b53dd6460cb2fce1552c2e3a23bf446f610a Mon Sep 17 00:00:00 2001 From: jwed Date: Sun, 24 May 2026 16:43:30 -0400 Subject: [PATCH] =?UTF-8?q?chore(nav):=20drop=20Webhooks=20nav=20row=20?= =?UTF-8?q?=E2=80=94=20moved=20into=20Settings=20tabs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Webhooks now lives as a tab alongside Connection / Tasks / Logs / Access in the Settings page. The standalone Webhooks page still exists at /app/network/webhooks but no longer appears in the sidebar. v1.5.1. Co-Authored-By: Claude Opus 4.7 (1M context) --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 228aac4..586b980 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "dashboard/unifi", "description": "UniFi network management, WiFi stats, and captive portal authentication for the Dashboard platform", - "version": "1.5.0", + "version": "1.5.1", "type": "library", "license": "MIT", "autoload": { @@ -28,7 +28,6 @@ { "label": "Clients", "route_name": "unifi.clients", "icon": "users", "permission": "unifi.stats", "sort_order": 4 }, { "label": "WiFi Networks", "route_name": "unifi.wifi", "icon": "wifi", "permission": "unifi.manage", "sort_order": 5 }, { "label": "Portal", "route_name": "unifi.portal.settings", "icon": "shield-check", "permission": "unifi.auth", "sort_order": 6 }, - { "label": "Webhooks", "route_name": "unifi.webhooks.index", "icon": "bell-alert", "permission": "unifi.settings", "sort_order": 7 }, { "label": "Settings", "route_name": "unifi.settings", "icon": "cog-6-tooth", "permission": "unifi.settings", "sort_order": 99 } ], "permissions": [