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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Release Notes
2
2
3
+
## 5.70.0 (2025-12-03)
4
+
5
+
### What's new
6
+
- Pass original upload filename into `AssetUploaded` event [#11423](https://github.com/statamic/cms/issues/11423) by @daun
7
+
- Allow statamic URLs to use fragments or query strings [#13085](https://github.com/statamic/cms/issues/13085) by @miicah
8
+
- Add Glide Asset Cleared Event [#13004](https://github.com/statamic/cms/issues/13004) by @infabo
9
+
10
+
### What's fixed
11
+
- Performance Optimizations for Stache and Query Operations [#12894](https://github.com/statamic/cms/issues/12894) by @hastinbe
12
+
- Avoid hardcoded nocache url in js [#13199](https://github.com/statamic/cms/issues/13199) by @JorisOrangeStudio
13
+
- Fix nocache tag not replacing element correctly [#13177](https://github.com/statamic/cms/issues/13177) by @duncanmcclean
14
+
- Date modifiers shouldn't return anything when value is empty [#13178](https://github.com/statamic/cms/issues/13178) by @duncanmcclean
15
+
- Terms fieldtype: Only show "Allow Creating" option when using stack selector [#13151](https://github.com/statamic/cms/issues/13151) by @duncanmcclean
16
+
- Ensure updated_at and updated_by is not null in TracksLastModified [#13099](https://github.com/statamic/cms/issues/13099) by @simonerd
17
+
- Correct namespace in `FakesQueriesTest`[#13029](https://github.com/statamic/cms/issues/13029) by @duncanmcclean
18
+
- Require url in nocache request [#12975](https://github.com/statamic/cms/issues/12975) by @Jade-GG
19
+
- Fix HTML entities in currency translations [#12982](https://github.com/statamic/cms/issues/12982) by @duncanmcclean
20
+
- Fix failing tests due to lowercase `utf-8` charset [#13213](https://github.com/statamic/cms/issues/13213) by @duncanmcclean
21
+
- French translations [#13136](https://github.com/statamic/cms/issues/13136) by @ebeauchamps
22
+
- Bump lowest composer constraints [#13037](https://github.com/statamic/cms/issues/13037) by @jasonvarga
23
+
- Bump js-yaml from 3.14.1 to 3.14.2 [#13097](https://github.com/statamic/cms/issues/13097) by @dependabot
0 commit comments