Skip to content

Commit 2026170

Browse files
authored
Merge pull request #701 from ExpressionEngine/release/ee-7.3.7
Version 7.3.7
2 parents 79704de + 8510c69 commit 2026170

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

docs/installation/changelog.md

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

11+
## Version 7.3.7
12+
(Release: July 20, 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/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>
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/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>
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/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>
21+
</ul>
22+
</div>
23+
</div>
24+
25+
**Bug Fixes** 💃🐛
26+
27+
- Resolved [#3583](https://github.com/ExpressionEngine/ExpressionEngine/issues/3583) where RSS Parser user guide was referencing non-existing feed
28+
- Resolved [#3594](https://github.com/ExpressionEngine/ExpressionEngine/issues/3594) where template tags created from CLI would show error when used in Live Preview
29+
- Resolved issue where site_id might not be available in Post Flight checks
30+
- Resolved [#3439](https://github.com/ExpressionEngine/ExpressionEngine/issues/3439) where using File field limited to upload directory on other site would result in JavaScript error
31+
- Resolved [#3589](https://github.com/ExpressionEngine/ExpressionEngine/issues/3589) where some update routines could have been not run when updating from Low to Pro add-ons
32+
1133
## Version 7.3.6
1234
(Release: July 10, 2023)
1335

@@ -28,7 +50,7 @@
2850
- Resolved [#3568](https://github.com/ExpressionEngine/ExpressionEngine/issues/3568) where deselecting all template access for Role in one MSM site would also deselect it on other sites
2951
- Resolved [#2017](https://github.com/ExpressionEngine/ExpressionEngine/issues/2017) where comments were not added to Spam trap when changing comment status in Control Panel;
3052
- Resolved [#1826](https://github.com/ExpressionEngine/ExpressionEngine/issues/1826) where popup with spam details could be hard to navigate to
31-
- Resolved [#2787](https://github.com/ExpressionEngine/ExpressionEngine/issues/2787) where missing fieldtype would prevent adding new field or entry
53+
- Resolved [#2787](https://github.com/ExpressionEngine/ExpressionEngine/issues/2787) where missing fieldtype would prevent adding new field or entry
3254
- Resolved [#3456](https://github.com/ExpressionEngine/ExpressionEngine/issues/3456) where image manipulation could have wrong orientation
3355
- Resolved [#674](https://github.com/ExpressionEngine/ExpressionEngine/issues/674) where having conflicting member_id in Member Import XML file was causing SQL error
3456
- 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
@@ -39,7 +61,7 @@
3961
- Resolved [#3397](https://github.com/ExpressionEngine/ExpressionEngine/pull/3400) where Template Routes page was showing deprecation notices when using PHP 8.2
4062
- Resolved [#3123](https://github.com/ExpressionEngine/ExpressionEngine/pull/3398) where having template records without template group in database would case PHP notices in template editor
4163
- Resolved [#3371](https://github.com/ExpressionEngine/ExpressionEngine/pull/3374) where Grid fields could show PHP error when ExpressionEngine was updated from older version
42-
- Resolved [#3350](https://github.com/ExpressionEngine/ExpressionEngine/pull/3361) where PHP notice might be shown when parsing empty member field
64+
- Resolved [#3350](https://github.com/ExpressionEngine/ExpressionEngine/pull/3361) where PHP notice might be shown when parsing empty member field
4365
- Resolved [#218](https://github.com/ExpressionEngine/ExpressionEngine/issues/218) where Control Panel links could sometimes break after submitting idle login popup
4466

4567
## Version 7.3.5
@@ -147,7 +169,7 @@
147169

148170
**Bug Fixes** 💃🐛
149171

150-
- Resolved issue where Fluid field from older ExpressionEngine versions did not display the data in CP
172+
- Resolved issue where Fluid field from older ExpressionEngine versions did not display the data in CP
151173

152174
## Version 7.3.1
153175
(Release: June 8, 2023)

0 commit comments

Comments
 (0)