You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Release Notes
2
2
3
+
## 5.58.0 (2025-06-20)
4
+
5
+
### What's new
6
+
- Detect recursion when augmenting Entries [#11854](https://github.com/statamic/cms/issues/11854) by @JohnathonKoster
7
+
- Add `hasField` method to `Fieldset`[#11882](https://github.com/statamic/cms/issues/11882) by @duncanmcclean
8
+
- Estonian translations [#11886](https://github.com/statamic/cms/issues/11886) by @karlromets
9
+
10
+
### What's fixed
11
+
- Render markdown after antlers when smartypants is enabled [#11814](https://github.com/statamic/cms/issues/11814) by @ryanmitchell
12
+
- Fix read-only state of roles and groups fields [#11867](https://github.com/statamic/cms/issues/11867) by @aerni
13
+
- Fix files not being removed after cache has been cleared [#11873](https://github.com/statamic/cms/issues/11873) by @indykoning
14
+
- Ensure nav blueprint graphql types are registered [#11881](https://github.com/statamic/cms/issues/11881) by @ryanmitchell
15
+
- Fix issues with Blade nav tag compiler [#11872](https://github.com/statamic/cms/issues/11872) by @JohnathonKoster
16
+
- Ensure propagating entries respects saveQuietly [#11875](https://github.com/statamic/cms/issues/11875) by @ryanmitchell
17
+
- Fix authorization error when creating globals [#11883](https://github.com/statamic/cms/issues/11883) by @duncanmcclean
18
+
- Fixes typo [#11876](https://github.com/statamic/cms/issues/11876) by @adampatterson
19
+
- Updated `AddonServiceProvider::shouldBootRootItems()` to support trailing slashes [#11861](https://github.com/statamic/cms/issues/11861) by @simonworkhouse
20
+
- Prevent null in strtolower() [#11869](https://github.com/statamic/cms/issues/11869) by @martinoak
21
+
- Ensure Glide treats asset urls starting with the app url as internal assets [#11839](https://github.com/statamic/cms/issues/11839) by @marcorieser
22
+
- Remove single quote in Asset upload [#11858](https://github.com/statamic/cms/issues/11858) by @adampatterson
0 commit comments