Skip to content

Commit

Permalink
Evolution CMS 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Feb 26, 2021
1 parent 1cea0f1 commit 4cc0877
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions assets/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
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.2 (Feb 26, 2021)
* [GitHub:#1cea0f175] - composer update (Dmi3yy)
* [GitHub:#05da0b0e4] - fix query errors (Pathologic)
* [GitHub:#f45eca69c] - fix(manager): Save user without groups (Serg)
* [GitHub:#8d81e78fb] - lang (fix) delete error word (Ser1ous)
* [GitHub:#0c75c1796] - install (fix) fix check database EXISTS (Ser1ous)
* [GitHub:#72262db72] - core (add) add custom error file (Ser1ous)
* [GitHub:#8da8d7586] - fix disabled elements in headmenu (mnoskov)
* [GitHub:#cbacb5816] - core (fix) add user fields to exclude tvs name (Ser1ous)
* [GitHub:#2bbd37a4e] - fic getConfig for which_editor (Dmi3yy)
* [GitHub:#5f73258cc] - core (fix) add exception for github limits (Ser1ous)
* [GitHub:#20473423b] - core (fix) change cli check (Ser1ous)
* [GitHub:#18bc86e8e] - remove package.json (Dmi3yy)
* [GitHub:#8f01a3476] - install (fix) fix delete folder when use console update (Ser1ous)
* [GitHub:#bfca1888e] - hide mysql and postgree warning on install (Dmi3yy)


Evolution CMS 3.1.1 (Feb 18, 2021)
* [GitHub:#38cb480f8] - install (add) add new file for delete (Ser1ous)
* [GitHub:#9428c6612] - fix snippet share params (Dmi3yy)
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.1', // Current version number
'release_date' => 'Feb 18, 2021', // Date of release
'version' => '3.1.2', // Current version number
'release_date' => 'Feb 26, 2021', // Date of release
'branch' => 'Evolution CMS', // Codebase name
'full_appname' => 'Evolution CMS 3.1.1 (Feb 18, 2021)'
'full_appname' => 'Evolution CMS 3.1.2 (Feb 26, 2021)'
];

0 comments on commit 4cc0877

Please sign in to comment.