Skip to content

Commit 9d4e813

Browse files
committed
[FIX] Changelog.
1 parent 3ce16e5 commit 9d4e813

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/docs/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This file shows the changes in recent releases of Evolution CMS. The most curren
22
development release, and is only shown to give an idea of what's currently in the pipeline.
33

44
Evolution CMS 3.5.1 (Jan 02, 2026)
5-
* [GitHub: ] - [ADD] Performance optimization: cache dotenv to speed up bootstrap. (Seiger)
5+
* [GitHub: 3ce16e5] - [ADD] Performance optimization: cache dotenv to speed up bootstrap. (Seiger)
66
* [GitHub: f0ba72a] - [FIX] Dates. (Seiger)
77
* [GitHub: cc2fb6b] - [FIX] Fixes #2164: speed up TTFB performance. (Seiger)
88
* [GitHub: 0eea7ad] - [FIX] style typo error (Dmi3yy)

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.0', // Current version number
3-
'release_date' => 'Dec 25, 2025', // Date of release
2+
'version' => '3.5.1', // Current version number
3+
'release_date' => 'Jan 02, 2026', // Date of release
44
'branch' => 'Evolution CMS', // Codebase name
5-
'full_appname' => 'Evolution CMS 3.5.0 (Dec 25, 2025)'
5+
'full_appname' => 'Evolution CMS 3.5.1 (Jan 02, 2026)'
66
];

0 commit comments

Comments
 (0)