Skip to content

Commit

Permalink
Evolution CMS 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Mar 13, 2020
1 parent c2ba16e commit 273d8ce
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 6 deletions.
33 changes: 33 additions & 0 deletions assets/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
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 2.0.2 (Mar 13, 2020)
* [GitHub:#c2ba16eaf] - update core vendor (Dmi3yy)
* [GitHub:#f6d0b38e9] - update DocLister to 2.5.2 (Dmi3yy)
* [GitHub:#5ef199e39] - update FormLister to 1.10.3 (Dmi3yy)
* [GitHub:#55455f34e] - Fix "New Folder" icon (Sasha Beep)
* [GitHub:#d195ec024] - [F] init some properties (Pathologic)
* [GitHub:#2498b78a6] - core (fix) Send new manager pass by mail. (Ser1ous)
* [GitHub:#44da6253f] - fixing icons (Sasha Beep)
* [GitHub:#94325e240] - core (fix) add limit for search path (Ser1ous)
* [GitHub:#076261f7e] - turn off check connect to server, need rewrite (Dmi3yy)
* [GitHub:#3afdc6398] - fix wrong config path (mnoskov)
* [GitHub:#0641c0377] - fix getting installed pluing (mnoskov)
* [GitHub:#616dff82b] - keep plugin events priority on cms update (mnoskov)
* [GitHub:#ee4112953] - keep priority on pluing update (mnoskov)
* [GitHub:#d5cbaf115] - keep priority on pluing update (mnoskov)
* [GitHub:#4be2e330d] - fix mistake in getChildIds core function (ashmatko)
* [GitHub:#96d56e82c] - core (add) add SMTPAutoTLS options (Ser1ous)
* [GitHub:#bdb9945fc] - Fixed missing translation (luigif)
* [GitHub:#e2d6b02f5] - Allow empty namespace for snippets and chunks (mnoskov)
* [GitHub:#b456edc93] - Remove check child directory (Ser1ous)
* [GitHub:#b96ca08e6] - Update Parser.php (mnoskov)
* [GitHub:#418aa4f0a] - Update Core.php (mnoskov)
* [GitHub:#753742fd4] - [F] check this->placeholder on empty (mnoskov)
* [GitHub:#04dc7f2c5] - FIX php notice (milkamil93)
* [GitHub:#1b5f3f81b] - Fix enable_cache (Kamil)
* [GitHub:#ad23c0acd] - add Redis support (Pathologic)
* [GitHub:#566dd1e25] - by default auto_template_logic == sibling (Dmi3yy)
* [GitHub:#3f4dacec3] - fix for nested snippet work with PHx (Dmi3yy)
* [GitHub:#e28aefa9f] - core (fix) Fix composer.json version dotenv (Ser1ous)
* [GitHub:#58c90bf96] - core (fix) Fix composer.json version doting (Ser1ous)
* [GitHub:#beb0df101] - manager (fix) fix params plugin (Serious)


Evolution CMS 2.0.1 (Nov 25, 2019)
* [GitHub:#b79cb2a13] - fix: manager fix change theme (Serious)
* [GitHub:#41f00c6d1] - fix: #1271 childrens should be children (Dmi3yy)
Expand Down
6 changes: 3 additions & 3 deletions core/factory/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
return [
'version' => '2.0.1', // Current version number
'release_date' => 'Nov 25, 2019', // Date of release
'version' => '2.0.2', // Current version number
'release_date' => 'Mar 13, 2020', // Date of release
'branch' => 'Evolution CMS', // Codebase name
'full_appname' => 'Evolution CMS 2.0.1 (Nov 25, 2019)'
'full_appname' => 'Evolution CMS 2.0.2 (Mar 13, 2020)'
];
2 changes: 1 addition & 1 deletion manager/media/style/common/login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</form>
</div>
<p class="loginLicense"></p>
<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>
<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>
</body>
<script type="text/javascript">
/* <![CDATA[ */
Expand Down
2 changes: 1 addition & 1 deletion manager/media/style/default/login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
<!-- copyrights -->
<div class="copyrights">
<p class="loginLicense"></p>
<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>
<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>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion manager/media/style/default/manager.lockout.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
<!-- copyrights -->
<div class="copyrights">
<p class="loginLicense"></p>
<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>
<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>
</div>
</div>

Expand Down

0 comments on commit 273d8ce

Please sign in to comment.