/var/softaculous/hesk
NameSizeModeActions
images/-0755rm
languages/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt28130644editdlrm
clone.php46110644editdlrm
edit.php48340644editdlrm
edit.xml4330644editdlrm
extend.php97860644editdlrm
fileindex.php5720644editdlrm
hesk_settings.inc.php99480644editdlrm
import.php30710644editdlrm
info.xml21690644editdlrm
install.js9210644editdlrm
install.php100170644editdlrm
install.xml23040644editdlrm
md535090644editdlrm
notes.txt11650644editdlrm
update_pass.php5410644editdlrm
upgrade.php56080644editdlrm
upgrade.xml4060644editdlrm
Edit: /var/softaculous/hesk/notes.txt (1165B)
1. For next release kindly check upgrade method. 2. From 2.5.2 we have given update from just previous version i.e. 2.5.0. For next release kindly check if it gets upgraded by normal process. 3. Auto upgrade might need some changes when there is a new version with changes in database. Add the steps accordingly in upgrade.php 4. PHP REQUIREMENT LINK : install/install_functions.inc.php 5. Select Timezone = America/New_York in manual installation. 6. for adding new language download language from https://www.hesk.com/language/ link and open text.php and get values of "LANGUAGE" ,"EMAIL_HR" and language file name ex. "ar" from ar.zip ( FILENAME = ar ) and arrange in this format and add in $hesk_settings array '{{FILENAME}}' => array ( '{{LANGUAGE}}' => array('folder' => '{{FILENAME}}', 'hr' => '{{EMAIL_HR}}'), ), 7. Since 3.5.0 version we have removed auto upgrade because the script was using ajax to migrate the customers. 8. We have appplied a patch given by vendor in 3.6.0 version as the script was throwing error on accessing customer module. (This patch fix was added to 3.6.1 as mentioned by vendor in email, and it's mentioned in changelog as well)