Skip to content

Commit 2b9a178

Browse files
committed
[UPD] Version.
1 parent 17f7330 commit 2b9a178

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

assets/docs/changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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.3 (Feb 19, 2026)
5+
* [GitHub: 032c5dd] - [ADD] Automatic register alias config file for custom packages. (Seiger)
6+
* [GitHub: e46ec54] - [ADD] Laravel session compatibility layer through EvoSessionProxy and middleware integration. (Dmi3yy)
7+
* [GitHub: 6ded2cb] - [ADD] Initialize Laravel session support in manager via EvoSessionProxy. (Dmi3yy)
8+
* [GitHub: 8541461] - [ADD] SQLite to the web installer. (Elcreator)
9+
* [GitHub: b3db5ce] - [ADD] Init new theme liquid. (Dmi3yy)
10+
* [GitHub: 243020b] - [ADD] Introduce refined tab and popup styles, update theme variables, and adjust menu padding for improved UI consistency. (Dmi3yy)
11+
* [GitHub: 7857ee8] - [ADD] Add SqliteDumper class and integrate SQLite backup support into database management actions. (Dmi3yy)
12+
* [GitHub: 60da28d] - [ADD] Preset install command. (Dmi3yy)
13+
414
Evolution CMS 3.5.1 (Jan 02, 2026)
515
* [GitHub: 3ce16e5] - [ADD] Performance optimization: cache dotenv to speed up bootstrap. (Seiger)
616
* [GitHub: f0ba72a] - [FIX] Dates. (Seiger)

core/factory/version.php

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

0 commit comments

Comments
 (0)