v0.0.27
25 June 2026
Removed the old admin page-tree UI, deploy script reworked, admin URL resolution cleaned up.
Changed
- Removed the old standalone admin page-tree UI (
admin/pagespage,ui/page-tree.latte, and its router/controller) : superseded by the browse panel's page tree from v0.0.26. - Admin routers (
login,ui,users) resolve the admin page URL viap('@phlat/admin')->url()directly instead of passing a precomputed path through the controller chain. deploy.phpreworked : dropped the olddata_folder/icon-update tasks, restoreddownload:users/upload:storage/upload:pages/upload:index_filestasks against the newsite/storageandsite/pagesshared dirs..gitignoreno longer excludespublic/*: the old rootpublic/entry-point ignores are gone now that everything lives undersite/public.