Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 4.79 KB

File metadata and controls

85 lines (57 loc) · 4.79 KB

Change Log

v3.1.0 (2026-06-18)

Full Changelog

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)

Full Changelog

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, page Display)
  • 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::Holidays is unavailable instead of failing
  • Compute the weekend-skip weekday in UTC, consistent with the stored due date

v2.1.0 (2026-06-17)

Full Changelog

This is the final RT 4.4.x release of TicketActions.

Implemented enhancements:

  • Add QuickStall action
  • Use RT::Extension::FontAwesome if 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:

v2.0.2 (2018-04-05)

Full Changelog

Merged pull requests:

v2.0.1 (2018-04-05)

Full Changelog

v2.0.0 (2018-03-29)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator