Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolutionPHP committed Mar 9, 2021
1 parent 654b15f commit 744f987
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/installation/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Please read the upgrade notes corresponding to the version you are upgrading fro

upgrade_2x
upgrade200_201
upgrade201_202
31 changes: 31 additions & 0 deletions docs/installation/upgrade201_202.rst
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!
2 changes: 1 addition & 1 deletion docs/intro/requirements.rst
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

0 comments on commit 744f987

Please sign in to comment.