From be48540bf110c7b9f3ebc6053594d19686056552 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 4 Jan 2015 23:39:30 -0500 Subject: [PATCH] Update README and install_functions --- README.md | 13 ++----------- install/install_functions.inc.php | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c6e37e35..7298a3c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Stories in Ready](https://badge.waffle.io/mkoch227/Mods-For-Hesk.png?label=waffle:ready&title=Ready)](https://waffle.io/mkoch227/Mods-For-Hesk) -

Mods for HESK v1.6.1

+

Mods for HESK v1.7.0

Mods for HESK is a set of modifications for HESK v2.5.5, a free and popular helpdesk solution. @@ -26,16 +26,7 @@ You can download Mods for HESK via two ways:

Installation

- -
    -
  1. Download HESK from http://www.hesk.com/download.php.
  2. -
  3. Extract the contents of HESK to a directory of your choice.
  4. -
  5. Download Mods for HESK from one of the two methods described above.
  6. -
  7. Copy and paste the contents of the zip/tar.gz bundle and overwrite any files in the original HESK 2.x folder.
  8. -
  9. Upload the resulting folder to your webserver.
  10. -
  11. Go to the /install directory in your web browser and click on "Install/Update Mods for HESK Installation"
  12. -
-

Please consult the official HESK Documentation on how to install HESK, as it is the same for both HESK and Mods for HESK.

+

Visit http://mods-for-hesk.mkochcs.com/download.php for installation instructions.

Languages

As of current, only English is a supported language, as there have been several language items that have been edited/created. If you want to translate Mods for HESK to your own language, it is recommended to download the original HESK language file for your language, and then add/edit the lines listed under //Added or modified in Mods for HESK X.X.X (where X.X.X is a version number) for your language.

diff --git a/install/install_functions.inc.php b/install/install_functions.inc.php index 67269a74..98704d30 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('MODS_FOR_HESK_NEW_VERSION','1.6.0'); +define('MODS_FOR_HESK_NEW_VERSION','1.7.0'); // Other required files and settings define('INSTALL',1);