|
8 | 8 | -->
|
9 | 9 | # ExpressionEngine v7 Change Log
|
10 | 10 |
|
| 11 | +## Version 7.5.12 |
| 12 | +(Release: May 15th, 2025) |
| 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/2423727?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Eric Swierczek</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=swierczek" target="_BLANK">@swierczek</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/23382425?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Yulya Lebed</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> |
| 20 | + </ul> |
| 21 | +</div> |
| 22 | +</div> |
| 23 | + |
| 24 | +**Enhancements** 🚀 |
| 25 | + |
| 26 | +- Improved exception reporting screen |
| 27 | + |
| 28 | +**Bug Fixes** 💃🐛 |
| 29 | + |
| 30 | +- Resolved [#4826](https://github.com/ExpressionEngine/ExpressionEngine/issues/4826) where a PHP Warning could be shown when referencing non-existing JavaScript templates in CP |
| 31 | +- Resolved [#4811](https://github.com/ExpressionEngine/ExpressionEngine/issues/4811) where error messages were not clear when uploading attachments on Communicate page |
| 32 | +- Resolved [#4832](https://github.com/ExpressionEngine/ExpressionEngine/issues/4832) where RTE image button opens blank on first load |
| 33 | +- Resolved [#4462](https://github.com/ExpressionEngine/ExpressionEngine/issues/4462) where pagination was not correct when extra characters were added to the pagination URI |
| 34 | +- Resolved [#4466](https://github.com/ExpressionEngine/ExpressionEngine/issues/4466) where an extra character was shown for saved field conditions |
| 35 | +- Resolved [#4772](https://github.com/ExpressionEngine/ExpressionEngine/issues/4772) where MFA dialog could still be shown if set as required for member but disabled globally |
| 36 | +- Resolved [#4773](https://github.com/ExpressionEngine/ExpressionEngine/issues/4773) where deprecation error could be shown on some MSM sites where Structure is installed |
| 37 | +- Resolved [#4460](https://github.com/ExpressionEngine/ExpressionEngine/issues/4460) where deprecation error was shown when using one of the PHP utility functions |
| 38 | +- Resolved issue where displaying Structure column in Entry Manager would cause duplicate queries |
| 39 | + |
11 | 40 | ## Version 7.5.11
|
12 | 41 | (Release: May 5th, 2025)
|
13 | 42 |
|
|
0 commit comments