|
8 | 8 | --> |
9 | 9 | # ExpressionEngine v6 Change Log |
10 | 10 |
|
| 11 | +## Version 6.4.5 |
| 12 | +(Release: February 7, 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/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> |
| 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/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> |
| 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/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> |
| 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/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> |
| 22 | + </ul> |
| 23 | +</div> |
| 24 | +</div> |
| 25 | + |
| 26 | +**Enhancements** 🚀 |
| 27 | + |
| 28 | +- Added options for different display layouts for File Grid fields; [#2764](https://github.com/ExpressionEngine/ExpressionEngine/pull/2764) |
| 29 | + |
| 30 | +**Bug Fixes** 💃🐛 |
| 31 | + |
| 32 | +- Resolved [#2639](https://github.com/ExpressionEngine/ExpressionEngine/pull/2639) where animation was removed from GIF files during upload |
| 33 | +- Resolved [#2765](https://github.com/ExpressionEngine/ExpressionEngine/pull/2765) where using `ee()->table->set_data()` was not possible outside of Control Panel |
| 34 | +- Resolved [#2813](https://github.com/ExpressionEngine/ExpressionEngine/pull/2813) where select listing box bursts out of frame if page names are long. |
| 35 | +- Resolved [#2808](https://github.com/ExpressionEngine/ExpressionEngine/pull/2808) where some servers did not accept SVG files to be uploaded into image-only directory |
| 36 | +- Resolved [#2667](https://github.com/ExpressionEngine/ExpressionEngine/pull/2667) where errors for password resetting were not shown properly |
| 37 | +- Resolved [#2737](https://github.com/ExpressionEngine/ExpressionEngine/pull/2737) where templates that require authentication could show PHP notice |
| 38 | +- Resolved [#2312](https://github.com/ExpressionEngine/ExpressionEngine/pull/2312) where conditional fields depending on radio button could be not loaded correctly when creating new entry |
| 39 | +- Resolved [#2653](https://github.com/ExpressionEngine/ExpressionEngine/pull/2653) where Radio and Select fields were showing values and not labels in Entry Manager |
| 40 | +- Resolved [#2356](https://github.com/ExpressionEngine/ExpressionEngine/pull/2356) where Preview button was still visible when preview turned off in channel preferences |
| 41 | +- Resolved issue where Channel Form grid has extra unneeded column |
| 42 | + |
11 | 43 | ## Version 6.4.4 |
12 | 44 | (Release: January 10, 2023) |
13 | 45 |
|
|
0 commit comments