Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Aug 14, 2022
1 parent 6a42bbf commit af77359
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion custom/templates/Nexus/ghost/index.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{include file='ghost/post-list.tpl'}
{* Will be in 1.7.1
{* Will be in 1.7.x
{$PAGINATION}
*}
2 changes: 1 addition & 1 deletion custom/templates/Nexus/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ value="{$PAGE_KEYWORDS}"}{else}{assign var="PAGEKEYWORDS" value=" "}{/if}

<!DOCTYPE html>
<html{$HTMLCLASS}{$HTMLLANG}{$HTMLRTL}>
<!-- Nexus 1.7.0 by VertisanPRO | https://github.com/VertisanPRO/nexus -->
<!-- Nexus 1.7.1 by VertisanPRO | https://github.com/VertisanPRO/nexus -->
<head>
<meta charset="{$METACHARSET}">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
Expand Down
4 changes: 2 additions & 2 deletions custom/templates/Nexus/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct($cache, $smarty, $language, $user, $pages)
{
$template = [
'name' => 'Nexus',
'version' => '1.7.0',
'version' => '1.7.1',
'nl_version' => '2.0.2',
'author' => '<a href="https://github.com/VertisanPRO" target="_blank">Vertisan</a>',
];
Expand All @@ -55,7 +55,7 @@ public function __construct($cache, $smarty, $language, $user, $pages)

$this->addJSFiles([
$template['path'] . 'js/fomantic.min.js' => [],
$template['path'] . 'js/nexus.js?v=1.7.0' => [],
$template['path'] . 'js/nexus.js?v=1.7.1' => [],
]);

$smarty->assign('TEMPLATE', $template);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public static function initialise()
*/
public static function updateCheckNexus()
{
$update_check_nexus_response = HttpClient::get('https://updates.wemx.net/api/v2/Nexus/updateCheck&version=1.7.0');
$update_check_nexus_response = HttpClient::get('https://updates.wemx.net/api/v2/Nexus/updateCheck&version=1.7.1');

if ($update_check_nexus_response->hasError()) {
return $update_check_nexus_response->getError();
Expand Down

0 comments on commit af77359

Please sign in to comment.