v0.0.28
25 June 2026
Hotfix for broken closure captures in the admin URL refactor.
Fixed
- The v0.0.27 admin URL cleanup left invalid
use ($app, $admin->url())closure captures inlogin,ui, andusersrouters : fixed to capture the$adminvariable correctly. usersrouter'smeta/password/registration/delete handlers were missing the$userPagecapture they need; added back.- Removed an unused
adminPathvariable passed into the fields router template.