Skip to content

Commit 893ecb9

Browse files
committed
Evolution CMS 3.1.8
1 parent 2c4fc49 commit 893ecb9

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

assets/docs/changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
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.8 (Jan 05, 2022)
5+
* [GitHub: 0a0bbff33] - core (fix) lang in template (Serious)
6+
* [GitHub: 740755d75] - core (fix) when user blockeduntil and blockedafter show info in global table fix #1784 (Serious)
7+
* [GitHub: bbca383b4] - core (fix) search for all user who can view document fix #2015 (Serious)
8+
* [GitHub: ace27c8ee] - update composer (dmi3yy)
9+
* [GitHub: c798659aa] - [FIX] PHP 8.1 Deprecated: Function str_replace() and trim() is deprecated. (Serhii Kornelyuk)
10+
* [GitHub: 18fc2e883] - [FIX] PHP 8.1 Deprecated: Function strftime() is deprecated in settings and dataGrid (Serhii Kornelyuk)
11+
* [GitHub: 520b1539a] - [FIX] PHP 8.1 Deprecated: Function strftime() is deprecated (Serhii Kornelyuk)
12+
* [GitHub: c4a34fd18] - check that request is set (mnoskov)
13+
* [GitHub: e9ea41236] - [FIX] Deprecated: Function strftime() is deprecated in /www/public/core/src/Core.php on line 4639 (Serhii Kornelyuk)
14+
* [GitHub: f2c36d6dc] - core (fix) Added controller Modules (s.kochin)
15+
* [GitHub: 1ec509628] - core (add) Added controller Modules (s.kochin)
16+
* [GitHub: 12ed837b8] - [F] missing Date import for functions now and today (mnoskov)
17+
* [GitHub: 6dad9783e] - PHP Notice: Undefined variable: path_parts in .../www/core/src/HelperProcessor.php:26 (Kamil)
18+
* [GitHub: f39547c46] - Update artisan (Ser1ous)
19+
* [GitHub: 065a5c51d] - fix laravel session (mnoskov)
20+
* [GitHub: 321daeff4] - Update Core.php (Ser1ous)
21+
22+
423
Evolution CMS 3.1.7 (Oct 06, 2021)
524
* [GitHub: d8f3cf066] - update composer, delete i-rocky/eloquent-dynamic-relation (Dmi3yy)
625
* [GitHub: f4e12443a] - revert ht.access (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.7', // Current version number
4-
'release_date' => 'Oct 06, 2021', // Date of release
3+
'version' => '3.1.8', // Current version number
4+
'release_date' => 'Jan 05, 2022', // Date of release
55
'branch' => 'Evolution CMS', // Codebase name
6-
'full_appname' => 'Evolution CMS 3.1.7 (Oct 06, 2021)'
6+
'full_appname' => 'Evolution CMS 3.1.8 (Jan 05, 2022)'
77
];

0 commit comments

Comments
 (0)