Skip to content

Commit e073615

Browse files
committed
Changelog
1 parent 7abbab7 commit e073615

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
# Release Notes
22

3-
## Unreleased
3+
## 3.0.15 (2020-10-05)
4+
5+
### What's new
6+
- Laravel 8 is now supported. [#2547](https://github.com/statamic/cms/issues/2547)
47

58
### What's improved
69
- You can override repositories using `Statamic::repository()` which stops service provider load order being a factor.
710
- The entry repository uses a container binding for the query builder to make extending simpler.
811
- Added a query builder contract which the parser will check for instead of a concrete class.
912
- The Eloquent query builder is more consistent with other query builder classes.
1013
- Taxonomy related entry query builder methods have been extracted into a trait to ease reusability.
14+
- Improve performance related to noticing collection YAML file changes. [#2572](https://github.com/statamic/cms/issues/2572)
15+
- Portuguese, Danish, and German translations have been updated. [#2583](https://github.com/statamic/cms/issues/2583) [#2587](https://github.com/statamic/cms/issues/2587) [#2588](https://github.com/statamic/cms/issues/2588)
1116

1217
### What's fixed
18+
- Fix handling of taxonomy routes when they have multiple words. [#2273](https://github.com/statamic/cms/issues/2273)
19+
- Setting `create: false` on a `terms` field will actually prevent you from being able to enter new terms. [#2453](https://github.com/statamic/cms/issues/2453)
20+
- Prevent seeing validation rules multiple times times. [#2582](https://github.com/statamic/cms/issues/2582)
21+
- If you have permission to view form submissions, you have permission to export them. [#2577](https://github.com/statamic/cms/issues/2577)
1322
- The unique slug validation rule works when your entry IDs are integers.
1423
- Pages can define entries by passing integer IDs, instead of just strings (UUIDs).
1524

0 commit comments

Comments
 (0)