diff --git a/admin/admin_settings.php b/admin/admin_settings.php index 8997291e..363991b7 100644 --- a/admin/admin_settings.php +++ b/admin/admin_settings.php @@ -471,7 +471,15 @@ if ( defined('HESK_DEMO') )
  • -
  • + @@ -1773,6 +1781,57 @@ if ( defined('HESK_DEMO') ) + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    diff --git a/install/install_functions.inc.php b/install/install_functions.inc.php index 35a73f73..3859f666 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.3.1'); +define('NUMODS_NEW_VERSION','1.4.0'); // Other required files and settings define('INSTALL',1); diff --git a/language/en/text.php b/language/en/text.php index fbf33f96..a474af84 100644 --- a/language/en/text.php +++ b/language/en/text.php @@ -21,6 +21,9 @@ $hesklang['_COLLATE']='utf8_unicode_ci'; // This is the email break line that will be used in email piping $hesklang['EMAIL_HR']='------ Reply above this line ------'; +// ADDED OR MODIFIED IN NuMods 1.4.0 +$hesklang['numods'] = 'NuMods'; + // ADDED OR MODIFIED IN NuMods 1.3.1 $hesklang['autorefresh'] = 'Autorefresh:'; $hesklang['autorefresh_restrictions'] = 'Enter value in milliseconds. Value must be greater than 1000 to use this feature. No fractional values.';