|
8 | 8 | -->
|
9 | 9 | # ExpressionEngine v7 Change Log
|
10 | 10 |
|
| 11 | +## Version 7.3.12 |
| 12 | +(Release: September 6, 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/892072?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Aaron Kirkham</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=aaronkirkham" target="_BLANK">@aaronkirkham</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/53965?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">Brian Litzinger</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=litzinger" target="_BLANK">@litzinger</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/65210753?v=4" /><div class="space-y-2"><div class="text-xs font-medium lg:text-sm"><p class="mb-1">River Kelly</p><p class="text-indigo-600"><a href="https://github.com/ExpressionEngine/ExpressionEngine/commits?author=RK311y" target="_BLANK">@RK311y</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 | +<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> |
| 23 | +<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> |
| 24 | + |
| 25 | + </ul> |
| 26 | +</div> |
| 27 | +</div> |
| 28 | + |
| 29 | +**Enhancements** 🚀 |
| 30 | + |
| 31 | +- Reduce the number of queries when fetching templates by caching some queries |
| 32 | + |
| 33 | +**Bug Fixes** 💃🐛 |
| 34 | + |
| 35 | +- Resolved [#3636](https://github.com/ExpressionEngine/ExpressionEngine/issues/3636) where searching in File Manager while having Upload Directory selected did not include files in subfolders |
| 36 | +- Resolved [#2814](https://github.com/ExpressionEngine/ExpressionEngine/issues/2814) where Date picker wasn't always showing calendar when manually entering date into a date field |
| 37 | +- Resolved [#3718](https://github.com/ExpressionEngine/ExpressionEngine/issues/3718) where edit links were showing up in Relationship field even for entries where user had no permissions |
| 38 | +- Resolved issue where PHP notice was shown when running updater using PHP 8.2 |
| 39 | +- Resolved issue where the user was redirected to different page after saving Front-End Editing Settings |
| 40 | +- Resolved issue where using undefined layout variables in tag parameters would cause unexpected results |
| 41 | + |
| 42 | +**Developers** 💻 |
| 43 | + |
| 44 | +- Updated testing suite to use Cypress 13 |
| 45 | + |
11 | 46 | ## Version 7.3.11
|
12 | 47 | (Release: August 15, 2023)
|
13 | 48 |
|
|
0 commit comments