@@ -49,7 +49,7 @@ use Thelia\Model\Module;
|
|||||||
class Thelia extends Kernel
|
class Thelia extends Kernel
|
||||||
{
|
{
|
||||||
|
|
||||||
const THELIA_VERSION = '2.0.0';
|
const THELIA_VERSION = '2.0.1';
|
||||||
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ class Update
|
|||||||
'3' => '2.0.0-beta4',
|
'3' => '2.0.0-beta4',
|
||||||
'4' => '2.0.0-RC1',
|
'4' => '2.0.0-RC1',
|
||||||
'5' => '2.0.0',
|
'5' => '2.0.0',
|
||||||
|
'6' => '2.0.1',
|
||||||
);
|
);
|
||||||
|
|
||||||
protected function isLatestVersion($version)
|
protected function isLatestVersion($version)
|
||||||
|
|||||||
@@ -257,7 +257,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{intl l="Latest version available"}</th>
|
<th>{intl l="Latest version available"}</th>
|
||||||
<td><a href="http://thelia.net/telechargement" id="latest-thelia-version">{intl l="Loading..."}</a></td>
|
<td><a href="http://thelia.net/#download" id="latest-thelia-version">{intl l="Loading..."}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{intl l="News"}</th>
|
<th>{intl l="News"}</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user