Skip to content

Commit 7e77c91

Browse files
authored
Merge pull request #74 from ExpressionEngine/release/5.3.1
Release/5.3.1
2 parents 735b367 + 5b50524 commit 7e77c91

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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.0'
9+
current_version: '5.3.1'
1010
current_year: 2020
1111

docs/installation/changelog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111

1212
## Version 5.3.1
1313

14-
Release Date: April 2, 2020
14+
Release Date: April 9, 2020
1515

1616
- **Added support for PHP 7.4**
17-
- Added the ability to add additional parameters to `form_declaration` functions. Updated function will accept an additional array that will allow for use with data attributes, target, or other JavaScript actions.
18-
1917
- Fixed a bug ([#147](https://github.com/ExpressionEngine/ExpressionEngine/issues/147)) where `is_system_on` was changed to `y` when updating the CMS.
2018
- Fixed a bug ([#188](https://github.com/ExpressionEngine/ExpressionEngine/issues/188)) where image uploads where failing because of missing integer casting.
2119
- Fixed a bug ([#190](https://github.com/ExpressionEngine/ExpressionEngine/issues/190)) where omitting the return parameter for the `{exp:consent:form}` tag didn't redirect to same page as it was submitted on per the [docs](https://docs.expressionengine.com/latest/add-ons/consent.html#return).

0 commit comments

Comments
 (0)