Skip to content

Commit 4cc0877

Browse files
committed
Evolution CMS 3.1.2
1 parent 1cea0f1 commit 4cc0877

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

assets/docs/changelog.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
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.1.2 (Feb 26, 2021)
5+
* [GitHub:#1cea0f175] - composer update (Dmi3yy)
6+
* [GitHub:#05da0b0e4] - fix query errors (Pathologic)
7+
* [GitHub:#f45eca69c] - fix(manager): Save user without groups (Serg)
8+
* [GitHub:#8d81e78fb] - lang (fix) delete error word (Ser1ous)
9+
* [GitHub:#0c75c1796] - install (fix) fix check database EXISTS (Ser1ous)
10+
* [GitHub:#72262db72] - core (add) add custom error file (Ser1ous)
11+
* [GitHub:#8da8d7586] - fix disabled elements in headmenu (mnoskov)
12+
* [GitHub:#cbacb5816] - core (fix) add user fields to exclude tvs name (Ser1ous)
13+
* [GitHub:#2bbd37a4e] - fic getConfig for which_editor (Dmi3yy)
14+
* [GitHub:#5f73258cc] - core (fix) add exception for github limits (Ser1ous)
15+
* [GitHub:#20473423b] - core (fix) change cli check (Ser1ous)
16+
* [GitHub:#18bc86e8e] - remove package.json (Dmi3yy)
17+
* [GitHub:#8f01a3476] - install (fix) fix delete folder when use console update (Ser1ous)
18+
* [GitHub:#bfca1888e] - hide mysql and postgree warning on install (Dmi3yy)
19+
20+
421
Evolution CMS 3.1.1 (Feb 18, 2021)
522
* [GitHub:#38cb480f8] - install (add) add new file for delete (Ser1ous)
623
* [GitHub:#9428c6612] - fix snippet share params (Dmi3yy)

core/factory/version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return [
3-
'version' => '3.1.1', // Current version number
4-
'release_date' => 'Feb 18, 2021', // Date of release
3+
'version' => '3.1.2', // Current version number
4+
'release_date' => 'Feb 26, 2021', // Date of release
55
'branch' => 'Evolution CMS', // Codebase name
6-
'full_appname' => 'Evolution CMS 3.1.1 (Feb 18, 2021)'
6+
'full_appname' => 'Evolution CMS 3.1.2 (Feb 26, 2021)'
77
];

0 commit comments

Comments
 (0)