|
8 | 8 | --> |
9 | 9 | # ExpressionEngine v7 Change Log |
10 | 10 |
|
| 11 | +## Version 7.3.9 |
| 12 | +(Release: August 9, 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/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> |
| 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/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> |
| 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/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> |
| 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/48371903?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Paul L Varner</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=projectnoontide" target="_BLANK">@projectnoontide</a></p></div></div></div></li> |
| 23 | + </ul> |
| 24 | +</div> |
| 25 | +</div> |
| 26 | + |
| 27 | +**Enhancements** 🚀 |
| 28 | + |
| 29 | +- Improved Control Panel accessibility for using screen readers |
| 30 | +- Resolved [#3623](https://github.com/ExpressionEngine/ExpressionEngine/issues/3623) where printing website pages could include graphical elements from the Dock. |
| 31 | +- Include Entry ID when searching in Relationship field; #3537 |
| 32 | +- Added Utility and post-update check for duplicate Template Groups |
| 33 | + |
| 34 | +**Bug Fixes** 💃🐛 |
| 35 | + |
| 36 | +- Resolved issue where it was not possible to save loaded revision if Fluid field has some fields deleted; |
| 37 | +- Resolved [#3639](https://github.com/ExpressionEngine/ExpressionEngine/issues/3639) where is was not possible to save loaded revision with removed Grid rows; |
| 38 | +- 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 |
| 39 | +- Resolved [#2666](https://github.com/ExpressionEngine/ExpressionEngine/issues/2666) where using Dynamic query caching caused pagination on Structure listing being inaccurate |
| 40 | +- Resolved issue where field group names were made lowercase in Fluid |
| 41 | +- Resolved [#3347](https://github.com/ExpressionEngine/ExpressionEngine/issues/3347) where members without permission to edit own entries could still access those with direct link |
| 42 | +- Resolved issue when selecting subfolder in file field was showing incorrect message in upload component |
| 43 | +- Resolved [#3634](https://github.com/ExpressionEngine/ExpressionEngine/issues/3634) where having MSM-shared upload directory would cause Pages to be saved to wrong site |
| 44 | +- Resolved issue where JavaScript error could be shown when accessing add-on settings |
| 45 | +- Resolved [#3595](https://github.com/ExpressionEngine/ExpressionEngine/issues/3595) where File field did not present explanation of assigned upload directory on other MSM site |
| 46 | +- Resolved issue where PHP warning could have been shown when using Grid with Pro Variables |
| 47 | +- Resolved [#3596](https://github.com/ExpressionEngine/ExpressionEngine/issues/3596) where duplicate entry dates could cause inconsistent ordering in Entry Manager |
| 48 | +- Resolved [#3538](https://github.com/ExpressionEngine/ExpressionEngine/issues/3538) where validation for Field Group name was too strict |
| 49 | +- Resolved [#723](https://github.com/ExpressionEngine/ExpressionEngine/issues/723) where some language strings were still using "member groups" instead of "roles" |
| 50 | + |
| 51 | +**Developers** 💻 |
| 52 | + |
| 53 | +- Moved dependencies for ExpressionEngine Pro to system vendor-build folder; [#3666](https://github.com/ExpressionEngine/ExpressionEngine/issues/3666) |
| 54 | +- Resolved [#442](https://github.com/ExpressionEngine/ExpressionEngine/issues/442) where some code was not formatted well |
| 55 | + |
11 | 56 | ## Version 7.3.8 |
12 | 57 | (Release: July 20, 2023) |
13 | 58 |
|
|
0 commit comments