Skip to content

Commit bbf242c

Browse files
authored
Merge pull request #71 from ops-andy/release/5.3.1
updated changelog for 5.3.1 release
2 parents f908d6a + 0f9d46a commit bbf242c

File tree

2 files changed

+64
-18
lines changed

2 files changed

+64
-18
lines changed

docs/installation/changelog.md

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

1010
# ExpressionEngine v5 Change Log
1111

12+
## Version 5.3.1
13+
14+
Release Date: April 2, 2020
15+
16+
- **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+
19+
- Fixed a bug ([#147](https://github.com/ExpressionEngine/ExpressionEngine/issues/147)) where `is_system_on` was changed to `y` when updating the CMS.
20+
- Fixed a bug ([#188](https://github.com/ExpressionEngine/ExpressionEngine/issues/188)) where image uploads where failing because of missing integer casting.
21+
- 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).
22+
- Fixed a bug ([#248](https://github.com/ExpressionEngine/ExpressionEngine/issues/248)) where the `after_channel_entry_save` extension hook would run twice when saving a new channel entry.
23+
- Fixed a bug ([#292](https://github.com/ExpressionEngine/ExpressionEngine/issues/292)) where a user was unable to delete page uri or page template with default theme installed.
24+
- Fixes a bug ([#321](https://github.com/ExpressionEngine/ExpressionEngine/issues/321)) where a warning was not being displayed when an entry was saved if a URI was entered in the Pages module without also selecting a template.
25+
- Fixed a bug ([#337](https://github.com/ExpressionEngine/ExpressionEngine/issues/337)) where an entry with a URL title of `n` was being ignored.
26+
- Fixed a bug ([#346](https://github.com/ExpressionEngine/ExpressionEngine/issues/346)) where strpos Non-string needles will be interpreted as strings in the future.
27+
- Fixed a bug ([#382](https://github.com/ExpressionEngine/ExpressionEngine/issues/382)) where drag and drop fields were producing errors in MSM sites.
28+
29+
1230
## Version 5.3.0
1331

1432
Release Date: September 28, 2019

package-lock.json

Lines changed: 46 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)