Skip to content

Commit 4b10667

Browse files
committed
Evolution CMS 3.1.3
1 parent 9e541fe commit 4b10667

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

assets/docs/changelog.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
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.3 (Mar 25, 2021)
5+
* [GitHub: 2d7f11f37] - update phpthumb ( migrate to composer) (Dmi3yy)
6+
* [GitHub: bbc97d752] - core (fix) change OnWebPagePrerender event (Serious)
7+
* [GitHub: a46f9542d] - fix composer-merge-plugin version (Dmi3yy)
8+
* [GitHub: 3ebfa0f17] - up from 1k to 3k update tree (Dmi3yy)
9+
* [GitHub: 8e848b7f5] - return lost constant (Pathologic)
10+
* [GitHub: c7debfab5] - Update ManagerTheme.php (Ser1ous)
11+
* [GitHub: b266175f4] - Japanese update (masco123)
12+
* [GitHub: cd5dc719c] - fix prefix (mnoskov)
13+
* [GitHub: d33b53952] - fix backtrace (mnoskov)
14+
* [GitHub: d4ccf1b3b] - console exceptions handling (mnoskov)
15+
* [GitHub: 6226f01cd] - fix password field in extras (Dmi3yy)
16+
* [GitHub: 801a0d9e3] - fix console detection (mnoskov)
17+
* [GitHub: 2acdc2e1b] - disable exceptions handler in console (mnoskov)
18+
* [GitHub: e7caa0920] - exceute parser only on notFound&notAllowed exception (mnoskov)
19+
* [GitHub: b98305d39] - artisan route:list (mnoskov)
20+
* [GitHub: 57aabc670] - core (fix) add check for admin (Ser1ous)
21+
* [GitHub: 9616055db] - Update Core.php (Ser1ous)
22+
* [GitHub: a561d02ef] - fix External image in [(login_logo)] #1468 (Dmi3yy)
23+
* [GitHub: 8d99db88c] - fix Uses Template drop-down doesn't list templates by category #1893 (Dmi3yy)
24+
* [GitHub: 863c2d19f] - fix [*pagetitle@1*] not working on Error page #1892 (Dmi3yy)
25+
* [GitHub: 6196edd22] - Update ht.access (Ser1ous)
26+
* [GitHub: 3b9d38ef1] - Update Core.php (Ser1ous)
27+
* [GitHub: d2e93ccba] - fix {{chunk[+ph+]}} (Dmi3yy)
28+
* [GitHub: 00359aecb] - Update Dockerfile (Pavel Bihel)
29+
* [GitHub: a0beb80e0] - fix getLoginUserName (mnoskov)
30+
31+
432
Evolution CMS 3.1.2 (Feb 26, 2021)
533
* [GitHub:#1cea0f175] - composer update (Dmi3yy)
634
* [GitHub:#05da0b0e4] - fix query errors (Pathologic)

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.2', // Current version number
4-
'release_date' => 'Feb 26, 2021', // Date of release
3+
'version' => '3.1.3', // Current version number
4+
'release_date' => 'Mar 25, 2021', // Date of release
55
'branch' => 'Evolution CMS', // Codebase name
6-
'full_appname' => 'Evolution CMS 3.1.2 (Feb 26, 2021)'
6+
'full_appname' => 'Evolution CMS 3.1.3 (Mar 25, 2021)'
77
];

0 commit comments

Comments
 (0)