forked from helpdesk-z/helpdeskz-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
654b15f
commit 744f987
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Upgrading from 2.0.1 to 2.0.2 | ||
=========================== | ||
|
||
Changelog | ||
--------- | ||
|
||
- Framework update to work with PHP >= 7.3. | ||
- The auto-close of tickets is fixed. | ||
- The staff notification when new ticket is opened is fixed. | ||
- Ticket notes. | ||
|
||
Upgrade process | ||
--------------- | ||
|
||
If you made custom modifications in your template for client panel, then make a backup of the folder **/hdz/app/Views/client/** | ||
The upgrade process is very simple and just upload these files: | ||
|
||
- /index.php | ||
- /.htaccess *[required if you have issues visiting pages in your site]* | ||
- /hdz/app/\*.\* | ||
- /hdz/framework/\*.\* | ||
- /hdz/install/\*.\* | ||
|
||
|
||
Update your site | ||
---------------- | ||
|
||
- Open **/install** in your browser, for example http://support.mysite.com/install (modify your URL). | ||
- The HelpDeskZ setup script will run. Click `Upgrade my HelpDeskZ´ and follow the instructions through upgrade wizard. | ||
- Restore the template files of client panel. | ||
- Thanks for using HelpDeskZ! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Server Requirements | ||
==================== | ||
|
||
- PHP version 7.2 or newer is required | ||
- PHP version 7.3 or newer is required | ||
- **intl** extension, **mbstring** extension and **imap** extension installed. | ||
- MySQL (5.1+) via the *MySQLi* driver |