|
8 | 8 | --> |
9 | 9 | # ExpressionEngine v7 Change Log |
10 | 10 |
|
| 11 | +# Version 7.5.2 |
| 12 | +(Release: October 29, 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/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> |
| 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 | + </ul> |
| 22 | +</div> |
| 23 | +</div> |
| 24 | + |
| 25 | +**Enhancements** 🚀 |
| 26 | + |
| 27 | +- Update Channel Form for better template engine support |
| 28 | + |
| 29 | +**Bug Fixes** 💃🐛 |
| 30 | + |
| 31 | +- Resolved [#4538](https://github.com/ExpressionEngine/ExpressionEngine/issues/4538) where during 7.5.0 upgrade empty strings in date fields caused SQL error |
| 32 | +- Resolved [#4549](https://github.com/ExpressionEngine/ExpressionEngine/issues/4549) where member:has_role results were inconsistent |
| 33 | +- Resolved [#4535](https://github.com/ExpressionEngine/ExpressionEngine/issues/4535) where an odd number of toggle fields in a channel form could become unresponsive |
| 34 | +- Resolved an error where third-party fields couldn't merge settings |
| 35 | +- Resolved [#4352](https://github.com/ExpressionEngine/ExpressionEngine/issues/4352) where image URL was converted to BBCode even when field formatting was set to 'none' |
| 36 | +- Resolved [#4426](https://github.com/ExpressionEngine/ExpressionEngine/issues/4426) where a deprecation error was shown when clearing the cache using Redis driver |
| 37 | +- Resolved [#4502](https://github.com/ExpressionEngine/ExpressionEngine/issues/4502) where a PHP deprecation warning could have been generated in Pro Search |
| 38 | +- Resolved [#4417](https://github.com/ExpressionEngine/ExpressionEngine/issues/4417) where content reindex utilities were using same cache key |
| 39 | +- Resolved [#4515](https://github.com/ExpressionEngine/ExpressionEngine/issues/4515) where PHP notice was shown when output buffering wasn't active |
| 40 | +- Resolved [#4491](https://github.com/ExpressionEngine/ExpressionEngine/issues/4491) where a line of code was duplicated |
| 41 | +- Resolved [#4512](https://github.com/ExpressionEngine/ExpressionEngine/issues/4512) where there was an issue with multiple MiniGridInputs |
| 42 | +- Resolved [#4493](https://github.com/ExpressionEngine/ExpressionEngine/issues/4493) where PHP Deprecation was shown when using `show_overview` parameter in Structure |
| 43 | + |
11 | 44 | # Version 7.5.1 |
12 | 45 | (Release: October 15, 2024) |
13 | 46 |
|
|
0 commit comments