| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-04 | 695 Bytes | |
| v3.19.3 source code.tar.gz | 2026-09-04 | 49.3 kB | |
| v3.19.3 source code.zip | 2026-09-04 | 63.6 kB | |
| Totals: 3 Items | 113.6 kB | 1 | |
Fixes
- Security:
View::e()now passesENT_QUOTES | ENT_SUBSTITUTEandUTF-8tohtmlentities(), so single quotes are escaped on PHP 7.4 and 8.0 as well as newer versions (#728, GHSA-r8g9-m376-w889). - SimplePdo / PdoWrapper:
fetchField()returnsfalsewhen there are no rows instead of fatalling ongetData()(#727, fixes #726). A matching row with a SQLNULLcolumn still returnsnull.
Upgrading
:::bash
composer update flightphp/core