Skip to content

Commit 0d493b7

Browse files
authored
Merge pull request #785 from ExpressionEngine/changelog/7.3.15
changelog 7.3.15
2 parents 17cd81c + f9efdcd commit 0d493b7

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

docs/installation/changelog.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,32 @@
88
-->
99
# ExpressionEngine v7 Change Log
1010

11+
## Version 7.3.15
12+
(Release: January 16, 2024)
13+
14+
NOTE: **Important:** This version includes important security updates.
15+
16+
- **Contributors** 🙌
17+
<div class="max-w-7xl mx-autotext-center">
18+
<div class="space-y-8 sm:space-y-12">
19+
<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">
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/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>
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/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>
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+
</ul>
25+
</div>
26+
</div>
27+
28+
**Bug Fixes** 💃🐛
29+
30+
- Resolved [#3989](https://github.com/ExpressionEngine/ExpressionEngine/issues/3989) where Role permissions could have been saved during validation request
31+
- Resolved [#3749](https://github.com/ExpressionEngine/ExpressionEngine/issues/3749) where TLS 1.3 was showing up as option in email settings for PHP versions that don't support it
32+
- Resolved [#3860](https://github.com/ExpressionEngine/ExpressionEngine/issues/3860) where certain "Save" buttons did not scale properly on mobile devices
33+
- Resolved [#3884](https://github.com/ExpressionEngine/ExpressionEngine/issues/3884) where error could be shown using CLI `sync:conditional-fields` command when using PHP 8.2
34+
- Resolved issue where saving entry with Fluid field using groups could throw PHP error if field was removed from group
35+
36+
1137
## Version 7.3.14
1238
(Release: October 24, 2023)
1339

@@ -62,7 +88,7 @@
6288
- Updated ColorPicker fieldtype so it could be used with Channel Form
6389
- Resolved [#3754](https://github.com/ExpressionEngine/ExpressionEngine/issues/3754) where PHP deprecation notice could be shown when using File Grid with file column empty
6490
- Resolved [#3759](https://github.com/ExpressionEngine/ExpressionEngine/issues/3759) when pressing Ctrl+S with Redactor editor being in full screen mode would cause the field content to be erased
65-
- Resolved [#3772](https://github.com/ExpressionEngine/ExpressionEngine/issues/3772) where ExpressionEngine News dashboard widgets was not using date fomatting preference
91+
- Resolved [#3772](https://github.com/ExpressionEngine/ExpressionEngine/issues/3772) where ExpressionEngine News dashboard widgets was not using date formatting preference
6692
- Resolved issue where CP could sometimes redirect to invalid URL after idle session
6793
- Resolved some PHP 8.2 compatibility issues
6894

@@ -268,7 +294,7 @@
268294
- Resolved [#674](https://github.com/ExpressionEngine/ExpressionEngine/issues/674) where having conflicting member_id in Member Import XML file was causing SQL error
269295
- Resolved [#2178](https://github.com/ExpressionEngine/ExpressionEngine/issues/2178) where pagination in Entry Manager was not correct for people who only can edit their own entries
270296
- Resolved issue where Structure would show deprecation notice when using PHP 8.2
271-
- Resolved [issue](https://github.com/ExpressionEngine/ExpressionEngine/pull/3477) with Comments entry tag would show deprecation notice whhen using PHP 8.2
297+
- Resolved [issue](https://github.com/ExpressionEngine/ExpressionEngine/pull/3477) with Comments entry tag would show deprecation notice when using PHP 8.2
272298
- Resolved [#3402](https://github.com/ExpressionEngine/ExpressionEngine/pull/3406) where PHP 8.1 deprecation noticed showed when build editing entries with pages module installed
273299
- Resolved [issue](https://github.com/ExpressionEngine/ExpressionEngine/pull/3587) where uninstalled add-ons could have still have tab file called from Entry Manager
274300
- Resolved [#3397](https://github.com/ExpressionEngine/ExpressionEngine/pull/3400) where Template Routes page was showing deprecation notices when using PHP 8.2
@@ -403,7 +429,7 @@
403429

404430
- Resolved issue where Entry Manager could show PHP error when some add-on was missing
405431
- Resolved issue where it was impossible to edit Categories when using phone
406-
- Resolved [#3259](https://github.com/ExpressionEngine/ExpressionEngine/issues/3259) where certain coditionals in templates could generate PHP warning
432+
- Resolved [#3259](https://github.com/ExpressionEngine/ExpressionEngine/issues/3259) where certain conditionals in templates could generate PHP warning
407433
- Resolved issue where MariaDB 10 could report the wrong version to the DB requirements checker
408434

409435
## Version 7.3.0

0 commit comments

Comments
 (0)