Skip to content

🏵️ Perennial

Latest

Choose a tag to compare

@mychidarko mychidarko released this 13 Aug 02:17

v5.0 - 13 Aug 2026

Added

  • Added session()->append() to push values onto array session data without read-modify-write dances
  • Test suite now runs through Alchemy

Fixed

  • Flash data is no longer HTML-escaped on the way out, so flashed form input comes back exactly as the user typed it — if you compensated with html_entity_decode(), remove it
  • Session values are sanitized once instead of twice
  • Setting a session id no longer writes an id key into your session data

Changed

  • Session now requires PHP 8.2+