Skip to content

Commit

Permalink
Evolution CMS 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed May 26, 2019
1 parent e882db7 commit 6e53be7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
23 changes: 23 additions & 0 deletions assets/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
This file shows the changes in recent releases of Evolution CMS. The most current release is usually the
development release, and is only shown to give an idea of what's currently in the pipeline.

Evolution CMS 1.4.9 (May 29, 2019)
* [GitHub:#e882db74d] - update phpthumb add support WebPConvert (Serious)
* [GitHub:#f0bd80324] - 1.4.9 Version Notices (help) (Nicola)
* [GitHub:#22a116761] - add(core) rename event OnErrorAlert to OnLogEvent. (Serious)
* [GitHub:#23b85602a] - add(core) add new event OnErrorAlert. Invoked after save data to event_log. (Serious)
* [GitHub:#665d09cee] - set auto_template_logic -> sibling by default (Dmi3yy)
* [GitHub:#394660fdf] - Update mutate_web_user.dynamic.php (Mr B)
* [GitHub:#8a9682163] - Update mutate_user.dynamic.php (Mr B)
* [GitHub:#25dbb695b] - Fix - display thislogin date for users / managers (Mr B)
* [GitHub:#d342d5958] - fix(security): update htaccess (Dmi3yy)
* [GitHub:#6ecc1190e] - Fast fix #1058 but need refactor (Dmi3yy)
* [GitHub:#719b3b7fe] - fix(core): modx.js dataTransfer.dropEffect = 'link' replace to 'move' for Safari (Serg)
* [GitHub:#5940e5606] - Error : Undefined index (Kamil)
* [GitHub:#87f44884b] - Update config.inc.tpl (Dreamer0x01)
* [GitHub:#2db0a3943] - fix missing quality setting for png files (Pathologic)
* [GitHub:#c6bdc2570] - Undefined index: enable_filter (Kamil)
* [GitHub:#fd8ca0de2] - fix google and yandex map (Владимир)
* [GitHub:#2a961c71c] - fix when one doc have many tabs one have one or two (Владимир)
* [GitHub:#39a850be6] - fix(dbapi): unpacking the host string in a circle (Agel_Nash)
* [GitHub:#2495a7672] - fix wrong language codes (#976) (Pathologic)
* [GitHub:#9a20d8d6d] - fix(core): undefined variable (Serg)


Evolution CMS 1.4.8 (Jan 09, 2019)
* [GitHub:#b5a75a063] - [fix] Lightness navbar logo at width < 1200px (Nicola)
* [GitHub:#f25f3deaf] - [fix] ElementsInTree should be sorted by name #887 (Dmi3yy)
Expand Down
12 changes: 10 additions & 2 deletions manager/actions/help/version_notices/1.4.9.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<p></p>
<p>Fixes and Updates in 1.4.9:</p>
<ul>


<li>[I] Add support WebP for phpthumb (Ser1ous)</li>
<li>[I] New event OnLogEvent (Ser1ous)</li>
<li>[F] set auto_template_logic -> sibling by default (Dmi3yy)</li>
<li>[U] Update mutate_web_user.dynamic.php (bossloper)</li>
Expand All @@ -31,4 +32,11 @@
<li>[F] #976 fix wrong language codes (Pathologic)</li>
<li>[F] (core) fix undefined variable (Serg)</li>

</ul>
</ul>

<p><b> WebP for phpthumb:</b></p>
<p>For work need:<br>
- install rosell-dk/webp-convert from composer <br>
- use not cacheble with param &webp=1
</p>

4 changes: 2 additions & 2 deletions manager/includes/version.inc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$modx_version = '1.4.8'; // Current version number
$modx_release_date = 'Jan 09, 2019'; // Date of release
$modx_version = '1.4.9'; // Current version number
$modx_release_date = 'May 26, 2019'; // Date of release
$modx_branch = 'Evolution'; // Codebase name
$modx_full_appname = "{$modx_branch} {$modx_version} ({$modx_release_date})";

0 comments on commit 6e53be7

Please sign in to comment.