From 0a89d52baafb468027ee5fbc390b069fb60a0e60 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Wed, 20 Aug 2025 19:05:12 -0400 Subject: [PATCH] changing order some --- docs/installation/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 9047708c..de1bfdf6 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -28,8 +28,8 @@ **Bug Fixes** 🐛 - Fixed [#4923](https://github.com/ExpressionEngine/ExpressionEngine/issues/4923) where RTE ckeditor unordered list style issue -- Resolved [#4458](https://github.com/ExpressionEngine/ExpressionEngine/issues/4458) an issue where base_path and theme_path could be incorrectly set when installed with system folder above web root - Fixed no_results to work in rss parser add-on [#4833](https://github.com/ExpressionEngine/ExpressionEngine/pull/4833) +- Resolved [#4458](https://github.com/ExpressionEngine/ExpressionEngine/issues/4458) an issue where base_path and theme_path could be incorrectly set when installed with system folder above web root - Resolved #4933 changed row getter to account for model object as well [#4933](https://github.com/ExpressionEngine/ExpressionEngine/issues/4933) **Enhancements** ✨