Releases: xp-forge/frontend
Releases · xp-forge/frontend
7.4.0: 404 handling
7.3.0: Compatibility
7.2.0: ZStandard
- Added compatibility with
xp-forge/compressionversion 2.0+, enabling
the ZStandard compression algorithm when thezstdextension is loaded.
See https://github.com/kjdev/php-ext-zstd
7.1.1: TLS/SSL protocol selection
7.1.0: Static content FC
- Refactored code base to use the
web.io.StaticContentclass instead
of inheriting from the FilesFrom handler.
(@thekid)
7.0.0: Assets CSP, PHP 7.4+
- Made it possible to use
web.frontend.Securityinstances for assets
(@thekid) - Implemented default CSP in
web.frontend.AssetsFromto prevent XSS
with SVG files. See #49 and https://stackoverflow.com/q/10557137
(@thekid) - Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
(@thekid) - Added PHP 8.5 to test matrix - @thekid
6.4.0: View modification and type
6.3.0: Dispatching
- Merged PR #48: Implement
View::dispatch(), which redirects internally
and dispatches the request to another route, bumping the dependency on
theweblibrary to https://github.com/xp-forge/web/releases/tag/v4.2.0
(@thekid)
6.2.0: XP 12 compatibility
- Added dependency on
xp-forge/compression, see xp-framework/rfc#342
(@thekid) - Made compatible with XP 12 - @thekid
6.1.0: Library compatibility
- Made this library compatible with xp-forge/web version 4.0 - @thekid