From 744f98703ec30e99e1fd56111246b9246be0d498 Mon Sep 17 00:00:00 2001 From: andres Date: Tue, 9 Mar 2021 18:40:53 -0500 Subject: [PATCH] v2.0.2 --- docs/installation/upgrade.rst | 1 + docs/installation/upgrade201_202.rst | 31 ++++++++++++++++++++++++++++ docs/intro/requirements.rst | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 docs/installation/upgrade201_202.rst diff --git a/docs/installation/upgrade.rst b/docs/installation/upgrade.rst index e0f65b8..9961c2a 100644 --- a/docs/installation/upgrade.rst +++ b/docs/installation/upgrade.rst @@ -8,3 +8,4 @@ Please read the upgrade notes corresponding to the version you are upgrading fro upgrade_2x upgrade200_201 + upgrade201_202 diff --git a/docs/installation/upgrade201_202.rst b/docs/installation/upgrade201_202.rst new file mode 100644 index 0000000..e9d5f4a --- /dev/null +++ b/docs/installation/upgrade201_202.rst @@ -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! \ No newline at end of file diff --git a/docs/intro/requirements.rst b/docs/intro/requirements.rst index 0d97a47..8605cc6 100644 --- a/docs/intro/requirements.rst +++ b/docs/intro/requirements.rst @@ -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 \ No newline at end of file