Hello everyone,
I’m happy to announce the release of trudesk v1.0.2
This is a maintenance release with the following bug fixes.
Trudesk v1.0.2 (2018-11-03)
Bug Fixes
- assets: security fix (4f6c00d)
- database: connection returning true even if error occured (0156c4b)
- database: removed incorrect events (357752d)
- mobile: chrome 53+ not allowing selects to open. #96 (7d71135)
- styles: issue #101 editing issue/comment/note (46ab7e8)
- styles: new tickets had incorrect classes (4793c31)
- tickets: public ticket crash #103 (19b75f1)
- timezone: option to set local timezone (e3eb12a)
All deployment methods have been updated.
Updating from source & appliance update
- Log into the
console
-
cd /etc/trudesk/
or directory of trudesk installation git pull
rm -rf node_modules && yarn install
yarn run build
pm2 restart trudesk
Docker Deployments
Switch the docker image tag to 1.0.2
. Note: If you’re on tag latest, 1.0, or 1
just re-pull the image.