New features
Added new features in Helpdezk core
- Add Pushover Configuration Screen
- In the environment dashboard, on the admin screen, the external ip address and the external host name were added.
- Added trigger model, it will use in alerts feature
- Added login functionality to allow working with new types of users for modules external to helpdezk
Adjustments in demo version
Adjustments in the new demo version .
- Changing the location of the instructions on the login page in the demo version.
Fixed bugs
- Some corrections in the English version;
- Fixed error in the config.php's creation script no programa de instalação. It left a blank space at the end: $ config ["jquery"] = "jquery-2.1.1.js ";
- Fix issue in person update program
- Fix query in getRequests method - ticket_model.php
- Fix Index Model
- Fix cron/cronCommon.php option new-ticket-user in _cronSendNotification method.
- Fixed the title issue in the templates, it was not being taken from config.php.
- Creation of the tmp folder in installer program, because it was not in git. As soon as it is placed in git we can remove it.