Hello everyone
Iโm happy to announce the release of Trudesk v1.0.8
Current version must be at v1.0.7 in order to update
Trudesk v1.0.8 (2019-03-17)
Bug Fixes
- accounts: new users have accessToken by default (4f36bb4)
- accounts: space between group names (24a590b)
- mailer: new-ticket template showing large profile pic (213bc05)
- signup: #167 (5828301)
- theme: dark theme dropdown select color (53751bd)
All deployment methods have been updated.
Updating from source
- Log into the console
-
cd /etc/trudesk
or directory of trudesk installation git pull
git checkout v1.0.8
yarn install
pm2 restart trudesk
Note: A hard reset may be required if you modified files before. If so run git reset --hard
Note: Running yarn run build
is no longer required. Build files are included in tagged releases
Docker Deployments
Switch the docker image tag to 1.0.8
. Note: If youโre on tag latest, 1.0, or 1 just re-pulled the image.