diff --git a/assets/docs/changelog.txt b/assets/docs/changelog.txt index 160bebe01b..b421d79090 100755 --- a/assets/docs/changelog.txt +++ b/assets/docs/changelog.txt @@ -1,6 +1,43 @@ 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.7 (Dec 10, 2018) +* [GitHub:#92a15c0b6] - [fix] for php7: ddmultiplefields.php http://modx.im/blog/addons/4265.html#comment44232 (Dmi3yy) +* [GitHub:#fa8ba4219] - [fix] typo for 7.3 (Dmi3yy) +* [GitHub:#e132703e4] - [fix] phpthumb to 1.3.3 (Agel_Nash) +* [GitHub:#116f383be] - [fix] Php Thumb image cache path #896 (Nicola) +* [GitHub:#e4ef60a24] - [fix] Undefined index (Agel_Nash) +* [GitHub:#24bd8dd49] - [fix] Save module name and code, if module exist (issue #892) (Serg) +* [GitHub:#4afe71703] - [fix] Form attribute "action" fixes (issue #892) (Serg) +* [GitHub:#e88614d3c] - [fix] #892 duplicated element name issue (Serg) +* [GitHub:#e194b6b59] - [fix] sort modules by name (#887) (Nicola) +* [GitHub:#288a6f96b] - [fix] sort elements by name (#887) (Nicola) +* [GitHub:#e353554f3] - [fix] #888 The FileSource 0.1 is dependent on the mootools (Serg) +* [GitHub:#c5b019ca9] - [fix] #874 Remove fullstop at end of new password displayed on screen(Serg) +* [GitHub:#24eaa5a3d] - [Fix] #882 broken extras module link in RSS check (Nicola) +* [GitHub:#f644a6b1e] - [fix] #869 (missing 1 lexicon) (Agel_Nash) +* [GitHub:#30f27489c] - [fix] update ElementsInTree 1.5.10 (Agel_Nash) +* [GitHub:#403e590d1] - [fix] Update DocInfo and DocLister (Agel_Nash) +* [GitHub:#aa5086c01] - [improvement]colorpicker added (mnoskov) +* [GitHub:#eb2e24936] - [improvement] Enable Mootools Setting Option (Nicola) +* [GitHub:#d4200c3f2] - [improvement] rename extras.evolution-cms.com to extras.evo.im (Dmi3yy) +* [GitHub:#cadb97e2a] - [typo] format code save_user_processor (Serg) +* [GitHub:#d9b8e3c84] - [typo] fix typo in color mode name (Nicola) +* [GitHub:#8130c764c] - [typo] code tag for singleton example (Nicola) +* [GitHub:#91e36991d] - [delete] deprecated snippet DLBuildMenu (Pathologic) +* [GitHub:#a97b1b5f7] - [info] Update 1.4.7 Version Noticies (help) (Nicola) +* [GitHub:#9a174d0b2] - [info] 1.4.6 Version Noticies (help) (Nicola) +* [GitHub:#9e209b4ef] - [info] 1.4.5 Version Noticies (help) (Nicola) +* [GitHub:#bdce11559] - [info] 1.4.4 Version Noticies (help) (Nicola) +* [GitHub:#fd5dfab2c] - [info] 1.4.3 Version Noticies (help) (Nicola) +* [GitHub:#918a14bab] - [info] 1.4.2 Version Noticies (help) (Nicola) +* [GitHub:#a9830af28] - [lang] Polish translation (#891) (Piotr Matysiak) +* [GitHub:#640eea798] - [lang] Updated Italian Language (#861) (Nicola) +* [GitHub:#c28388868] - [lang] Resolve #869 (Agel_Nash) +* [GitHub:#c443927e4] - [lang] #859 (missing 6 manager, 2 installer) https://github.com/evolution-cms/evolution/issues/853#issuecomment-435479192 (Agel_Nash) + + Evolution CMS 1.4.6 (Nov 02, 2018) * [GitHub:#3d445623f] - OutdatedExtrasCheck add url for check Outdated (Dmi3yy) * [GitHub:#4265bc48e] - Исправлена бага. Если создать ресурс через modResource и получить для него урл и Использовать AliasListing только для Папок [(aliaslistingfolder)] стояло Да то получал /{doc_id}.html вместо нормального урла (dzhuryn) diff --git a/manager/includes/version.inc.php b/manager/includes/version.inc.php index 8993c94e9e..899d4f5cb5 100755 --- a/manager/includes/version.inc.php +++ b/manager/includes/version.inc.php @@ -1,5 +1,5 @@