Skip to content

v2.2.1

Choose a tag to compare

@ElGigi ElGigi released this 02 Jun 11:00
· 8 commits to main since this release

Changed

  • Bump minimum PHP version from 8.0 to 8.1 (required by doctrine/rst-parser transitive dependencies)

Fixed

  • Fix page resolution failing for paths containing spaces (or other special characters): Page::getPath() now returns a canonical decoded path, FileSet::normalizePath() decodes incoming paths, and URL encoding is applied only when writing href/src attributes in PathTreatment