Skip to content

Commit e436b4e

Browse files
authored
7.4.1
1 parent 0555f8c commit e436b4e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/installation/changelog.md

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

11+
## Version 7.4.1
12+
(Release: February 19, 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+
<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/11818941?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Matt Johnson</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=matthewjohns0n" target="_BLANK">@matthewjohns0n</a></p></div></div></div></li>
21+
</ul>
22+
</div>
23+
</div>
24+
25+
**Enhancements** 🚀
26+
27+
- Support swatches for Colorpicker field in Channel Form
28+
29+
**Bug Fixes** 💃🐛
30+
31+
- Resolved [#4050](https://github.com/ExpressionEngine/ExpressionEngine/issues/3913) where error was shown in Channel Form when multiple category groups were assigned
32+
- Resolve [#4048](https://github.com/ExpressionEngine/ExpressionEngine/issues/4048) where category group could not be added from Channel page if no other category groups exist
33+
- Resolved issue when category group settings were not retained after editing from Channel page
34+
- Resolved issue where `{categories}` variable pair was not populated in Channel Form
35+
- Resolved [#3913](https://github.com/ExpressionEngine/ExpressionEngine/issues/3913) where PHP deprecation error could be shown on entry manager page when entry author did not exist
36+
- Resolved [#3894](https://github.com/ExpressionEngine/ExpressionEngine/issues/3894) where PHP error could be shown when displaying CAPTCHA using PHP 8.1
37+
- Resolved [#3886](https://github.com/ExpressionEngine/ExpressionEngine/issues/3886) where namespace of exception handler in the `backup:database` command was causing issues when it fails
38+
- Resolved [#3883](https://github.com/ExpressionEngine/ExpressionEngine/issues/3883) where `update:prepare` command could throw errors
39+
1140
## Version 7.4.0
1241
(Release: February 14, 2024)
1342

0 commit comments

Comments
 (0)