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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,18 @@
9
9
10
10
# ExpressionEngine v5 Change Log
11
11
12
+
## Version 5.3.2
13
+
14
+
Release Date: April 22, 2020
15
+
-**Updated support for PHP 7.4**
16
+
- Fixed a bug ([#399] (https://github.com/ExpressionEngine/ExpressionEngine/issues/399)) where a user was required to enter a Pages URI when selecting a default template.
17
+
- Fixed a bug ([#404] (https://github.com/ExpressionEngine/ExpressionEngine/issues/404)) where removing a database record for a template that is used would cause an error.
18
+
- Fixed a bug where some installations on Windows OS where unable to upgrade via the 1 Click Updater.
19
+
- Fixed a bug where selecting the first checkbox in a table's row which contains multiple checkboxes, the last checkbox would also automatically be selected.
20
+
- Fixed a bug ([#406] (https://github.com/ExpressionEngine/ExpressionEngine/issues/406)) where an error was thrown if EE was installed on a server that did not have the `iconv` PHP extension installed.
21
+
- Fixed a bug where if cURL failed during a 1 Click Update, no error was thrown to let the user know what happened.
NOTE: **Note:** If you're on MediaTemple you will need [to create a phprc file](http://wiki.dreamhost.com/PHP.ini#How_to_add_a_phprc_file) that contains the following: `extension = fileinfo.so`
69
70
@@ -74,18 +75,6 @@ These are recommended, but not required.
74
75
- The [Internationalization](http://php.net/manual/en/book.intl.php) extension, for full functionality of [variable modifiers](templates/variable-modifiers.md)
For full support of multibyte encodings, ask your web host or server admin to set `mbstring.func_overload` to `6` in your server configuration by editing `php.ini` as shown below:
78
-
79
-
; overload(replace) single byte functions by mbstring functions.
80
-
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
81
-
; etc. Possible values are 0,1,2,4 or combination of them.
82
-
; For example, 7 for overload everything.
83
-
; 0: No overload
84
-
; 1: Overload mail() function
85
-
; 2: Overload str*() functions
86
-
; 4: Overload ereg*() functions
87
-
mbstring.func_overload = 6
88
-
89
78
### MySQL Privileges
90
79
91
80
The MySQL user connecting to the database must have the following privileges:
0 commit comments