Added
- Formal support for Php8.5.
- Limited Printarea support for Html/Pdf. Issue #3941 PR #4711
- Implement missing
INFOfunction. PR #4709 - Implement missing
BAHTTEXTfunction. PR #4715
Deprecated
- $dataType, the second parameter of Cell::setValueExplicit, is currently optional. Omitting it is deprecated, and it will be required in a future release.
Fixed
- Protected ranges and insert/delete rows/columns. Issue #4695 PR #4702
- Unexpected Exception in Php DateTime. Issue #4696 Issue #917 PR #4697
- Add missing Dutch translation to translation file. PR #4707
- Fix lots of typos throughout codebase. PR #4705
- Apply small code style improvements. PR #4708