diff --git a/context7.json b/context7.json new file mode 100644 index 00000000..e1272ece --- /dev/null +++ b/context7.json @@ -0,0 +1,4 @@ +{ + "url": "https://context7.com/expressionengine/expressionengine-user-guide", + "public_key": "pk_gcFtpJV1jB0IjN3Jd8Ui5" +} \ No newline at end of file diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index c95b8df3..fd9f0db4 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,12 +8,42 @@ --> # ExpressionEngine v7 Change Log +## Version 7.5.19 +(Release: January 21st, 2026) +
+
+ +
+
+ +**Enhancements** 🚀 + +- Added ability to specify SMTP SSL peer name in config +- Updated LivePreview to maintain scroll position during updates +- Added indexes for Module Actions + +**Bug Fixes** 💃🐛 + +- Fixed [#5057](https://github.com/ExpressionEngine/ExpressionEngine/issues/5057) where RedatorX required validation bug +- Resolved [#5073](https://github.com/ExpressionEngine/ExpressionEngine/issues/5073) where File Manager did not display some SVG files in table view +- Resolved [#5055](https://github.com/ExpressionEngine/ExpressionEngine/issues/5055) where `{page_uri}` for Structure Listings did not include trailing slash even if configured +- Resolved [#4993](https://github.com/ExpressionEngine/ExpressionEngine/issues/4993) where expiration of password reset links did not match email instructions +- Resolved [#5093](https://github.com/ExpressionEngine/ExpressionEngine/issues/5093) where there was a typo in cookie description +- Resolved an issue with maintaining numeric keys on Select fieldtypes that use a placeholder element + ## Version 7.5.18 (Release: December 3rd, 2025)