From d6b9793be3b7b8f10ae1220ff0e30730cea6d725 Mon Sep 17 00:00:00 2001 From: Dmi3yy Date: Wed, 6 Oct 2021 11:45:44 +0300 Subject: [PATCH] Evolution CMS 3.1.7 --- assets/docs/changelog.txt | 15 +++++++++++++++ core/factory/version.php | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/assets/docs/changelog.txt b/assets/docs/changelog.txt index 0dee87cb65..df8c5b43f9 100755 --- a/assets/docs/changelog.txt +++ b/assets/docs/changelog.txt @@ -1,6 +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.7 (Oct 06, 2021) +* [GitHub: d8f3cf066] - update composer, delete i-rocky/eloquent-dynamic-relation (Dmi3yy) +* [GitHub: f4e12443a] - revert ht.access (Dmi3yy) +* [GitHub: a2095509d] - Update Core.php (Ser1ous) +* [GitHub: 86b2aa463] - composite key query (mnoskov) +* [GitHub: 952842fef] - disable primary key (mnoskov) +* [GitHub: c3f69fce9] - overloadable methods for resulting thumbnames (mnoskov) +* [GitHub: 1b25bae9e] - fix error showing (mnoskov) +* [GitHub: 0c855b28c] - Bug fix salo (Ser1ous) +* [GitHub: 934868e23] - Add evolution-cms/salo package (Ser1ous) +* [GitHub: d3a296356] - Docker work update (Ser1ous) +* [GitHub: d7a3ca0a9] - prepare docker (Ser1ous) +* [GitHub: 9f08f0b76] - Fix user -> values relation (Dzhuryn Volodymyr) + + Evolution CMS 3.1.6 (Jul 12, 2021) * [GitHub: 3eaf63692] - fix phpthumb webp support (Dmi3yy) * [GitHub: fd50690b7] - minify fixed js (mnoskov) diff --git a/core/factory/version.php b/core/factory/version.php index d8f12995eb..e44d862a06 100644 --- a/core/factory/version.php +++ b/core/factory/version.php @@ -1,7 +1,7 @@ '3.1.6', // Current version number - 'release_date' => 'Jul 12, 2021', // Date of release + 'version' => '3.1.7', // Current version number + 'release_date' => 'Oct 06, 2021', // Date of release 'branch' => 'Evolution CMS', // Codebase name - 'full_appname' => 'Evolution CMS 3.1.6 (Jul 12, 2021)' + 'full_appname' => 'Evolution CMS 3.1.7 (Oct 06, 2021)' ];