From b84a8dcdf9692a1d6e610b6e5ef2caf0203e21c5 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Fri, 28 Jun 2024 17:56:59 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bb994bf4..cab9963c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Release Notes +## 5.12.0 (2024-06-28) + +### What's new +- Ability to disable CP authentication [#8960](https://github.com/statamic/cms/issues/8960) by @duncanmcclean +- Add UI for listing field sortable config [#10259](https://github.com/statamic/cms/issues/10259) by @ryanmitchell + +### What's fixed +- Localized entry dates fall back to the origin [#10282](https://github.com/statamic/cms/issues/10282) by @arthurperton +- Support strings in `bard_text` & `bard_html` modifiers [#10369](https://github.com/statamic/cms/issues/10369) by @edalzell +- Allow accessing drafts via the REST API with Live Preview [#10229](https://github.com/statamic/cms/issues/10229) by @duncanmcclean +- Make Asset::clearCaches protected [#10342](https://github.com/statamic/cms/issues/10342) by @ryanmitchell +- Fix HTML fieldtype [#10364](https://github.com/statamic/cms/issues/10364) by @jacksleight +- French translations [#10366](https://github.com/statamic/cms/issues/10366) by @ebeauchamps +- Clarify Statamic repository differences in README [#10368](https://github.com/statamic/cms/issues/10368) by @steveparks + + + ## 5.11.0 (2024-06-24) ### What's new