Skip to content

Commit 91bd5dd

Browse files
committed
Evolution CMS 3.1.1
1 parent e31896c commit 91bd5dd

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

assets/docs/changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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.1 (Feb 18, 2021)
5+
* [GitHub:#38cb480f8] - install (add) add new file for delete (Ser1ous)
6+
* [GitHub:#9428c6612] - fix snippet share params (Dmi3yy)
7+
* [GitHub:#d100720aa] - fix plugin share params (Dmi3yy)
8+
* [GitHub:#b25dcf6a3] - core (fix) show chunk (Ser1ous)
9+
10+
411
Evolution CMS 3.1.0 (Feb 17, 2021)
512
* [GitHub:#53a3b815d] - core (fix) fix select default package (Ser1ous)
613
* [GitHub:#4eb046ddf] - core (fix) fix incorrect Content Type (Ser1ous)

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.0', // Current version number
4-
'release_date' => 'Feb 17, 2021', // Date of release
3+
'version' => '3.1.1', // Current version number
4+
'release_date' => 'Feb 18, 2021', // Date of release
55
'branch' => 'Evolution CMS', // Codebase name
6-
'full_appname' => 'Evolution CMS 3.1.0 (Feb 17, 2021)'
6+
'full_appname' => 'Evolution CMS 3.1.1 (Feb 18, 2021)'
77
];

0 commit comments

Comments
 (0)