- Improved support for PHP 8.4 — recommended runtime version
- Added protection against privilege escalation attack from authenticated backend users
- Added support for `tel` form field
- Moved Vite rendering to `{% styles %}` Twig tag to prevent FOUC
Full changelog
UX/UI Improvements
- Added support for
telform field.
Bug Fixes
- Fixed z-index on MediaManager move dropdown.
- Fixed support for config properties on URL fields.
- Fixed issue where dynamically extending a class to add behaviors could fail if the behavior had been added before.
Security Improvements
- Added protection against privilege escalation attack from authenticated backend users.
Performance Improvements
- Moved Vite rendering to
{% styles %}Twig tag instead of{% scripts %}to prevent FOUC.
Dependencies
- Improved support for PHP 8.4.
Full Changelog: https://github.com/wintercms/winter/compare/v1.2.11...v1.2.12