-
-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* **attachments:** uploading office mime-types [#140](#140) ([b47da40](b47da40)) * **chat:** chat boxes under some buttons ([c337c76](c337c76)) * **dates:** overdue on dashboard ([921e258](921e258)) * **editor:** crash on invalid directory ([bc60899](bc60899)) * **groups:** issue preventing save ([7208253](7208253)) * **ldap:** crash if no results are returned ([8ff63ba](8ff63ba)) * **login:** username whitespaces ([282d725](282d725)) * **messages:** remove ajax link from start conversation ([988dfa9](988dfa9)) * **notifications:** unable to clear all notifications ([4f24c8c](4f24c8c)) * **reports:** invalid date format ([808a740](808a740)) * **reports:** invalid date string ([0914d91](0914d91)) * **socket:** high memory usage on notification updates ([b647d4c](b647d4c)) * **ticket:** priority not updating in realtime ([721f42d](721f42d)) * **unzip:** out dated dependency [#139](#139) ([b0aab01](b0aab01)) * **url:** invalid parse ([1738287](1738287)) * **validation:** email validation for modern tlds [#130](#130) ([febcbdf](febcbdf))
- Loading branch information
Showing
2 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "trudesk", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"private": true, | ||
"engines": { | ||
"node": ">=9.10.0" | ||
|