Skip to content

Commit 52e6574

Browse files
committed
[FIX] Changelog.
1 parent c727ed2 commit 52e6574

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

assets/docs/changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
This file shows the changes in recent releases of Evolution CMS. The most current release is usually the
22
development release, and is only shown to give an idea of what's currently in the pipeline.
33

4+
Evolution CMS 3.5.4 (Feb 20, 2026)
5+
* [1dc4453] - [REF] Mark $modx as Deprecated. (Seiger)
6+
* [1aaf916] - [FIX] Reverted prefix placeholder support and fixed login issue. (Elcreator)
7+
* [236b1ec] - [FIX] Reverted inability to login if NO_SESSION is set. (Elcreator)
8+
* [5e4704f] - [FIX] MCPUK via evo.EVO_MANAGER_URL. (Seiger)
9+
410
Evolution CMS 3.5.3 (Feb 19, 2026)
511
* [GitHub: 032c5dd] - [ADD] Automatic register alias config file for custom packages. (Seiger)
612
* [GitHub: e46ec54] - [ADD] Laravel session compatibility layer through EvoSessionProxy and middleware integration. (Dmi3yy)

core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "evolution-cms/evolution",
33
"type": "project",
4-
"version": "3.5.3",
4+
"version": "3.5.4",
55
"description": "Welcome to the Evolution CMS. The world’s fastest, most customizable Open Source PHP CMS. Your creative vision, no restrictions, no compromise.",
66
"keywords": [
77
"content",

core/factory/version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php return [
2-
'version' => '3.5.3', // Current version number
3-
'release_date' => 'Feb 19, 2026', // Date of release
2+
'version' => '3.5.4', // Current version number
3+
'release_date' => 'Feb 20, 2026', // Date of release
44
'branch' => 'Evolution CMS', // Codebase name
5-
'full_appname' => 'Evolution CMS 3.5.3 (Feb 19, 2026)'
5+
'full_appname' => 'Evolution CMS 3.5.4 (Feb 20, 2026)'
66
];

0 commit comments

Comments
 (0)