New version of HESK: 2.5.5

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

New version of HESK: 2.5.5

Post by Klemen »

HESK has just been updated to version 2.5.5

UPDATE FROM VERSION 2.5.4:
1. Download HESK 2.5.4 to 2.5.5 patch
2. Read HOW TO INSTALL.html

UPDATE FROM VERSION 2.5.3:
1. Download HESK 2.5.3 to 2.5.5 patch
2. Read HOW TO INSTALL.html

UPDATE FROM VERSION 2.5.2:
1. Download HESK 2.5.2 to 2.5.5 patch
2. Read HOW TO INSTALL.html

UPDATE FROM VERSION 2.5.1:
1. Download HESK 2.5.1 to 2.5.5 patch
2. Read HOW TO INSTALL.html

UPDATE FROM VERSION 2.5.0:
1. Download HESK 2.5.0 to 2.5.5 patch
2. Read HOW TO INSTALL.html

----------------------------------------------------------------------------------------------------

UPDATE FROM OLDER VERSIONS:
1. Download Full installation file
2. Open docs/step-by-step-guide.html and read instructions under "Upgrading from old versions"

----------------------------------------------------------------------------------------------------

CODE CHANGES IN 2.5.5:
If you have a customized version of HESK 2.5.3 you can apply the code changes yourself:
HESK 2.5.3 to 2.5.5 unified file

If you have a customized version of and older HESK 2.5.x version, changes to update to version 2.5.3 have been posted here

In the download you will find 1 new file and a list of changes in unified format:
http://en.wikipedia.org/wiki/Diff#Unified_format
http://www.gnu.org/software/diffutils/m ... ormat.html

In short: remove lines starting with -, add lines starting with +, ignore other lines.

----------------------------------------------------------------------------------------------------

If you have problems with version 2.5.5 please open a new topic, do not reply here!

----------------------------------------------------------------------------------------------------

Changes in 2.5.5:
- fix: correct TinyMCE update to 3.5.11 from version 2.5.4

Changes in 2.5.4:
- fix: MySQL test ignoring new database name when verifying tables
- fix: adjust time if MySQL and PHP use different time zone setting
- fix: single quotes not escaped properly in Javascript
- updated TinyMCE to 3.5.11
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: New version of HESK: 2.5.4

Post by mkoch227 »

If anyone would like the unified diffs from 2.5.3 to 2.5.4 (if you want to make the changes manually), you can download them at http://numods.mkochcs.com/downloads/253 ... _diffs.zip
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: New version of HESK: 2.5.4

Post by Klemen »

Thanks, Mike.

Also, please note there has been an error in TinyMCE update, so I released a new small update to fix it.

I apologize for the inconvenience!

To move from 2.5.4 to 2.5.5 change this code in file inc/header.inc.php

Code: Select all

3.5.10
to

Code: Select all

3.5.11
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: New version of HESK: 2.5.5

Post by Klemen »

Here is also a unified diff file for moving from 2.5.3 to 2.5.5:
http://www.hesk.com/get/hesk253_to_255_diff
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply