Skip to content

Commit bbee9f8

Browse files
authored
Update changelog.md
1 parent 4265829 commit bbee9f8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/installation/changelog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
# ExpressionEngine v7 Change Log
1010

1111
## Version 7.3.12
12-
(Release: August 29, 2023)
12+
(Release: September 6, 2023)
1313

1414
- **Contributors** 🙌
1515
<div class="max-w-7xl mx-autotext-center">
1616
<div class="space-y-8 sm:space-y-12">
1717
<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>
1819
<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>
1920
<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>
2021
<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,7 +28,7 @@
2728

2829
**Enhancements** 🚀
2930

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
3132

3233
**Bug Fixes** 💃🐛
3334

@@ -36,10 +37,11 @@
3637
- 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
3738
- Resolved issue where PHP notice was shown when running updater using PHP 8.2
3839
- 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
3941

4042
**Developers** 💻
4143

42-
- Updated testing suite to use Cypress 12
44+
- Updated testing suite to use Cypress 13
4345

4446
## Version 7.3.11
4547
(Release: August 15, 2023)

0 commit comments

Comments
 (0)