|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 6.7.2 (2026-03-24) |
| 4 | + |
| 5 | +### What's fixed |
| 6 | +- DatePicker dates can't be strings [#14295](https://github.com/statamic/cms/issues/14295) by @edalzell |
| 7 | +- Fix updated widget badge alignment [#14303](https://github.com/statamic/cms/issues/14303) by @jackmcdade |
| 8 | +- Fix PHP sanitization edge cases [#14300](https://github.com/statamic/cms/issues/14300) by @duncanmcclean |
| 9 | +- Fix Replicator Drag & Drop when multiple fields share the same handle [#14310](https://github.com/statamic/cms/issues/14310) by @duncanmcclean |
| 10 | +- Fix live preview token scope [#14304](https://github.com/statamic/cms/issues/14304) by @jasonvarga |
| 11 | +- Handle more cases in external url detection [#14315](https://github.com/statamic/cms/issues/14315) by @jasonvarga |
| 12 | +- Allow external redirects from Form::getSubmissionRedirect [#14318](https://github.com/statamic/cms/issues/14318) by @jasonvarga |
| 13 | +- Fix closure validation rules with Files fieldtype [#14319](https://github.com/statamic/cms/issues/14319) by @duncanmcclean |
| 14 | +- Relationship fieldtype authorization tweaks [#14307](https://github.com/statamic/cms/issues/14307) by @duncanmcclean |
| 15 | +- Add CSP header to svg route [#14325](https://github.com/statamic/cms/issues/14325) by @jasonvarga |
| 16 | +- Add authorization to revision routes [#14301](https://github.com/statamic/cms/issues/14301) by @duncanmcclean |
| 17 | +- Restrict markdown preview endpoint [#14326](https://github.com/statamic/cms/issues/14326) by @jasonvarga |
| 18 | +- Sanitize password reset form redirect value [#14327](https://github.com/statamic/cms/issues/14327) by @jasonvarga |
| 19 | +- Fix config through Antlers views [#14328](https://github.com/statamic/cms/issues/14328) by @jasonvarga |
| 20 | +- Long dropdowns should be scrollable [#14333](https://github.com/statamic/cms/issues/14333) by @duncanmcclean |
| 21 | +- Fix set picker position [#14332](https://github.com/statamic/cms/issues/14332) by @duncanmcclean |
| 22 | +- Fix various timezone issues [#14322](https://github.com/statamic/cms/issues/14322) by @duncanmcclean |
| 23 | +- Fix translator locale [#14323](https://github.com/statamic/cms/issues/14323) by @jasonvarga |
| 24 | +- Fix 2FA setup modal not re-opening [#14309](https://github.com/statamic/cms/issues/14309) by @duncanmcclean |
| 25 | +- Fix logo z-index in Outside.vue [#14299](https://github.com/statamic/cms/issues/14299) by @SteveEdson |
| 26 | +- Fix `translator` error with Symfony Console 8 [#14330](https://github.com/statamic/cms/issues/14330) by @duncanmcclean |
| 27 | +- Don't autofocus on non-root fields with "title" or "alt" name [#14329](https://github.com/statamic/cms/issues/14329) by @hivokas |
| 28 | + |
| 29 | + |
| 30 | + |
3 | 31 | ## 6.7.1 (2026-03-18) |
4 | 32 |
|
5 | 33 | ### What's fixed |
|
0 commit comments