Skip to content

v1.0.4

Choose a tag to compare

@lizzyman04 lizzyman04 released this 16 May 14:44
· 3 commits to main since this release

[1.0.4] - 2026-05-16

Fixed

  • View::render() layout stack isolated per call, preventing state leakage across nested renders
  • View::include() output capture and rendering logic corrected
  • Data inheritance across layout chain fixed
  • View::isDebugMode() now uses App::isDebug() instead of App::isDevelopment()
  • handleNotFound() passes request URL path to findErrorHandler(), enabling scoped 404.php handlers (e.g. app/router/api/404.php)
  • handleMethodNotAllowed() passes request URL path to findErrorHandler(), enabling scoped 405.php / not-allowed.php handlers