File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ This file shows the changes in recent releases of Evolution CMS. The most curren
22development release, and is only shown to give an idea of what's currently in the pipeline.
33
44Evolution 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)
Original file line number Diff line number Diff line change 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];
You can’t perform that action at this time.
0 commit comments