Skip to content

Commit df77857

Browse files
authored
Merge pull request #813 from ExpressionEngine/version/7.4.2
version 7.4.2
2 parents 77a6105 + 437d22d commit df77857

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

docs/installation/changelog.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,45 @@
88
-->
99
# ExpressionEngine v7 Change Log
1010

11+
## Version 7.4.2
12+
(Release: February 27, 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/5134048?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Asad Munir</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=asadmunir" target="_BLANK">@asadmunir</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/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>
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/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>
21+
<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/23382425?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Yulyaswan</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=Yulyaswan" target="_BLANK">@Yulyaswan</a></p></div></div></div></li>
22+
</ul>
23+
</div>
24+
</div>
25+
26+
**Enhancements** 🚀
27+
28+
- Improved styles for Checkboxes fieldtype in Channel Form
29+
- Include short field name in keyword search in channel settings
30+
- Added auto focus when editing Folder Name in the File Manager
31+
- Enabled specifying database for the Redis cache driver in config file; [#3997](https://github.com/ExpressionEngine/ExpressionEngine/issues/3997)
32+
33+
**Bug Fixes** 💃🐛
34+
35+
- Resolved issue where cloning entry with Closed status was causing an error
36+
- Resolved [#3998](https://github.com/ExpressionEngine/ExpressionEngine/issues/3998) where no proper error was shown when trying to clone entry with an invalid IP address
37+
- Resolved [#3968](https://github.com/ExpressionEngine/ExpressionEngine/issues/3968) where sorting order in Entry Manager was reset after applying filter
38+
- Resolved [#3942](https://github.com/ExpressionEngine/ExpressionEngine/issues/3942) where using undefined layout variables as array would cause parsing issue
39+
- Resolved [#3933](https://github.com/ExpressionEngine/ExpressionEngine/issues/3933) where chaining invalid modifier on File field would cause PHP error
40+
- Resolved [#3769](https://github.com/ExpressionEngine/ExpressionEngine/issues/3769) where an image could been uploaded several times after closing file selection window
41+
- Resolved [#3858](https://github.com/ExpressionEngine/ExpressionEngine/issues/3858) where File field was still showing upload component when user did not have File Manager permission
42+
- Resolved [#3824](https://github.com/ExpressionEngine/ExpressionEngine/issues/3824) where fieldtypes in Fieldtype Advisor were not properly sorted
43+
- Resolved [#3807](https://github.com/ExpressionEngine/ExpressionEngine/issues/3807) where EE Debug's Font Awesome CSS tag was too aggressive
44+
- Resolved [#4086](https://github.com/ExpressionEngine/ExpressionEngine/issues/4086) where update to 7.4 could show preflight error on some installations
45+
46+
**Developers** 💻
47+
48+
- Added programmatic ability to add publish layout tabs for specific channels
49+
1150
## Version 7.4.1
1251
(Release: February 19, 2024)
1352

@@ -28,7 +67,7 @@
2867

2968
**Bug Fixes** 💃🐛
3069

31-
- Resolved [#4050](https://github.com/ExpressionEngine/ExpressionEngine/issues/3913) where error was shown in Channel Form when multiple category groups were assigned
70+
- Resolved [#4050](https://github.com/ExpressionEngine/ExpressionEngine/issues/4050) where error was shown in Channel Form when multiple category groups were assigned
3271
- Resolved [#4048](https://github.com/ExpressionEngine/ExpressionEngine/issues/4048) where category group could not be added from Channel page if no other category groups exist
3372
- Resolved issue when category group settings were not retained after editing from Channel page
3473
- Resolved issue where `{categories}` variable pair was not populated in Channel Form

0 commit comments

Comments
 (0)