Change Log

Ticaga 1.1.2 has been released


This is a bug fix release of Ticaga, you can download the full zip or the patch files.

Bugs:
  • Notes are sent to the customer by email.
  • Fix for 1.1.1 broke the support department name, this fixes that too.
App/Http/Controllers/ResponsesController.php: 59 - It didn't check if the response was a note:
if ($responses) {
Replaced with:
if ($responses && $response["is_note"] != '1') {
You can download the patch here: https://billing.ticaga.com/plugin/download_manager/admin_main/download/2
You can download the latest version here: https://ticaga.com/latest.zip

Ticaga 1.1.1 has been released

This is a bug fix release of Ticaga, you can download the full zip or the patch files.

Bugs:
  • New Response Mailer had a ")" in the wrong place. This prevents the email being sent.
  • Ticket view date was incorrect.
App/Mail/NewResponse.php: 41 - Had an extra ")" at the end of department_name.
App/Mail/NewResponse.php: 43 - Missing the ")" after the $email_company.

App/Http/Controllers/TicketsController.php: 30 - Because all tables have a "created_at" field, it was picking up the user "created_at" date and not the ticket date.

You can download the patch here: https://billing.ticaga.com/plugin/download_manager/admin_main/download/1
You can download the latest version here: https://ticaga.com/latest.zip
Powered by FeedBear