Skip to content

Commit 5a8408d

Browse files
committed
Changelog
1 parent 74f14ba commit 5a8408d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

3+
## v3.0.4 (2020-09-04)
4+
5+
### What's new
6+
- Revamped the validation builder you see when editing a field in a Blueprint or Fieldset.
7+
- The `trans` tag accepts a `locale` parameter if you want to be explicit, just like the `trans()` helper.
8+
9+
### What's fixed
10+
- The table fieldtype is usable inside Replicator. [#1447](https://github.com/statamic/cms/issues/1447)
11+
- The search results tag will now filter results by the current site by default. [#2343](https://github.com/statamic/cms/issues/2343)
12+
- It'll also filter by published results by default. [#2268](https://github.com/statamic/cms/issues/2268)
13+
- Tag pairs using the `scope` modifier have access to cascading variables. [#1550](https://github.com/statamic/cms/issues/1550)
14+
- Using the `where` modifier no longer removes access to cascading variables. [#2224](https://github.com/statamic/cms/issues/2224)
15+
- Fix error when using the `scope` modifier on a Grid fieldtype. [#2250](https://github.com/statamic/cms/issues/2250)
16+
17+
18+
319
## v3.0.3 (2020-09-02)
420

521
### What's new

0 commit comments

Comments
 (0)