Updated version number

merge-requests/2/head
Mike Koch 10 years ago
parent a490a6ee5a
commit 86393193f4

@ -1,5 +1,5 @@
[![Stories in Ready](https://badge.waffle.io/mkoch227/numods.png?label=ready&title=Ready)](https://waffle.io/mkoch227/numods)
<h2><a href="http://numods.mkochcs.com" target="_blank">NuMods</a> v1.4.1</h2>
<h2><a href="http://numods.mkochcs.com" target="_blank">NuMods</a> v1.5.0</h2>
This branch contains all files modified from the base version of HESK to become NuMods, a set of modifications for HESK v2.x
@ -13,11 +13,12 @@ This branch contains all files modified from the base version of HESK to become
<li>Dynamically add columns to the ticket dashboard</li>
<li>Maintenance Mode</li>
<li>Ticket Dashboard Automatic Refresh</li>
<li>...and more!</li>
</ul>
<h2>Download</h2>
You can download this tweak via two ways:
You can download this mod via two ways:
<ol>
<li><strong>Stable Releases:</strong> Releases that have a release tag associated with a commit are considered releases. You can click on "releases" on the top of the repo, and then click "zip" or "tar.gz" to download the repo at that stage.</li>

@ -37,7 +37,7 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');}
// We will be installing this HESK version:
define('HESK_NEW_VERSION','2.5.5');
define('NUMODS_NEW_VERSION','1.4.1');
define('NUMODS_NEW_VERSION','1.5.0');
// Other required files and settings
define('INSTALL',1);

@ -74,7 +74,7 @@ if ($_GET['update'] == 1)
<body>
<div style="display: <?php echo $showInstructions; ?>">
<h1>Update NuMods from v1.4.1 to v1.5.0</h1>
<p><a href="#">Update here</a>. <b>Do not use the installation below!</b> </p>
<p><a href="updateTo1-5-0.php">Update here</a>. <b>Do not use the installation below!</b> </p>
<h1>Update NuMods from v1.2.4 - v1.3.0 to v1.5.0</h1>
<p>If you attempted the v1.4.0 installation and it failed, use <a href="updateTo1-4-1.php?ar=true">this update link</a>. Do not use the link below!</p>
<p><a href="updateTo1-4-1.php">Update here</a>. <b>Do not use the installation below!</b></p>

@ -23,4 +23,4 @@ $nuMods_settings['show_icons'] = 0;
$nuMods_settings['maintenance_mode'] = 0;
/* DO NOT EDIT ANYTHING BELOW THIS LINE */
$nuMods_settings['version']= '1.4.1';
$nuMods_settings['version']= '1.5.0';
Loading…
Cancel
Save