Skip to content

Commit 7f2539a

Browse files
committed
1.4.8
1 parent b5a75a0 commit 7f2539a

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

assets/docs/changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
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.8 (Jan 09, 2019)
5+
* [GitHub:#b5a75a063] - [fix] Lightness navbar logo at width < 1200px (Nicola)
6+
* [GitHub:#f25f3deaf] - [fix] ElementsInTree should be sorted by name #887 (Dmi3yy)
7+
* [GitHub:#a191ca1cc] - [fix] ser Icon Standardisation Suggestion #349 (Dmi3yy)
8+
* [GitHub:#9024535fb] - [refactor] clear (core) welcome.static @IF (Dmi3yy)
9+
* [GitHub:#f72a18f43] - [fix] (core) buttons on welcome page, not work with Permission (Dmi3yy)
10+
* [GitHub:#9a169f379] - [refactor] (Extras) Updater - update only minor version(1.4 to 1.5, 2.0 to 2.1) (Update across major version (1.4 to 2.0 or 2.6 to 3.0 ) need do manual or from another plugin) (Dmi3yy)
11+
* [GitHub:#6b7901402] - [fix] (extras) lang typo error (Dmi3yy)
12+
* [GitHub:#f04a856fc] - [fix] only if Enable modifiers in settings: #1200 Enable modifiers in Wayfinder - add nested placeholders to $tags like for $fetch = "phx:input=`[+wf.linktext+]`:test". (Dmi3yy)
13+
* [GitHub:#09a17870a] - [fix] (widgets): style fix (Serg)
14+
* [GitHub:#9e8c2d8e5] - [fix] (managermanager): path to the jquery file (Agel_Nash)
15+
* [GitHub:#55c39917c] - [feat] (manager) show template id in select on Document edit page (Dmi3yy)
16+
* [GitHub:#c43ac0f13] - [fix] (core): typo (Agel_Nash)
17+
* [GitHub:#61815afa8] - [feat] (core): more compatible with 2.x branch (Agel_Nash)
18+
* [GitHub:#db1127ae7] - [style] (lexicon): spanish (Agel_Nash)
19+
* [GitHub:#9727fb352] - [fix] (phpthumb): skipping svg files (Serg)
20+
* [GitHub:#080f2492f] - [fix] (ElementsInTree) Categories are not sorted by name ASC (Nicola)
21+
422

523
Evolution CMS 1.4.7 (Dec 10, 2018)
624
* [GitHub:#92a15c0b6] - [fix] for php7: ddmultiplefields.php http://modx.im/blog/addons/4265.html#comment44232 (Dmi3yy)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?php
2+
if( ! defined('IN_MANAGER_MODE') || IN_MANAGER_MODE !== true) {
3+
die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly.");
4+
}
5+
?>
6+
<p></p>
7+
<p>Evolution 1.4 LTS version</p>
8+
<ul>
9+
<li>support bugfix, compatible with 2.x branch, stability until 02.02.2020</li>
10+
<li>support for critical security issues until 12.02.2021</li>
11+
</ul>
12+
<p>EVO 1.4.8 includes the update of several importants things, as well as various fixes and improvements for stability and backward compatibility.</p>
13+
<p></p>
14+
<p>Fixes and Updates in 1.4.8:</p>
15+
<ul>
16+
<li>[refactor] (Extras) Updater - update only minor version(1.4 to 1.5, 2.0 to 2.1) (Update across major version (1.4 to 2.0 or 2.6 to 3.0 ) need do manual or from another plugin) (Dmi3yy)</li>
17+
<li>[fix] (phpthumb): skipping svg files (Serg)</li>
18+
<li>[fix] only if Enable modifiers in settings: #1200 Enable modifiers in Wayfinder - add nested placeholders to $tags like for $fetch = "phx:input=`[+wf.linktext+]`:test". (Dmi3yy)</li>
19+
<li>[fix] (core) buttons on welcome page, not work with Permission (Dmi3yy)</li>
20+
<li>fix] Lightness navbar logo at width < 1200px (Nicola)</li>
21+
<li>[fix] ElementsInTree should be sorted by name #887 (Dmi3yy)</li>
22+
<li>[fix] ser Icon Standardisation Suggestion #349 (Dmi3yy)</li>
23+
<li>[refactor] clear (core) welcome.static @IF (Dmi3yy)</li>
24+
<li>[fix] (managermanager): path to the jquery file (Agel_Nash)</li>
25+
<li>[feat] (manager) show template id in select on Document edit page (Dmi3yy)</li>
26+
<li>[feat] (core): more compatible with 2.x branch (Agel_Nash)</li>
27+
<li>[fix] (ElementsInTree) Categories are not sorted by name ASC (Nicola)</li>
28+
</ul>

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.7'; // Current version number
3-
$modx_release_date = 'Dec 10, 2018'; // Date of release
2+
$modx_version = '1.4.8'; // Current version number
3+
$modx_release_date = 'Jan 09, 2019'; // 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)