Skip to content

Commit 273d8ce

Browse files
committed
Evolution CMS 2.0.2
1 parent c2ba16e commit 273d8ce

5 files changed

Lines changed: 39 additions & 6 deletions

File tree

assets/docs/changelog.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
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 2.0.2 (Mar 13, 2020)
5+
* [GitHub:#c2ba16eaf] - update core vendor (Dmi3yy)
6+
* [GitHub:#f6d0b38e9] - update DocLister to 2.5.2 (Dmi3yy)
7+
* [GitHub:#5ef199e39] - update FormLister to 1.10.3 (Dmi3yy)
8+
* [GitHub:#55455f34e] - Fix "New Folder" icon (Sasha Beep)
9+
* [GitHub:#d195ec024] - [F] init some properties (Pathologic)
10+
* [GitHub:#2498b78a6] - core (fix) Send new manager pass by mail. (Ser1ous)
11+
* [GitHub:#44da6253f] - fixing icons (Sasha Beep)
12+
* [GitHub:#94325e240] - core (fix) add limit for search path (Ser1ous)
13+
* [GitHub:#076261f7e] - turn off check connect to server, need rewrite (Dmi3yy)
14+
* [GitHub:#3afdc6398] - fix wrong config path (mnoskov)
15+
* [GitHub:#0641c0377] - fix getting installed pluing (mnoskov)
16+
* [GitHub:#616dff82b] - keep plugin events priority on cms update (mnoskov)
17+
* [GitHub:#ee4112953] - keep priority on pluing update (mnoskov)
18+
* [GitHub:#d5cbaf115] - keep priority on pluing update (mnoskov)
19+
* [GitHub:#4be2e330d] - fix mistake in getChildIds core function (ashmatko)
20+
* [GitHub:#96d56e82c] - core (add) add SMTPAutoTLS options (Ser1ous)
21+
* [GitHub:#bdb9945fc] - Fixed missing translation (luigif)
22+
* [GitHub:#e2d6b02f5] - Allow empty namespace for snippets and chunks (mnoskov)
23+
* [GitHub:#b456edc93] - Remove check child directory (Ser1ous)
24+
* [GitHub:#b96ca08e6] - Update Parser.php (mnoskov)
25+
* [GitHub:#418aa4f0a] - Update Core.php (mnoskov)
26+
* [GitHub:#753742fd4] - [F] check this->placeholder on empty (mnoskov)
27+
* [GitHub:#04dc7f2c5] - FIX php notice (milkamil93)
28+
* [GitHub:#1b5f3f81b] - Fix enable_cache (Kamil)
29+
* [GitHub:#ad23c0acd] - add Redis support (Pathologic)
30+
* [GitHub:#566dd1e25] - by default auto_template_logic == sibling (Dmi3yy)
31+
* [GitHub:#3f4dacec3] - fix for nested snippet work with PHx (Dmi3yy)
32+
* [GitHub:#e28aefa9f] - core (fix) Fix composer.json version dotenv (Ser1ous)
33+
* [GitHub:#58c90bf96] - core (fix) Fix composer.json version doting (Ser1ous)
34+
* [GitHub:#beb0df101] - manager (fix) fix params plugin (Serious)
35+
36+
437
Evolution CMS 2.0.1 (Nov 25, 2019)
538
* [GitHub:#b79cb2a13] - fix: manager fix change theme (Serious)
639
* [GitHub:#41f00c6d1] - fix: #1271 childrens should be children (Dmi3yy)

core/factory/version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return [
3-
'version' => '2.0.1', // Current version number
4-
'release_date' => 'Nov 25, 2019', // Date of release
3+
'version' => '2.0.2', // Current version number
4+
'release_date' => 'Mar 13, 2020', // Date of release
55
'branch' => 'Evolution CMS', // Codebase name
6-
'full_appname' => 'Evolution CMS 2.0.1 (Nov 25, 2019)'
6+
'full_appname' => 'Evolution CMS 2.0.2 (Mar 13, 2020)'
77
];

manager/media/style/common/login.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</form>
8484
</div>
8585
<p class="loginLicense"></p>
86-
<div class="gpl">&copy; 2005-2019 by the <a href="http://evo.im/" target="_blank">Evolution CMS</a>. <strong>Evolution CMS</strong>&trade; is licensed under the GPL.</div>
86+
<div class="gpl">&copy; 2005-2020 by the <a href="http://evo.im/" target="_blank">Evolution CMS</a>. <strong>Evolution CMS</strong>&trade; is licensed under the GPL.</div>
8787
</body>
8888
<script type="text/javascript">
8989
/* <![CDATA[ */

manager/media/style/default/login.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
<!-- copyrights -->
490490
<div class="copyrights">
491491
<p class="loginLicense"></p>
492-
<div class="gpl">&copy; 2005-2019 by the <a href="http://evo.im/" target="_blank">Evolution CMS</a>. <strong>Evolution CMS</strong>&trade; is licensed under the GPL.</div>
492+
<div class="gpl">&copy; 2005-2020 by the <a href="http://evo.im/" target="_blank">Evolution CMS</a>. <strong>Evolution CMS</strong>&trade; is licensed under the GPL.</div>
493493
</div>
494494
</div>
495495

manager/media/style/default/manager.lockout.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
<!-- copyrights -->
297297
<div class="copyrights">
298298
<p class="loginLicense"></p>
299-
<div class="gpl">&copy; 2005-2019 by the <a href="http://evo.im/" target="_blank">Evolution CMS</a>. <strong>Evolution CMS</strong>&trade; is licensed under the GPL.</div>
299+
<div class="gpl">&copy; 2005-2020 by the <a href="http://evo.im/" target="_blank">Evolution CMS</a>. <strong>Evolution CMS</strong>&trade; is licensed under the GPL.</div>
300300
</div>
301301
</div>
302302

0 commit comments

Comments
 (0)