Skip to content

Commit

Permalink
Evolution CMS 3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Feb 17, 2022
1 parent b4f46da commit 5f87714
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions assets/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
This file shows the changes in recent releases of Evolution CMS. The most current release is usually the
development release, and is only shown to give an idea of what's currently in the pipeline.

Evolution CMS 3.1.9 (Feb 17, 2022)
* [GitHub: 4daa05017] - Security fix Reflected XSS - RCE in Manager Panel, thanks Positive Technologies (dmi3yy)
* [GitHub: b4f46da0a] - fix for 3.1.8 (dmi3yy)
* [GitHub: 25ef5b193] - Update vendor folder (dmi3yy)
* [GitHub: 939f452a9] - update tracy. clear vendor (dmi3yy)
* [GitHub: 5eaee0269] - Update AbstractLaravel.php (zatomant)
* [GitHub: 079117fb8] - Update app.php (zatomant)
* [GitHub: 10ad672a9] - link change: http -> https (lazar2038)
* [GitHub: ac9b1073d] - PHP8 Error : Undefined array key "richtext" fix (lazar2038)
* [GitHub: 20ec67754] - Update remove_installer.processor.php (Martin Plavala)
* [GitHub: f7ae313ba] - Update Debugger.php (lazar2038)


Evolution CMS 3.1.8 (Jan 05, 2022)
* [GitHub: 0a0bbff33] - core (fix) lang in template (Serious)
* [GitHub: 740755d75] - core (fix) when user blockeduntil and blockedafter show info in global table fix #1784 (Serious)
Expand Down
6 changes: 3 additions & 3 deletions core/factory/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
return [
'version' => '3.1.8', // Current version number
'release_date' => 'Jan 05, 2022', // Date of release
'version' => '3.1.9', // Current version number
'release_date' => 'Feb 17, 2022', // Date of release
'branch' => 'Evolution CMS', // Codebase name
'full_appname' => 'Evolution CMS 3.1.8 (Jan 05, 2022)'
'full_appname' => 'Evolution CMS 3.1.9 (Feb 17, 2022)'
];

0 comments on commit 5f87714

Please sign in to comment.