From 772aba093bbcf638b8de3dd0e6a7f0db9d26b7a5 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 6 May 2014 15:04:05 +0200 Subject: [PATCH 1/2] increment thelia version --- core/lib/Thelia/Core/Thelia.php | 2 +- core/lib/Thelia/Install/Update.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/lib/Thelia/Core/Thelia.php b/core/lib/Thelia/Core/Thelia.php index 22d58eb9a..fb750c534 100644 --- a/core/lib/Thelia/Core/Thelia.php +++ b/core/lib/Thelia/Core/Thelia.php @@ -49,7 +49,7 @@ use Thelia\Model\Module; class Thelia extends Kernel { - const THELIA_VERSION = '2.0.0'; + const THELIA_VERSION = '2.0.1'; public function init() { diff --git a/core/lib/Thelia/Install/Update.php b/core/lib/Thelia/Install/Update.php index d2630bb47..4deb768d2 100644 --- a/core/lib/Thelia/Install/Update.php +++ b/core/lib/Thelia/Install/Update.php @@ -32,6 +32,7 @@ class Update '3' => '2.0.0-beta4', '4' => '2.0.0-RC1', '5' => '2.0.0', + '6' => '2.0.1', ); protected function isLatestVersion($version) From 36e4f25c6dd71ef7eee3fd627c52d9c265785df4 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 6 May 2014 15:28:53 +0200 Subject: [PATCH 2/2] change downlod link on admin homepage --- templates/backOffice/default/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/backOffice/default/home.html b/templates/backOffice/default/home.html index 4eefb609a..a5eda4b59 100644 --- a/templates/backOffice/default/home.html +++ b/templates/backOffice/default/home.html @@ -257,7 +257,7 @@ {intl l="Latest version available"} - {intl l="Loading..."} + {intl l="Loading..."} {intl l="News"}