v3.1.0 (2026-06-18)
Implemented enhancements:
- Perform one-click quick actions in place via htmx with RT's native growl notification instead of a full-page reload; the Basics widget, page menu and the Quick Actions box refresh automatically. Actions that need a message (reply/comment/forward, lifecycle transitions with a reply/comment step) still open the update form.
v3.0.0 (2026-06-17)
First release for RT 6. Breaking: requires RT 6.0.0 and no longer works on RT 4.
Breaking changes:
- Require RT 6.0.0 (
requires_rt); drop RT 4 support - Remove the search-result navigation box (RT 6 provides this natively)
Implemented enhancements:
- Provide the Quick Actions bar as an RT 6 page-layout widget; add it via
Admin -> Page Layouts (class
RT::Ticket, pageDisplay) - Render icons via RT's
GetSVGImage(Bootstrap Icons) instead of bundling FontAwesome; distinguish QuickResolve/QuickStall with filled icon variants - Style the action buttons to match RT 6's native theme
Fixed bugs:
- Degrade gracefully when
Date::Holidaysis unavailable instead of failing - Compute the weekend-skip weekday in UTC, consistent with the stored due date
v2.1.0 (2026-06-17)
This is the final RT 4.4.x release of TicketActions.
Implemented enhancements:
- Add QuickStall action
- Use
RT::Extension::FontAwesomeif installed instead of bundling FontAwesome
Fixed bugs:
- Fix holiday detection
- Fix non-destructive substitution modifier #20
- Improve QuickAccess button hitbox and styling
Merged pull requests:
- Add license file #22 (MisterMountain)
v2.0.2 (2018-04-05)
Merged pull requests:
v2.0.1 (2018-04-05)
v2.0.0 (2018-03-29)
Merged pull requests:
- Unify doc #14 (Al2Klimov)
- Rename from RTx::TicketActions to RT::Extension::TicketActions #13 (Al2Klimov)
- Update screenshot #12 (Al2Klimov)
- Drop TA_ShowQuickAccess #11 (Al2Klimov)
- Fix double / in URLs #10 (Al2Klimov)
- Replace broken icon #9 (Al2Klimov)
- Show only icons #8 (Al2Klimov)
- Show QuickActions for search navigation while displaying a ticket found by the current search #7 (Al2Klimov)
- Config: pass TA_FollowUpDays as array reference #6 (Al2Klimov)
- Enhance relative due actions #5 (Al2Klimov)
- Add doc and fix maker kit #2 (mxhash)
- Rename: Upgrade fontawesome, rename plugin, fix assets #1 (mxhash)
* This Change Log was automatically generated by github_changelog_generator