|
9 | 9 | # ExpressionEngine v7 Change Log
|
10 | 10 |
|
11 | 11 | ## Version 7.3.12
|
12 |
| -(Release: August 29, 2023) |
| 12 | +(Release: September 6, 2023) |
13 | 13 |
|
14 | 14 | - **Contributors** 🙌
|
15 | 15 | <div class="max-w-7xl mx-autotext-center">
|
16 | 16 | <div class="space-y-8 sm:space-y-12">
|
17 | 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> |
18 | 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>
|
19 | 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>
|
20 | 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>
|
|
27 | 28 |
|
28 | 29 | **Enhancements** 🚀
|
29 | 30 |
|
30 |
| -- Reduce the number of queries when fetching templates by caching some |
| 31 | +- Reduce the number of queries when fetching templates by caching some queries |
31 | 32 |
|
32 | 33 | **Bug Fixes** 💃🐛
|
33 | 34 |
|
|
36 | 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
|
37 | 38 | - Resolved issue where PHP notice was shown when running updater using PHP 8.2
|
38 | 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 |
39 | 41 |
|
40 | 42 | **Developers** 💻
|
41 | 43 |
|
42 |
| -- Updated testing suite to use Cypress 12 |
| 44 | +- Updated testing suite to use Cypress 13 |
43 | 45 |
|
44 | 46 | ## Version 7.3.11
|
45 | 47 | (Release: August 15, 2023)
|
|
0 commit comments