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 in login, ui, and users routers : fixed to capture the $admin variable correctly.
  • users router's meta/password/registration/delete handlers were missing the $userPage capture they need; added back.
  • Removed an unused adminPath variable passed into the fields router template.