|
8 | 8 | --> |
9 | 9 | # ExpressionEngine v7 Change Log |
10 | 10 |
|
| 11 | +# Version 7.4.10 |
| 12 | +(Release: May 21, 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/6020323?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Doug Black</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=dougblackjr" target="_BLANK">@dougblackjr</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/1679951?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Gary Reckard</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=GaryReckard" target="_BLANK">@GaryReckard</a></p></div></div></div></li> |
| 22 | + </ul> |
| 23 | +</div> |
| 24 | +</div> |
| 25 | + |
| 26 | +**Enhancements** 🚀 |
| 27 | + |
| 28 | +- Adding HTTP header CSP |
| 29 | + |
| 30 | +**Bug Fixes** 💃🐛 |
| 31 | + |
| 32 | +- Resolved [#4245](https://github.com/ExpressionEngine/ExpressionEngine/issues/4245) where watermark image paths using config variables weren't parsed |
| 33 | +- Resolved an issue where setting addon install errors could trigger PHP notice |
| 34 | +- Resolved [#4285](https://github.com/ExpressionEngine/ExpressionEngine/issues/4285) where original file dimensions were not returned in AJAX upload response |
| 35 | +- Resolved [#4319](https://github.com/ExpressionEngine/ExpressionEngine/issues/4319) by showing an error when image properties can't be gathered |
| 36 | +- Resolved [#4317](https://github.com/ExpressionEngine/ExpressionEngine/issues/4317) where replacing an image would not create manipulations |
| 37 | +- Resolved [#4312](https://github.com/ExpressionEngine/ExpressionEngine/issues/4312) where nested categories could display ids in publish tab |
| 38 | +- Resolved [#4308](https://github.com/ExpressionEngine/ExpressionEngine/issues/4308) where category tab edit flyout didn't work |
| 39 | +- Resolved [#4300](https://github.com/ExpressionEngine/ExpressionEngine/issues/4300) where url title validation failed with some emoji |
| 40 | +- Resolved [#4291](https://github.com/ExpressionEngine/ExpressionEngine/issues/4291) where the move action was missing from the all files listing |
| 41 | +- Resolved issues with Pending Member Management |
| 42 | +- Resolved [#3554](https://github.com/ExpressionEngine/ExpressionEngine/issues/3554) where image manipulation path could be incorrect on Windows |
| 43 | +- Resolved [#4244](https://github.com/ExpressionEngine/ExpressionEngine/issues/4244) where conditional sync sometimes failed |
| 44 | +- Resolved [#4249](https://github.com/ExpressionEngine/ExpressionEngine/issues/4249) where ID of perpage dropdown was not unique |
| 45 | +- Resolved [#3908](https://github.com/ExpressionEngine/ExpressionEngine/issues/3908) where Structure URI for new entry could have been different from URL Title |
| 46 | +- Resolved [#4201](https://github.com/ExpressionEngine/ExpressionEngine/issues/4201) where limit was not applied to memberlist tag when pagination variables not present |
| 47 | +- Resolved [#4217](https://github.com/ExpressionEngine/ExpressionEngine/issues/4217) where image thumbnails were cached after replacement |
| 48 | + |
11 | 49 | # Version 7.4.9 |
12 | 50 | (Release: April 23, 2024) |
13 | 51 |
|
|
0 commit comments