From af77359d3fb4fab3ca1d30dcde2249d9528f08f7 Mon Sep 17 00:00:00 2001 From: PadowYT2 <71085027+PadowYT2@users.noreply.github.com> Date: Sun, 14 Aug 2022 18:29:58 +0300 Subject: [PATCH] 1.7.1 --- custom/templates/Nexus/ghost/index.tpl | 2 +- custom/templates/Nexus/header.tpl | 2 +- custom/templates/Nexus/template.php | 4 ++-- .../templates/Nexus/template_settings/classes/NexusUtil.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom/templates/Nexus/ghost/index.tpl b/custom/templates/Nexus/ghost/index.tpl index 5dd89443..d3806822 100755 --- a/custom/templates/Nexus/ghost/index.tpl +++ b/custom/templates/Nexus/ghost/index.tpl @@ -1,4 +1,4 @@ {include file='ghost/post-list.tpl'} -{* Will be in 1.7.1 +{* Will be in 1.7.x {$PAGINATION} *} \ No newline at end of file diff --git a/custom/templates/Nexus/header.tpl b/custom/templates/Nexus/header.tpl index c4bfeb57..bbdea764 100755 --- a/custom/templates/Nexus/header.tpl +++ b/custom/templates/Nexus/header.tpl @@ -13,7 +13,7 @@ value="{$PAGE_KEYWORDS}"}{else}{assign var="PAGEKEYWORDS" value=" "}{/if} - + diff --git a/custom/templates/Nexus/template.php b/custom/templates/Nexus/template.php index 29cb054d..c5edaa96 100755 --- a/custom/templates/Nexus/template.php +++ b/custom/templates/Nexus/template.php @@ -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' => 'Vertisan', ]; @@ -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); diff --git a/custom/templates/Nexus/template_settings/classes/NexusUtil.php b/custom/templates/Nexus/template_settings/classes/NexusUtil.php index 548b516e..56cd7076 100755 --- a/custom/templates/Nexus/template_settings/classes/NexusUtil.php +++ b/custom/templates/Nexus/template_settings/classes/NexusUtil.php @@ -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();