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/pages page, 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 via p('@phlat/admin')->url() directly instead of passing a precomputed path through the controller chain.
  • deploy.php reworked : dropped the old data_folder/icon-update tasks, restored download:users/upload:storage/upload:pages/upload:index_files tasks against the new site/storage and site/pages shared dirs.
  • .gitignore no longer excludes public/* : the old root public/ entry-point ignores are gone now that everything lives under site/public.