You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/changelog.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,18 @@
17
17
- Resolved [#1747](https://github.com/ExpressionEngine/ExpressionEngine/issues/1747) where mime type of some PDF files was not identified correctly
18
18
- Resolved [#1766](https://github.com/ExpressionEngine/ExpressionEngine/issues/1766) where Consent module was not respecting `disable_csrf_protection` config override
19
19
- Resolved [#1776](https://github.com/ExpressionEngine/ExpressionEngine/issues/1776) where some pages were showing warnings when using PHP 8.1
20
+
- Resolved [#1798](https://github.com/ExpressionEngine/ExpressionEngine/issues/1798) where entry limit notification was incorrectly positioned in the DOM
20
21
- Resolved issue where path to first-party plugins was not set correctly
21
22
- Resolved the issue where config file was not locked properly when performing system upgrade
22
23
- Resolved very minor UI and code issues
23
-
24
+
- Resolved PHP 8.1 compatibility issue with the CLI
25
+
- Resolved bug where some entries where not displayed if they were published at the same exact time as page render.
24
26
25
27
-**Enhancements** 🚀
26
28
- Released [ExpressionEngine Pro 1.2](/pro/changelog.md) with [entry cloning support](/pro/entry_cloning.md)
27
29
- Resolved [#1400](https://github.com/ExpressionEngine/ExpressionEngine/issues/1400) by adding `parse_files` parameter to Query tag
30
+
- Clarified Database Server Address label on the installation page.
0 commit comments