From 4ec4a293c0e70b8df11c04cabf507e7c16cac9e3 Mon Sep 17 00:00:00 2001 From: jwed Date: Sun, 24 May 2026 20:40:13 -0400 Subject: [PATCH] =?UTF-8?q?release:=201.10.0=20=E2=80=94=20rolls=20up=201.?= =?UTF-8?q?9.1=20(banded-SSID=20PPSK=20match=20by=20name)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bundled stable cut for prod. Contents since 1.9.0: * fix(banded ssid): updateEmbeddedPpsk now matches embedded PPSK entries by name first (e.g. "GUEST") and falls back to current passphrase. Name-matching survives any passphrase drift caused by pre-1.8.1 out-of-band manual edits — the sibling-rotation failure reported on prod after upgrading to 1.9.0 no longer happens. Co-Authored-By: Claude Opus 4.7 (1M context) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e170ae0..721f4ab 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.9.1", + "version": "1.10.0", "type": "library", "license": "MIT", "autoload": {