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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ NOTE: **Important:** This version includes important security updates.
29
29
30
30
**Enhancements** 🚀
31
31
32
-
- Added Image meta data stripping as an option (requires Image Magic when enabled)
32
+
- Added image metadata stripping as an option on upload (requires Image Magic PHP extension when enabled)
33
33
- Removed unnecessary white line at the bottom of the version area
34
34
- Moblog Set the socket to non-blocking before checking the socket response
35
35
- Added ability to pass filename through to channel set export in code
@@ -38,9 +38,9 @@ NOTE: **Important:** This version includes important security updates.
38
38
- Resolved [#4569](https://github.com/ExpressionEngine/ExpressionEngine/issues/4569) where older versions of PHP might throw an error during Pro access checks
39
39
- Resolved [#4559](https://github.com/ExpressionEngine/ExpressionEngine/issues/4559) where template export could raise a PHP warning
40
40
- Resolved [#4543](https://github.com/ExpressionEngine/ExpressionEngine/issues/4543) where a PHP notice could be shown during relationship sorting
41
-
- Resolved [#4511](https://github.com/ExpressionEngine/ExpressionEngine/issues/4511) where PHP warning was shown is the cache file was already cleared
41
+
- Resolved [#4511](https://github.com/ExpressionEngine/ExpressionEngine/issues/4511) where PHP warning was shown in the cache file was already cleared
42
42
- Resolved [#4504](https://github.com/ExpressionEngine/ExpressionEngine/issues/4504) where POSTed Channel Form values were sometimes not populated correctly in case of validation error
43
-
- Resolved [#4489](https://github.com/ExpressionEngine/ExpressionEngine/issues/4489) where Upload Location filter in the File Picker did not work correctly after going into subdirectory
43
+
- Resolved [#4489](https://github.com/ExpressionEngine/ExpressionEngine/issues/4489) where Upload Location filter in the File Picker did not work correctly after going into a subdirectory
44
44
- Fixed [icon position](https://github.com/ExpressionEngine/ExpressionEngine/pull/4541) for required field in grid field body
45
45
- Fixed frontedit js error (contentWindow is undefined)
0 commit comments