v0.0.17

21 June 2026

Collection fieldtype removed, admin layout simplified, hidden CLI password prompt added.

Added

  • Cli::password(): prompts for input with the terminal echo hidden.
  • f() global helper: resolves a PageFile directly from a page/path:filename style URI.

Changed

  • Admin layout consolidated. root.latte and layout.latte are gone, replaced by a single phlat/views/index.latte. The login view now extends index.latte instead of /layout.latte.
  • Global page() function removed. p() now calls app()->page() directly instead of wrapping page().

Removed

  • The collection fieldtype (phlat/fieldtypes/collection/) is gone entirely.
  • typesense/typesense-php dropped from composer.json.