Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Jan 5, 2022
1 parent 438f2b1 commit 7680695
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="wrapper-1">
<div class="wrapper-2">
<h1>Thank you!</h1>
<p>Thank you for downloading Nexus 1.6.0!</p>
<p>Thank you for downloading Nexus 1.6.1!</p>
<p>In this page you will find a quick start-up guide.</p>
<p>Need help? Please join our Discord for support.</p>
<button class="go-home" onclick="window.location.href='https://resourcemc.net/discord'"">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nexus Template 1.6.0
# Nexus Template 1.6.1

For better experience read "README.html"

Expand Down
2 changes: 1 addition & 1 deletion custom/panel_templates/Default/nexus/update.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<div class="card">
<h3 class="card-header mb-3 text-center">{$UPDATES_PAGE}</h3>
<div class="card-body" style="height: 70vh;">
<iframe src="https://updates.mubeen.eu/nexus/v1.6.0" style="height: 100%; width: 100%; border: 2px solid transparent; margin-top: 20px;"> </iframe>
<iframe src="https://updates.mubeen.eu/nexus/v1.6.1" style="height: 100%; width: 100%; border: 2px solid transparent; margin-top: 20px;"> </iframe>
</div>
</div>
2 changes: 1 addition & 1 deletion custom/templates/Nexus/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct($cache, $smarty, $language, $user, $pages)

$template = array(
'name' => 'Nexus',
'version' => '1.6.0',
'version' => '1.6.1',
'nl_version' => '2.0.0-pr12',
'author' => '<a href="https://github.com/GIGABAIT-Official" target="_blank" rel="nofollow noopener">GIGABAIT Official</a>',
);
Expand Down
2 changes: 1 addition & 1 deletion modules/Nexus/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$INFO_MODULE = array(
'name' => 'Nexus',
'author' => '<a href="https://github.com/GIGABAIT-Official" target="_blank" rel="nofollow noopener">GIGABAIT Official</a>',
'module_ver' => '1.6.0',
'module_ver' => '1.6.1',
'nml_ver' => '2.0.0-pr12',
);

Expand Down

0 comments on commit 7680695

Please sign in to comment.