Skip to content

Commit f38eeee

Browse files
committed
3.0.11
1 parent 65997df commit f38eeee

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Release Notes
22

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)
13+
- Prevent `nav from="/"` returning nothing. [#1683](https://github.com/statamic/cms/issues/1683) [#1542](https://github.com/statamic/cms/issues/1542)
14+
- Fixed pluralisation issue. [#1695](https://github.com/statamic/cms/issues/1695)
15+
- Fixed an error when adding a Bard set. [#1718](https://github.com/statamic/cms/issues/1718)
16+
- Entries' `order` variables are available in templates.
17+
18+
19+
320
## 3.0.10 (2020-09-18)
421

522
### What's improved

0 commit comments

Comments
 (0)