Skip to content

Commit f1ec7e9

Browse files
committed
1.3.1
1 parent c234853 commit f1ec7e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

assets/docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
This file shows the changes in recent releases of MODX. 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.3.1(Jul 10, 2017)
5+
* [GitHub:#c2348530] - [F] DocLister 2.3.5 fix paginate (dmi3yy)
6+
* [GitHub:#6daadd0f] - [F] version in top menu (dmi3yy)
7+
48
Evolution CMS 1.3.0(Jul 10, 2017)
59
* [GitHub:#3dda520a] - [R] update sortables list delete mootools sortables (64j)
610
* [GitHub:#9cafe6db] - [F] fix toggle menu (64j)

manager/includes/version.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$modx_version = '1.3.0'; // Current version number
2+
$modx_version = '1.3.1'; // Current version number
33
$modx_release_date = 'Jul 19, 2017'; // Date of release
44
$modx_branch = 'Evolution CMS'; // Codebase name
55
$modx_full_appname = "{$modx_branch} {$modx_version} ({$modx_release_date})";

0 commit comments

Comments
 (0)