Skip to content

Commit 0a5ddf9

Browse files
committed
Evolution CMS 1.4.15
1 parent 337f626 commit 0a5ddf9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

assets/docs/changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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 1.4.15 (Jul 12, 2021)
5+
* [GitHub: 6a3cbda19] - fix phpthumb webp support (Dmi3yy)
6+
* [GitHub: b0cb798d1] - manager (add) add check user and resource groups (Serious)
7+
* [GitHub: b6726eadb] - manager (remove) remove preview to image TVs (Serious)
8+
* [GitHub: d7319a548] - manager (add) add preview to image TVs (Serious)
9+
* [GitHub: 8afe4a446] - Update DocLister.abstract.php (Dreamer0x01)
10+
11+
412
Evolution CMS 1.4.12 (Dec 21, 2020)
513
* [GitHub:#2c4e76676] - update TinyMCE (Dmi3yy)
614
* [GitHub:#6d4c526a0] - fix langs and typo (Dmi3yy)

manager/includes/version.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$modx_version = '1.4.14'; // Current version number
3-
$modx_release_date = 'Mar 9, 2021'; // Date of release
2+
$modx_version = '1.4.15'; // Current version number
3+
$modx_release_date = 'Jul 12, 2021'; // Date of release
44
$modx_branch = 'Evolution'; // Codebase name
55
$modx_full_appname = "{$modx_branch} {$modx_version} ({$modx_release_date})";

0 commit comments

Comments
 (0)