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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Release Notes
2
2
3
+
## 5.73.2 (2026-01-26)
4
+
5
+
### What's fixed
6
+
- Revert `AssetContainer::accessible()` visibility change [#13673](https://github.com/statamic/cms/issues/13673) by @duncanmcclean
7
+
- Fix: Prevent 304 responses without client cache headers [#13654](https://github.com/statamic/cms/issues/13654) by @mynetx
8
+
- Fix uninitialized property error from `HandleEntrySchedule` job [#13648](https://github.com/statamic/cms/issues/13648) by @duncanmcclean
9
+
- Bump lodash from 4.17.21 to 4.17.23 [#13628](https://github.com/statamic/cms/issues/13628) by @dependabot
10
+
- Avoid updating Bard value unless content has actually changed [#13645](https://github.com/statamic/cms/issues/13645) by @duncanmcclean
11
+
12
+
13
+
3
14
## 5.73.1 (2026-01-21)
4
15
5
16
### What's fixed
@@ -14,7 +25,7 @@
14
25
- Allow closure in cascade content hydration [#13580](https://github.com/statamic/cms/issues/13580) by @marcorieser
15
26
16
27
### What's fixed
17
-
-`AssetContainer::accessible()` should take filesystem visibility into account [#13621](https://github.com/statamic/cms/issues/13621) by @duncanmcclean
28
+
-~`AssetContainer::accessible()` should take filesystem visibility into account~ (Reverted in 5.73.2)[#13621](https://github.com/statamic/cms/issues/13621) by @duncanmcclean
18
29
- Augment appended form config fields for Antlers [#13111](https://github.com/statamic/cms/issues/13111) by @marcorieser
19
30
- Fix error from `DefaultInvalidator` when creating a nav [#13596](https://github.com/statamic/cms/issues/13596) by @duncanmcclean
20
31
- Prevent redirect when creating term via fieldtype [#13595](https://github.com/statamic/cms/issues/13595) by @duncanmcclean
0 commit comments