diff --git a/README.md b/README.md index 5b5def5a..3ee2c5e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Stories in Ready](https://badge.waffle.io/mkoch227/numods.png?label=ready&title=Ready)](https://waffle.io/mkoch227/numods) -

NuMods v1.4.1

+

NuMods v1.5.0

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
  • Dynamically add columns to the ticket dashboard
  • Maintenance Mode
  • Ticket Dashboard Automatic Refresh
  • +
  • ...and more!
  • Download

    -You can download this tweak via two ways: +You can download this mod via two ways:
    1. Stable Releases: 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.
    2. diff --git a/install/install_functions.inc.php b/install/install_functions.inc.php index 78ba56f7..41d56f46 100644 --- a/install/install_functions.inc.php +++ b/install/install_functions.inc.php @@ -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); diff --git a/install/updateNuMods.php b/install/updateNuMods.php index a2d8e2b8..f57e14ce 100644 --- a/install/updateNuMods.php +++ b/install/updateNuMods.php @@ -74,7 +74,7 @@ if ($_GET['update'] == 1)

      Update NuMods from v1.4.1 to v1.5.0

      -

      Update here. Do not use the installation below!

      +

      Update here. Do not use the installation below!

      Update NuMods from v1.2.4 - v1.3.0 to v1.5.0

      If you attempted the v1.4.0 installation and it failed, use this update link. Do not use the link below!

      Update here. Do not use the installation below!

      diff --git a/nuMods_settings.inc.php b/nuMods_settings.inc.php index d5e88f84..e7053cf9 100644 --- a/nuMods_settings.inc.php +++ b/nuMods_settings.inc.php @@ -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'; \ No newline at end of file +$nuMods_settings['version']= '1.5.0'; \ No newline at end of file