Skip to content

Commit 4b7c022

Browse files
committed
Evolution CMS 3.1.4
1 parent 67766f1 commit 4b7c022

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

assets/docs/changelog.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
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.4 (Jun 03, 2021)
5+
* [GitHub: 67766f17e] - composer update (Dmi3yy)
6+
* [GitHub: d0e0638b9] - update git ignore (Dmi3yy)
7+
* [GitHub: 8ef8c052e] - fix config (mnoskov)
8+
* [GitHub: 7a6a7fd29] - fix setLocale (mnoskov)
9+
* [GitHub: d500d96ac] - fix setLocale/getLocale methods (mnoskov)
10+
* [GitHub: f4f6e3fe9] - disable caching headers in ap (mnoskov)
11+
* [GitHub: 11ae627c9] - removed environment method (mnoskov)
12+
* [GitHub: e87bf1de7] - core (refactor) clear sprintf (Serious)
13+
* [GitHub: e30d47046] - can hide modules from menu (mnoskov)
14+
* [GitHub: 7bfe35115] - fix routes root, fix routes maked from ajax (mnoskov)
15+
* [GitHub: 38f564a0f] - disable module routes in cli (mnoskov)
16+
* [GitHub: a63fab38a] - trailing slash removed (mnoskov)
17+
* [GitHub: f0a221e42] - fix validator helper (mnoskov)
18+
* [GitHub: 466cf4fce] - default validation messages (mnoskov)
19+
* [GitHub: c3c27543e] - add illuminate middlewares (mnoskov)
20+
* [GitHub: 733f2a5dd] - routing for modules (mnoskov)
21+
* [GitHub: 675ebb21a] - view, cache helpers (mnoskov)
22+
* [GitHub: 7a3e93279] - add route func (mnoskov)
23+
* [GitHub: bd8aa3745] - fix trace when file and line not set (mnoskov)
24+
* [GitHub: c3552bddb] - fix classnames (mnoskov)
25+
* [GitHub: b851b99c0] - stack renamed to global (mnoskov)
26+
* [GitHub: e7d7a9f7d] - middleware priority, aliases, fixed bindings (mnoskov)
27+
* [GitHub: 55eac0559] - core (add) add clear password fields in user settings (Serious)
28+
* [GitHub: 994c73280] - fix classes (mnoskov)
29+
* [GitHub: 18276b4fe] - restore app global middleware (mnoskov)
30+
* [GitHub: 5651f138f] - fix views path setting (mnoskov)
31+
* [GitHub: 51b34922c] - fix in CodeMirror (by_scrimm)
32+
* [GitHub: a4b3cb79b] - Update 1.blade.php (Ser1ous)
33+
* [GitHub: 270ff044b] - manager (add) add check user and resource groups (Serious)
34+
* [GitHub: fb207dc0b] - Update index.php (Ser1ous)
35+
* [GitHub: ededcfce9] - Update preload.php (Ser1ous)
36+
* [GitHub: 12035a690] - Update global.php (masco123)
37+
* [GitHub: 554f0ab83] - core (fix) Selected 'Minimum missed ID' fix #1927 (Serious)
38+
* [GitHub: 0722c522c] - core (fix) view unpublished doc when auth in admin (Serious)
39+
* [GitHub: 68f4dea82] - core (add) add OPTIMIZE TABLE function to Database class (Serious)
40+
* [GitHub: be28955ac] - core (fix) fix CSRF validate when install (Serious)
41+
* [GitHub: e20aeeed6] - Update global.php (masco123)
42+
* [GitHub: 6b3ac823d] - Update global.php (masco123)
43+
* [GitHub: 46b5f17b8] - Create ja.php (masco123)
44+
* [GitHub: dc61268e6] - manager (add) add preview to image TVs (Serious)
45+
* [GitHub: 0d5bc57dc] - manager (fix) fix check CSRF (Serious)
46+
* [GitHub: 5a1ea8521] - Added method, which set empty request for console. Fix for ide-helper work and other packages which work in console, and needed request object (Dzhuryn Volodymyr)
47+
* [GitHub: 1953356f3] - Remove blank method loadDeferredProviders from Path traits. This trait use only in one class, and parent this class has this working method (Dzhuryn Volodymyr)
48+
* [GitHub: dfbd47d74] - Fix possibility pass query as string param in $ modx-> db-> getValue method, which was not documented in 1.4 but worked (Dzhuryn Volodymyr)
49+
* [GitHub: cfaff08be] - seeders autoload by namespace (mnoskov)
50+
51+
452
Evolution CMS 3.1.3 (Mar 25, 2021)
553
* [GitHub: 2d7f11f37] - update phpthumb ( migrate to composer) (Dmi3yy)
654
* [GitHub: bbc97d752] - core (fix) change OnWebPagePrerender event (Serious)

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

0 commit comments

Comments
 (0)