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
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,16 @@
27
27
28
28
**Bug Fixes** 💃🐛
29
29
30
-
- Resolved [#3636](https://github.com/ExpressionEngine/ExpressionEngine/issues/3636) where searching in File Manager while having Upload Directory selected did not include files in subfolders
31
-
- Resolved [#2814](https://github.com/ExpressionEngine/ExpressionEngine/issues/2814) where Date picker wasn't always showing calendar when manually entering date into a date field
32
-
- 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
33
-
- Resolved issue where PHP notice was shown when running updater using PHP 8.2
34
-
- Resolved issue where the user was redirected to different page after saving Front-End Editing Settings
35
-
- Resolved issue where using undefined layout variables in tag parameters would cause unexpected results
30
+
- Resolved [#3766](https://github.com/ExpressionEngine/ExpressionEngine/issues/3766) where using invalid modifier when chaining on-the-fly image manipulations would cause PHP warning
31
+
- Resolved [#3762](https://github.com/ExpressionEngine/ExpressionEngine/issues/3762) where selection of checkboxes in Grid with values containing single quotes was not re-populated after saving an entry
32
+
- Resolved [#3743](https://github.com/ExpressionEngine/ExpressionEngine/issues/3743) where invisible characters in filenames caused corrupt path errors
33
+
- Updated ColorPicker fieldtype so it could be used with Channel Form
34
+
- Resolved [#3754](https://github.com/ExpressionEngine/ExpressionEngine/issues/3754) where PHP deprecation notice could be shown when using File Grid with file column empty
35
+
- 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
36
+
- Resolved [#3772](https://github.com/ExpressionEngine/ExpressionEngine/issues/3772) where ExpressionEngine News dashboard widgets was not using date fomatting preference
37
+
- Resolved issue where CP could sometimes redirect to invalid URL after idle session
0 commit comments