|
8 | 8 | --> |
9 | 9 | # ExpressionEngine v6 Change Log |
10 | 10 |
|
| 11 | +## Version 6.4.14 |
| 12 | +(Release: August 15, 2023) |
| 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">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 | +<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/1181219?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">robinsowell</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=robinsowell" target="_BLANK">@robinsowell</a></p></div></div></div></li> |
| 22 | +<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">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> |
| 23 | + </ul> |
| 24 | +</div> |
| 25 | +</div> |
| 26 | + |
| 27 | +**Enhancements 🚀** |
| 28 | + |
| 29 | +- Improved Control Panel acessibility for using screen readers |
| 30 | + |
| 31 | +**Bug Fixes** 💃🐛 |
| 32 | + |
| 33 | +- Resolved issue where Channel form grid has duplicated label for every single row |
| 34 | +- Resolved [#3686](https://github.com/ExpressionEngine/ExpressionEngine/issues/3686) when having Minimum rows setting for File Grid higher than 1 would prevent entry from saving |
| 35 | +- Resolved [#3680](https://github.com/ExpressionEngine/ExpressionEngine/issues/3680) where term Snippet was still used in error message |
| 36 | +- Resolved [#3637](https://github.com/ExpressionEngine/ExpressionEngine/issues/3637) where using File field limited to upload directory on other site would result in JavaScript error |
| 37 | +- Resolved [#2666](https://github.com/ExpressionEngine/ExpressionEngine/issues/2666) where using Dynamic query caching caused pagination on Structure listing being inaccurate |
| 38 | +- Resolved issue where PHP variable was not defined properly |
| 39 | +- Resolved issue where it was not possible to save loaded revision if Fluid field has some fields deleted |
| 40 | +- Resolved [#3639](https://github.com/ExpressionEngine/ExpressionEngine/issues/3639) where is was not possible to save loaded revision with removed Grid rows |
| 41 | +- Resolved [#3529](https://github.com/ExpressionEngine/ExpressionEngine/issues/3529) where records for Grid and Relationship fields were still left in database after removing from Fluid |
| 42 | +- Fixed issue when styling in Grid field was not accurate when sorting |
| 43 | +- Resolved [#3596](https://github.com/ExpressionEngine/ExpressionEngine/issues/3596) where duplicate entry dates could cause inconsistent ordering in Entry Manager |
| 44 | +- Resolved [#3583](https://github.com/ExpressionEngine/ExpressionEngine/issues/3583) where RSS Parser user guide was referencing non-existing feed |
| 45 | +- Resolved [#3568](https://github.com/ExpressionEngine/ExpressionEngine/issues/3568) where deselecting all template access for Role in one MSM site would also deselect it on other sites |
| 46 | +- Resolved [#3689](https://github.com/ExpressionEngine/ExpressionEngine/issues/3689) where PHP error could be shown when accessing custom fields |
| 47 | +- Resolved [#3667](https://github.com/ExpressionEngine/ExpressionEngine/issues/3667) where all members with access to Template Manager could access System Templates |
| 48 | + |
11 | 49 | ## Version 6.4.13 |
12 | 50 | (Release: June 26, 2023) |
13 | 51 |
|
|
0 commit comments