From b80601e97bf9dd8bb8e677d5e50e4a11817b2bb6 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Fri, 9 Jan 2026 09:44:59 -0500 Subject: [PATCH 1/4] adding context 7 script --- scripts/context7.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/context7.json diff --git a/scripts/context7.json b/scripts/context7.json new file mode 100644 index 00000000..e1272ece --- /dev/null +++ b/scripts/context7.json @@ -0,0 +1,4 @@ +{ + "url": "https://context7.com/expressionengine/expressionengine-user-guide", + "public_key": "pk_gcFtpJV1jB0IjN3Jd8Ui5" +} \ No newline at end of file From d89b8707e8543f6a045d19f96d52f2d29233cf70 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Fri, 9 Jan 2026 09:45:58 -0500 Subject: [PATCH 2/4] moving the context7 json to repo root --- scripts/context7.json => context7.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/context7.json => context7.json (100%) diff --git a/scripts/context7.json b/context7.json similarity index 100% rename from scripts/context7.json rename to context7.json From a2759cc17f76303cb3c0cd85b1ba76c0ec8e77cb Mon Sep 17 00:00:00 2001 From: Bryan Nielsen Date: Wed, 21 Jan 2026 11:52:06 -0500 Subject: [PATCH 3/4] Version 7.5.19 --- docs/installation/changelog.md | 35 +++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index c95b8df3..9348bdd9 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -8,12 +8,41 @@ --> # ExpressionEngine v7 Change Log +## Version 7.5.19 +(Release: January 21st, 2026) +
+
+ +
+
+ +**Enhancements** 🚀 + +- Add ability to specify SMTP SSL peer name in config +- Update LivePreview to maintain scroll position during updates + +**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)
    - +
  • Bryan Nielsen

    @bryannielsen

  • Tom Jaeger

    @TomJaeger

  • Yulya Lebed

    @Yulyaswan

  • @@ -63,7 +92,7 @@
      - +
    • Bryan Nielsen

      @bryannielsen

    • Doug Black Jr

      @dougblackjr

    • Tom Jaeger

      @TomJaeger

    • @@ -106,7 +135,7 @@
        - +
      • Bryan Nielsen

        @bryannielsen

      • Matt Johnson

        @matthewjohns0n

      • Tom Jaeger

        @TomJaeger

      • From 704eb02618457e5310649ce301d6527ff4531e52 Mon Sep 17 00:00:00 2001 From: Bryan Nielsen Date: Wed, 21 Jan 2026 13:03:28 -0500 Subject: [PATCH 4/4] Updates to enhancements section --- docs/installation/changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 9348bdd9..fd9f0db4 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -25,8 +25,9 @@ **Enhancements** 🚀 -- Add ability to specify SMTP SSL peer name in config -- Update LivePreview to maintain scroll position during updates +- 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** 💃🐛