Skip to content

Commit 4c38e06

Browse files
authored
Merge pull request #78 from ExpressionEngine/release/5.3.2
Release/5.3.2
2 parents 20cb258 + a790aa8 commit 4c38e06

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ outputDir: build
66
themeDir: theme
77

88
customVariables:
9-
current_version: '5.3.1'
9+
current_version: '5.3.2'
1010
current_year: 2020
1111

docs/installation/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99

1010
# ExpressionEngine v5 Change Log
1111

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.
22+
23+
1224
## Version 5.3.1
1325

1426
Release Date: April 9, 2020

docs/installation/requirements.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Though the following are available in PHP by default, some hosts may have them d
6464

6565
- [GD (or GD 2)](http://www.php.net/manual/en/ref.image.php) library
6666
- The [File Information (fileinfo)](http://php.net/manual/en/book.fileinfo.php) PHP extension
67+
- [Iconv](https://www.php.net/manual/en/book.iconv.php) library
6768

6869
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`
6970

@@ -74,18 +75,6 @@ These are recommended, but not required.
7475
- The [Internationalization](http://php.net/manual/en/book.intl.php) extension, for full functionality of [variable modifiers](templates/variable-modifiers.md)
7576
- [Multibyte String](http://php.net/manual/en/mbstring.installation.php) handling
7677

77-
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-
8978
### MySQL Privileges
9079

9180
The MySQL user connecting to the database must have the following privileges:

0 commit comments

Comments
 (0)