Freshdesk: Downloads
Summary
You can download all the supported plugin releases from this page.
The change log for each version series can be found under the download link & hash.
See the versioning scheme for compatibility information.
Releases
Version 3.0.0
Download: freshdesk-3.0.0.tgz
SHA256: 38e83c631d6ba52ea3b39ae4a74509b26024897991729f33bee972fb3ef13d4f
Series History
See the revision history for series 3.0.x below
Revisions
3.0.0 - 15/03/2022
Changed
- Dropped support for alpine-3.11 (Task Builder v1.x) & added alpine-3.13 (Task Builder v3.x).
Version 2.3.0
Download: freshdesk-2.3.0.tgz
SHA256: c2e28cde5226119aec6adef93d9a25ccd24d03824e409c57aab3904a359863d5
Series History
See the revision history for series 2.3.x below
Revisions
2.3.0 - 30/09/2021
Fixed
- Fix bug in tickets.assign_to_agent
Version 2.2.0
Download: freshdesk-2.2.0.tgz
SHA256: 51d115cb48d1aff1c6542c3f53191dc74f03ad15c3a267807508bc33b052cf9f
Series History
See the revision history for series 2.2.x below
Revisions
2.2.0 - 08/09/2021
Changed
- Improved plugin startup speed.
Version 2.1.0
Download: freshdesk-2.1.0.tgz
SHA256: 1960189df45fbf49d21bf0a1f822f01c1525a0523dcb44f9da4cbc55ffd1bb42
Series History
See the revision history for series 2.1.x below
Revisions
2.1.0 - 21/06/2021
Fixed
- Fix resource Forbidden error to show more user friendly error messages
Version 2.0.0
Download: freshdesk-2.0.0.tgz
SHA256: c03d0d2f387a5ef122d18ac197418944f9ff4fb1102ec7f086c031a7217ee8d0
Series History
See the revision history for series 2.0.x below
Revisions
2.0.0 - 07/06/2021
Added
- New display, select and select_one actions for display tables
Deprecated
- output_tables and input_tables deprecated in favour of new display / select tables
Changed
- All search actions now output a SearchResult dictionary making it easier to use the results.
Version 1.0.1
Download: freshdesk-1.0.1.tgz
SHA256: 25239ada8735a092ec41ccbbc0112dd6697434b31898bb51088356571a513721
Series History
See the revision history for series 1.0.x below
Revisions
1.0.1 - 27/05/2021
Added
- Added a description to the plugin manifest.
1.0.0 - 07/05/2021
Added
- First release with tickets, agents, & companies actions.
Versioning Scheme
Plugin versions are in major
.minor
.patch
format.
Major
- Significant functionality changes
- May not be backward compatible
Minor
- Bug fixes
- Minor functionality changes
- Backward compatible
Patch
- No functional changes
- Reserved for documentation updates