From 65c2a7a6c865f22c143029f1ccf84eee7479aa4d Mon Sep 17 00:00:00 2001 From: Jace Richardson Date: Thu, 2 Apr 2020 15:28:36 -0400 Subject: [PATCH 1/2] Patch bump in config yaml file --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 22454b754..f62d5499b 100644 --- a/config.yml +++ b/config.yml @@ -6,6 +6,6 @@ outputDir: build themeDir: theme customVariables: - current_version: '5.3.0' + current_version: '5.3.1' current_year: 2020 From 5b50524ac3cb051273ba4a55f59896338493f937 Mon Sep 17 00:00:00 2001 From: Jace Richardson Date: Thu, 9 Apr 2020 16:05:42 -0400 Subject: [PATCH 2/2] Removed item not included in this version. Changed release date. --- docs/installation/changelog.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 1ccba771e..da04fb1ff 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -11,11 +11,9 @@ ## Version 5.3.1 -Release Date: April 2, 2020 +Release Date: April 9, 2020 - **Added support for PHP 7.4** -- 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. - - Fixed a bug ([#147](https://github.com/ExpressionEngine/ExpressionEngine/issues/147)) where `is_system_on` was changed to `y` when updating the CMS. - Fixed a bug ([#188](https://github.com/ExpressionEngine/ExpressionEngine/issues/188)) where image uploads where failing because of missing integer casting. - 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).