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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Release Notes
2
2
3
+
## 3.0.11 (2020-09-21)
4
+
5
+
### What's new
6
+
- Ability to remove a blueprint section programmatically. [#2491](https://github.com/statamic/cms/issues/2491)
7
+
- You can pass a variable into the `nav` tag's `from` parameter and it will make sure it has a slash, allowing you to do `:from="segment_1"`.
8
+
9
+
### What's fixed
10
+
- Fixed a protection related error on taxonomy URLs. [#2472](https://github.com/statamic/cms/issues/2472)[#2481](https://github.com/statamic/cms/issues/2481)
11
+
- Relationship tags filter out invalid IDs when augmenting. [#1752](https://github.com/statamic/cms/issues/1752)
12
+
- The `nav:breadcrumbs` tag supports multi-site. [#1807](https://github.com/statamic/cms/issues/1807)[#2487](https://github.com/statamic/cms/issues/2487)
0 commit comments