BUGS IMPROVEMENTS
27 days ago

Ticaga 1.3.3 has been released

This is a bug fix and improvement release of Ticaga (All from 1.3.1 to 1.3.3), we recommend you download the full zip to upgrade to this version.

Bugs:
  • Replaced env('') to config('') which fixes issues when files are cached and improves overall experience.
  • If Mail server details weren't configured it caused issues, now we have a mail.enabled function, set to false by default.
  • Fixed requirements on the submitting ticket form, from the form side to Livewire.
  • Change debug=true to debug=false in the .env.example.
  • Fix Email bug on responses, as emails weren't being sent if the ticket wasn't assigned to a client.
  • Fixed ETA Time because it was checking for status = 1, however since we use Enum Statuses, this needed to be changed to closed.
  • Published Livewire assets to public, because this broke Ticaga as the Livewire.js wasn't found.

Improvements:
  • Added Notifications.
  • Tailwind 4 Support
  • DaisyUI 5 Support
  • Added a Button row on tickets to improve the feel of the page.
  • Added Markdown support to the tickets replies.
  • Added a share link to public tickets, which now has a button instead.
  • Changed text on pages to translation variables to make it easier when translating in the future.
  • Changed Support Tickets to Tickets, Assigned to renamed to just Tickets on your Assigned to me page.
  • Improvements to Dark Mode designs.
  • Added Types Enum to prepare for Categories.
  • Created a controller for Categories.
  • Added views for Creation and Editing Categories.
  • Rename the tables components from tickets to tables, so they can be used with other livewire views as they're no longer just for tickets.
  • Added Announcement routes to web.php so we can start work on the Announcements now the Categories are ready.

You can download the latest version here: https://ticaga.com/latest.zip