Skip to content

Commit a751ed7

Browse files
committed
1.4.0
1 parent b2e2c01 commit a751ed7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/docs/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.0 (Jan 24, 2018)
4+
Evolution CMS 1.4.0 (Jan 25, 2018)
55
* [GitHub:#b1fffc26] - fix for php 7.2 (dmi3yy)
66
* [GitHub:#da5b0533] - [F] Moving which_editor with resource content for MM (Mr B)
77
* [GitHub:#67209c9a] - fix for search by tv (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.0.RC3'; // Current version number
3-
$modx_release_date = 'Jan 18, 2018'; // Date of release
2+
$modx_version = '1.4.0'; // Current version number
3+
$modx_release_date = 'Jan 25, 2018'; // 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)