Suivez la vidéo ci-dessous pour découvrir comment installer notre site en tant qu'application web sur votre écran d'accueil.
Note: Cette fonctionnalité peut ne pas être disponible sur certains navigateurs.
ATS now requires PHP 8.1 or later and Joomla 5.3 or later. PHP 8.0 and older Joomla versions are no longer supported.
Joomla API application integration
ATS now ships with a full Joomla API application integration, allowing programmatic access to tickets, posts, attachments (Pro), and manager notes (Pro) via standard JSON:API endpoints under /api/index.php/v1/ats/. This is intended for headless integrations, third-party tooling, and automation workflows.
A new plugin (plg_ats_webpush) delivers browser-level Web Push notifications for ticket events, letting users and support staff receive real-time alerts without an email round-trip.
Critical bugs and important changes
- Minimum requirements are PHP 8.1, Joomla 5.3
- Joomla API application integration for tickets, posts, attachments, and manager notes
- Web Push notifications for ticket events
- Support for email priorities
- [HIGH] Joomla 6 removed castAsChar from the database query class, breaking the Finder plugin
- [HIGH] Notify Support Staff option in ticket category is effectively ignored
- PHP 8.5 compatibility: implicit nullable method parameters are deprecated
- PHP 8.5 compatibility: setAccessible is deprecated for reflection objects
- Workaround for Joomla! reporting the wrong maximum upload filesize
Critical bugs and important changes
- Minimum PHP version supported is now 8.0
- Support for receiving email with non-UTF-8 encoding
- [HIGH] Can't create attachments due to legacy File::exists check
- [LOW] The "reply above this line" text in emails would always be in English
- Updated Horde IMAP library to better support newer PHP versions
- Show time spent per post in the post header (front- and backend)
- Show time spent per ticket in the backend Tickets page
- [HIGH] Fatal error when changing the ticket state, or saving custom field values
- Support for backend table column selection and row multiselect
Bug fixes
[HIGH] Joomla! 5 cannot load ticket's UCM record due to b/c break
[HIGH] Joomla! 5.1.3 and 4.4.7 broke frontend pagination
Miscellaneous changes
PHP 8.4 compatibility: MD5 and SHA-1 functions are deprecated
Support for Joomla! 5.1's createQuery method in the db object
Workaround for Joomla! 5.1 CSS in alert DIVs