Skip to content

Commit

Permalink
Evolution CMS 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Jul 12, 2021
1 parent 4caf882 commit d535966
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions assets/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
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 3.1.6 (Jul 12, 2021)
* [GitHub: 3eaf63692] - fix phpthumb webp support (Dmi3yy)
* [GitHub: fd50690b7] - minify fixed js (mnoskov)
* [GitHub: 39af92a74] - fix: search in tv (Klym)
* [GitHub: f26debaaa] - Fix isDasboard to isDashboard(lost letter h) (by_scrimm)
* [GitHub: 3c5812cb6] - fix default views for links (mnoskov)
* [GitHub: 8dae96062] - default pagination lang (mnoskov)
* [GitHub: 2edc1f26f] - stop blockscreen after 3 secs (mnoskov)


Evolution CMS 3.1.5 (Jun 09, 2021)
* [GitHub: 67766f17e] - composer update (Dmi3yy)
* [GitHub: 67766f17e] hot fix in install (mnoskov)


Evolution CMS 3.1.4 (Jun 03, 2021)
* [GitHub: 67766f17e] - composer update (Dmi3yy)
* [GitHub: d0e0638b9] - update git ignore (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' => '3.1.5', // Current version number
'release_date' => 'Jun 09, 2021', // Date of release
'version' => '3.1.6', // Current version number
'release_date' => 'Jul 12, 2021', // Date of release
'branch' => 'Evolution CMS', // Codebase name
'full_appname' => 'Evolution CMS 3.1.5 (Jun 09, 2021)'
'full_appname' => 'Evolution CMS 3.1.6 (Jul 12, 2021)'
];

0 comments on commit d535966

Please sign in to comment.