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