Skip to content

Commit 6e53be7

Browse files
committed
Evolution CMS 1.4.9
1 parent e882db7 commit 6e53be7

File tree

3 files changed

+35
-4
lines changed

3 files changed

+35
-4
lines changed

assets/docs/changelog.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
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.9 (May 29, 2019)
5+
* [GitHub:#e882db74d] - update phpthumb add support WebPConvert (Serious)
6+
* [GitHub:#f0bd80324] - 1.4.9 Version Notices (help) (Nicola)
7+
* [GitHub:#22a116761] - add(core) rename event OnErrorAlert to OnLogEvent. (Serious)
8+
* [GitHub:#23b85602a] - add(core) add new event OnErrorAlert. Invoked after save data to event_log. (Serious)
9+
* [GitHub:#665d09cee] - set auto_template_logic -> sibling by default (Dmi3yy)
10+
* [GitHub:#394660fdf] - Update mutate_web_user.dynamic.php (Mr B)
11+
* [GitHub:#8a9682163] - Update mutate_user.dynamic.php (Mr B)
12+
* [GitHub:#25dbb695b] - Fix - display thislogin date for users / managers (Mr B)
13+
* [GitHub:#d342d5958] - fix(security): update htaccess (Dmi3yy)
14+
* [GitHub:#6ecc1190e] - Fast fix #1058 but need refactor (Dmi3yy)
15+
* [GitHub:#719b3b7fe] - fix(core): modx.js dataTransfer.dropEffect = 'link' replace to 'move' for Safari (Serg)
16+
* [GitHub:#5940e5606] - Error : Undefined index (Kamil)
17+
* [GitHub:#87f44884b] - Update config.inc.tpl (Dreamer0x01)
18+
* [GitHub:#2db0a3943] - fix missing quality setting for png files (Pathologic)
19+
* [GitHub:#c6bdc2570] - Undefined index: enable_filter (Kamil)
20+
* [GitHub:#fd8ca0de2] - fix google and yandex map (Владимир)
21+
* [GitHub:#2a961c71c] - fix when one doc have many tabs one have one or two (Владимир)
22+
* [GitHub:#39a850be6] - fix(dbapi): unpacking the host string in a circle (Agel_Nash)
23+
* [GitHub:#2495a7672] - fix wrong language codes (#976) (Pathologic)
24+
* [GitHub:#9a20d8d6d] - fix(core): undefined variable (Serg)
25+
26+
427
Evolution CMS 1.4.8 (Jan 09, 2019)
528
* [GitHub:#b5a75a063] - [fix] Lightness navbar logo at width < 1200px (Nicola)
629
* [GitHub:#f25f3deaf] - [fix] ElementsInTree should be sorted by name #887 (Dmi3yy)

manager/actions/help/version_notices/1.4.9.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<p></p>
1414
<p>Fixes and Updates in 1.4.9:</p>
1515
<ul>
16-
16+
17+
<li>[I] Add support WebP for phpthumb (Ser1ous)</li>
1718
<li>[I] New event OnLogEvent (Ser1ous)</li>
1819
<li>[F] set auto_template_logic -> sibling by default (Dmi3yy)</li>
1920
<li>[U] Update mutate_web_user.dynamic.php (bossloper)</li>
@@ -31,4 +32,11 @@
3132
<li>[F] #976 fix wrong language codes (Pathologic)</li>
3233
<li>[F] (core) fix undefined variable (Serg)</li>
3334

34-
</ul>
35+
</ul>
36+
37+
<p><b> WebP for phpthumb:</b></p>
38+
<p>For work need:<br>
39+
- install rosell-dk/webp-convert from composer <br>
40+
- use not cacheble with param &webp=1
41+
</p>
42+

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.8'; // Current version number
3-
$modx_release_date = 'Jan 09, 2019'; // Date of release
2+
$modx_version = '1.4.9'; // Current version number
3+
$modx_release_date = 'May 26, 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)