From b55b6cb896bef1f20211420f4517b6f8d7fa430c Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Fri, 18 Sep 2020 12:58:32 -0400 Subject: [PATCH] 3.0.10 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70289bd27e..f14656dd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Release Notes +## 3.0.10 (2020-09-18) + +## What's improved +- German, French, and Portuguese translations have been updated. [#2445](https://github.com/statamic/cms/issues/2445) [#2444](https://github.com/statamic/cms/issues/2444) [#2458](https://github.com/statamic/cms/issues/2458) +- When an asset search returns no results it says "No results" instead of "This container is empty". +- Asset container handle are generated using snake_case as you type the title. +- The "and" the sentence_list modifier is translated. [#2463](https://github.com/statamic/cms/issues/2463) + +## What's fixed +- Actions that don't want to be confirmed... won't be. [#1497](https://github.com/statamic/cms/issues/1497) [#2446](https://github.com/statamic/cms/issues/2446) +- Assets can be searched in grid mode. [#2318](https://github.com/statamic/cms/issues/2318) [#2442](https://github.com/statamic/cms/issues/2442) +- User avatars can be output in templates. [#2017](https://github.com/statamic/cms/issues/2017) +- The glide:generate tag uses the appropriate generation methods. +- Resolved an error in a taxonomy term listing when using a terms field on another term. [#2307](https://github.com/statamic/cms/issues/2307) +- Fix an issue where the sort modifier would output nothing. [#2450](https://github.com/statamic/cms/issues/2450) +- Prevent the tree from disappearing when switching from list view. [#2408](https://github.com/statamic/cms/issues/2408) + +## What's removed +- "Angle brackets can now be used in modifiers" from 3.0.9 has been reverted for now. [#2022](https://github.com/statamic/cms/issues/2022) + + + ## 3.0.9 (2020-09-16) ### What's new