Skip to content

Commit cd6f4b7

Browse files
authored
Merge pull request #910 from ExpressionEngine/release/7.5.6
Version 7.5.6
2 parents 5651b28 + 3cebe8c commit cd6f4b7

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/installation/changelog.md

+35
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,41 @@
88
-->
99
# ExpressionEngine v7 Change Log
1010

11+
# Version 7.5.6
12+
(Release: December 10th, 2024)
13+
14+
<div class="max-w-7xl mx-autotext-center">
15+
<div class="space-y-8 sm:space-y-12">
16+
<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">
17+
<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>
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/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>
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+
</ul>
21+
</div>
22+
</div>
23+
24+
**Enhancements** 🚀
25+
26+
- Added dd.mm.yyyy date format; [#4540](https://github.com/ExpressionEngine/ExpressionEngine/issues/4540)
27+
- Set correct HTTP header when accessing invalid action URLs; [#4571](https://github.com/ExpressionEngine/ExpressionEngine/issues/4571)
28+
- Show icon in template manager if caching is enabled; [#4578](https://github.com/ExpressionEngine/ExpressionEngine/issues/4578)
29+
- Improve member tag support for multiple template engines
30+
31+
**Bug Fixes** 💃🐛
32+
33+
- Resolved [#4617](https://github.com/ExpressionEngine/ExpressionEngine/issues/4617) where applying transformation to non-existing image would prevent a page from displaying
34+
- Resolved [#4544](https://github.com/ExpressionEngine/ExpressionEngine/issues/4544) where frontend editing did not work if field was moved to different layout tab
35+
- Resolved [#4564](https://github.com/ExpressionEngine/ExpressionEngine/issues/4564) where deprecated `utf8_decode` function was used
36+
- Resolved [#4525](https://github.com/ExpressionEngine/ExpressionEngine/issues/4525) where selecting specific date in filter shows error when paginating
37+
- Resolved [#4599](https://github.com/ExpressionEngine/ExpressionEngine/issues/4599) where symbols in field names were rendered as HTML entities
38+
- Resolved [#4464](https://github.com/ExpressionEngine/ExpressionEngine/issues/4464) where French characters were encoded on Field name and/or Channel name
39+
- Resolved [#4408](https://github.com/ExpressionEngine/ExpressionEngine/issues/4408) where Channels with Latin characters transformed to entities in Channel's list name
40+
- Resolved an issue where entry titles with certain characters did not display correctly
41+
- Resolved an issue where incorrect error was shown during installation with missing config file
42+
- Resolved an issue where the default template engine was not used when copying field codes
43+
- Resolved an issue where the tmpfile fallback is called
44+
- Resolved an issue with false positives in file upload checks
45+
1146
# Version 7.5.5
1247
(Release: November 20th, 2024)
1348

0 commit comments

Comments
 (0)