Updated version numbers

merge-requests/2/head
Mike Koch 9 years ago
parent 41ad95ff89
commit 3aa10dfc43

@ -54,8 +54,8 @@ hesk_iHeader();
<a class="btn btn-default btn-lg" href="update.php?" role="button">Upgrade</a> <a class="btn btn-default btn-lg" href="update.php?" role="button">Upgrade</a>
<p><br/>Upgrade existing HESK installation to version <?php echo HESK_NEW_VERSION; ?></p> <p><br/>Upgrade existing HESK installation to version <?php echo HESK_NEW_VERSION; ?></p>
<br/><br/> <br/><br/>
<a class="btn btn-default btn-lg" href="updateModsForHesk.php" role="button">Install / Upgrade Mods for Hesk</a> <a class="btn btn-default btn-lg" href="updateModsForHesk.php" role="button">Install / Upgrade Mods for HESK</a>
<p><br/>Install or upgrade existing Mods for Hesk installation to version <?php echo MODS_FOR_HESK_NEW_VERSION; ?></p> <p><br/>Install or upgrade existing Mods for HESK installation to version <?php echo MODS_FOR_HESK_NEW_VERSION; ?></p>
</div> </div>
<?php <?php

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

@ -6,15 +6,17 @@ require(HESK_PATH . 'hesk_settings.inc.php');
?> ?>
<html> <html>
<head> <head>
<title>Mods For Hesk 1.5.0 Install / Upgrade</title> <title>Mods For HESK 1.6.0 Install / Upgrade</title>
</head> </head>
<body> <body>
<h1>Update Mods For Hesk from v1.4.1 to v1.5.0</h1> <h1>Update Mods for HESK from v1.5.0 to v1.6.0</h1>
<p><a href="updateTo1-6-0.php">Update here</a>. <b>Do not use the installation below!</b> </p>
<h1>Update Mods For HESK from v1.4.1 to v1.5.0</h1>
<p><a href="updateTo1-5-0.php">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 Mods For Hesk from v1.2.4 - v1.3.0 to v1.5.0</h1> <h1>Update Mods For HESK 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>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> <p><a href="updateTo1-4-1.php">Update here</a>. <b>Do not use the installation below!</b></p>
<h1>Install Mods For Hesk v1.5.0 <b>for the first time</b></h1> <h1>Install Mods For HESK v1.5.0 <b>for the first time</b></h1>
<h4><i>If you have not yet installed/updated HESK, please do so first before continuing; otherwise installation will <b>fail</b>!</i></h4> <h4><i>If you have not yet installed/updated HESK, please do so first before continuing; otherwise installation will <b>fail</b>!</i></h4>
<br/> <br/>
<p>Please verify the database information below. Additionally, ensure that the database user has CREATE and ALTER permissions.</p> <p>Please verify the database information below. Additionally, ensure that the database user has CREATE and ALTER permissions.</p>

