Skip to content

Commit 901f255

Browse files
authored
Merge pull request #842 from ExpressionEngine/release/7.4.9
Release 7.4.9
2 parents dfb529c + 9931af0 commit 901f255

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/installation/changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@
88
-->
99
# ExpressionEngine v7 Change Log
1010

11+
# Version 7.4.9
12+
(Release: April 23, 2024)
13+
14+
- **Contributors** 🙌
15+
<div class="max-w-7xl mx-autotext-center">
16+
<div class="space-y-8 sm:space-y-12">
17+
<ul role="list" class="mx-auto grid grid-cols-2 gap-x-4 gap-y-1 sm:grid-cols-4 md:gap-x-6 lg:max-w-5xl lg:gap-x-8 lg:gap-y-1 xl:grid-cols-5">
18+
<li><div class="space-y-4 text-center"><img class="mx-auto h-20 w-20 rounded-full lg:w-24 lg:h-24" src="https://avatars.githubusercontent.com/u/752126?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Yuri Salimovskiy</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=intoeetive" target="_BLANK">@intoeetive</a></p></div></div></div></li>
19+
<li><div class="space-y-4 text-center"><img class="mx-auto h-20 w-20 rounded-full lg:w-24 lg:h-24" src="https://avatars.githubusercontent.com/u/563996?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Bryan Nielsen</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=bryannielsen" target="_BLANK">@bryannielsen</a></p></div></div></div></li>
20+
21+
</ul>
22+
</div>
23+
</div>
24+
25+
**Bug Fixes** 💃🐛
26+
27+
- Fix structure empty template id validation issue
28+
- Resolved [#4131](https://github.com/ExpressionEngine/ExpressionEngine/issues/4131) where not all custom fields were displayed when creating member in the CP
29+
- Resolved [#4196](https://github.com/ExpressionEngine/ExpressionEngine/issues/4196) where Spam stopwords language file could not be loaded
30+
- Resolved [#4258](https://github.com/ExpressionEngine/ExpressionEngine/issues/4258) where no error was shown in File Manager when uploading too large files
31+
- Resolved [#4207](https://github.com/ExpressionEngine/ExpressionEngine/issues/4207) where Color Picker settings were not displayed when adding new column into Grid field
32+
- Resolved [#4246](https://github.com/ExpressionEngine/ExpressionEngine/issues/4246) where using `*` could result in invalid URL Title being generated programmatically
33+
- Resolved [#4197](https://github.com/ExpressionEngine/ExpressionEngine/issues/4197) sql error from saving invalid entry with member
34+
1135
# Version 7.4.8
1236
(Release: April 18, 2024)
1337

0 commit comments

Comments
 (0)