v5.0.0-alpha.9
Pre-release
Pre-release
·
26 commits
to master
since this release
- PHP8 compatibility fixes have been done.
- Playground: A test page for Twig integration has been added.
- Twig: Some new functions and other features have been added. Also some corrections have been done.
- UTF8 support: The previous Kohana-based library have been replaced with 'voku/portable-utf8' package.
- The function xss_clean() has been added, based on 'voku/anti-xss' package.
- Fomantic-UI has been updated to version 2.8.7.
- Turbolinks has been updated to version 5.3.0-beta.0.
- Twig: function d() from Kint package has been enabled (development environmet or on explicitly passed 'debug' option).
- The function safe_mailto() is a pure PHP implementation, not so safe obfuscation has been chosen, because otherwise JavaScript's function document.write() breaks Turbolinks.