@ -21,7 +21,7 @@ $hesklang['_COLLATE']='utf8_unicode_ci';
// This is the email break line that will be used in email piping // This is the email break line that will be used in email piping
$hesklang['EMAIL_HR']='------ Reply above this line ------'; $hesklang['EMAIL_HR']='------ Reply above this line ------';
// ADDED OR MODIFIED IN Mods For Hesk 1.6.0 // ADDED OR MODIFIED IN Mods For HESK 1.6.0
$hesklang['ticket_closed'] = '[#%%TRACK_ID%%] Ticket closed/resolved'; $hesklang['ticket_closed'] = '[#%%TRACK_ID%%] Ticket closed/resolved';
$hesklang['ticket_reopen'] = '[#%%TRACK_ID%%] Ticket reopened'; $hesklang['ticket_reopen'] = '[#%%TRACK_ID%%] Ticket reopened';
$hesklang['ticket_reopen_assigned'] = '[#%%TRACK_ID%%] Assigned ticket reopened'; $hesklang['ticket_reopen_assigned'] = '[#%%TRACK_ID%%] Assigned ticket reopened';
@ -35,11 +35,11 @@ $hesklang['add_row'] = 'Add row';
$hesklang['addnote'] = 'Add note'; $hesklang['addnote'] = 'Add note';
$hesklang['no_noteID'] = 'No Note ID'; $hesklang['no_noteID'] = 'No Note ID';
$hesklang['note_id_not_found'] = 'Note ID not found'; $hesklang['note_id_not_found'] = 'Note ID not found';
$hesklang['mods_for_hesk'] = 'Mods for Hesk'; $hesklang['mods_for_hesk'] = 'Mods for HESK';
$hesklang['err_modsForHesk_settings'] = 'Can\'t open file <b>modsForHesk_settings.inc.php</b> for writing. Please CHMOD this file to 666 (rw-rw-rw-)'; $hesklang['err_modsForHesk_settings'] = 'Can\'t open file <b>modsForHesk_settings.inc.php</b> for writing. Please CHMOD this file to 666 (rw-rw-rw-)';
$hesklang['mods_for_hesk_version'] = 'Mods for Hesk Version'; $hesklang['mods_for_hesk_version'] = 'Mods for HESK Version';
// ADDED OR MODIFIED IN Mods For Hesk 1.5.0 // ADDED OR MODIFIED IN Mods For HESK 1.5.0
$hesklang['ticket_auto_refresh'] = 'Ticket Table Auto-Refresh:'; $hesklang['ticket_auto_refresh'] = 'Ticket Table Auto-Refresh:';
$hesklang['display_rtl'] = 'Display site right-to-left'; $hesklang['display_rtl'] = 'Display site right-to-left';
$hesklang['show_icons_navigation'] = 'Show icons on navigation bar'; $hesklang['show_icons_navigation'] = 'Show icons on navigation bar';
@ -57,7 +57,7 @@ $hesklang['notify_customer_email_text'] = 'Don\'t send email notifications of re
$hesklang['cant_edit_admin'] = 'You cannot edit the God Admin (User ID = 1)'; $hesklang['cant_edit_admin'] = 'You cannot edit the God Admin (User ID = 1)';
$hesklang['notifications_disabled_info'] = 'Changing notifications settings has been disabled by your administrator.'; $hesklang['notifications_disabled_info'] = 'Changing notifications settings has been disabled by your administrator.';
// ADDED OR MODIFIED IN Mods For Hesk 1.4.0 // ADDED OR MODIFIED IN Mods For HESK 1.4.0
$hesklang['navbarBackgroundColor'] = 'Navbar Background Color'; $hesklang['navbarBackgroundColor'] = 'Navbar Background Color';
$hesklang['navbarBackgroundColorHelp'] = 'The main color of the top navigation bar. This applies to both the client and staff-side.'; $hesklang['navbarBackgroundColorHelp'] = 'The main color of the top navigation bar. This applies to both the client and staff-side.';
$hesklang['navbarBrandColor'] = 'Navbar Brand Color'; $hesklang['navbarBrandColor'] = 'Navbar Brand Color';
@ -106,14 +106,14 @@ $hesklang['relationship_deleted'] = 'Parent/Child relationship deleted.';
$hesklang['autorefresh'] = 'Autorefresh:'; $hesklang['autorefresh'] = 'Autorefresh:';
$hesklang['autorefresh_restrictions'] = 'Enter value in milliseconds. Value must be greater than 1000 to use this feature. No fractional values.'; $hesklang['autorefresh_restrictions'] = 'Enter value in milliseconds. Value must be greater than 1000 to use this feature. No fractional values.';
// ADDED OR MODIFIED IN Mods For Hesk 1.3.0 // ADDED OR MODIFIED IN Mods For HESK 1.3.0
$hesklang['show_filters'] = 'Show Column Filters'; $hesklang['show_filters'] = 'Show Column Filters';
$hesklang['hide_filters'] = 'Hide Column Filters'; $hesklang['hide_filters'] = 'Hide Column Filters';
// ADDED OR MODIFIED IN Mods For Hesk 1.2.2 // ADDED OR MODIFIED IN Mods For HESK 1.2.2
$hesklang['changeLanguage'] = 'Change language to'; $hesklang['changeLanguage'] = 'Change language to';
// ADDED OR MODIFIED IN Mods For Hesk 1.2 // ADDED OR MODIFIED IN Mods For HESK 1.2
$hesklang['statuses'] = 'Statuses'; $hesklang['statuses'] = 'Statuses';
$hesklang['basicProperties'] = 'Basic Properties'; $hesklang['basicProperties'] = 'Basic Properties';
$hesklang['shortNameKey'] = 'Short Name Key'; $hesklang['shortNameKey'] = 'Short Name Key';
@ -146,7 +146,7 @@ $hesklang['resolved']='Resolved'; // Ticket has been RESOLVED
$hesklang['quick_help_ticket']='Here is the information on your ticket. You can add a reply to this ticket, close it, or re-open the ticket if applicable.'; $hesklang['quick_help_ticket']='Here is the information on your ticket. You can add a reply to this ticket, close it, or re-open the ticket if applicable.';
// ADDED OR MODIFIED IN Mods For Hesk pre-1.2 // ADDED OR MODIFIED IN Mods For HESK pre-1.2
$hesklang['search_the_knowledgebase'] = 'Search the Knowledgebase'; $hesklang['search_the_knowledgebase'] = 'Search the Knowledgebase';
$hesklang['view_ticket_nav']='View Ticket'; $hesklang['view_ticket_nav']='View Ticket';
$hesklang['quick_help']='Quick Help'; $hesklang['quick_help']='Quick Help';

Loading…
Cancel
Save