Skip to content

Commit

Permalink
Version 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jshah4517 committed Feb 4, 2025
1 parent 6ba63ac commit 61f1aac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Lang/en/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@
"multi_ip" => "Multi-IP Support",
"multi_ip_desc" => "Allows locking SupportPal to more than one internal/external IP.",
"purchase" => "Purchase",
"ticket_number_missing" => "For ticket related emails, the {{ ticket.number }} merge field should be present in the email subject and must be wrapped in either <em>[#{{ ticket.number }}]</em> or <em>(#{{ ticket.number }})</em> in order to route replies to the correct ticket. If you would like to remove the ticket number, please consider enabling <a href='https://docs.supportpal.com/current/Email+Channels#SubAddressConfiguration' target='_blank'>email sub-addressing</a>.",

/*
* 2.5.0
Expand Down Expand Up @@ -742,4 +741,11 @@
"anchor" => "Anchor",
"example" => "Example",

/*
* 5.6.0
*/
"email_template_enabled_desc" => "Disabling the email template will prevent notifications that use this template from being sent.",
"template_disabled" => "Template Disabled",
"reset_email_template" => "This will update the editor with the default email template content. Any previous changes made will be lost once the email template has been saved.",

);
2 changes: 1 addition & 1 deletion Lang/en/locale.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@
"Africa/Cairo" => "(GMT+02:00) Cairo",
"Africa/Harare" => "(GMT+02:00) Harare",
"Europe/Helsinki" => "(GMT+02:00) Helsinki",
"Europe/Istanbul" => "(GMT+02:00) Istanbul",
"Asia/Jerusalem" => "(GMT+02:00) Jerusalem",
"Africa/Johannesburg" => "(GMT+02:00) Johannesburg",
"Europe/Minsk" => "(GMT+02:00) Minsk",
Expand All @@ -320,6 +319,7 @@
"Europe/Vilnius" => "(GMT+02:00) Vilnius",
"Africa/Windhoek" => "(GMT+02:00) Windhoek",
"Asia/Baghdad" => "(GMT+03:00) Baghdad",
"Europe/Istanbul" => "(GMT+03:00) Istanbul",
"Asia/Kuwait" => "(GMT+03:00) Kuwait",
"Europe/Moscow" => "(GMT+03:00) Moscow",
"Africa/Nairobi" => "(GMT+03:00) Nairobi",
Expand Down
7 changes: 7 additions & 0 deletions Lang/en/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -588,4 +588,11 @@
"pin" => "Pin",
"unpin" => "Unpin",

/*
* 5.6.0
*/
"copy_to_new_filter" => "Copy to New Filter",
"alias_support" => "Alias Support",
"alias_support_desc" => "Alias support analyses the recipient addresses of incoming emails to determine which department the email should be opened in. Disabling alias support will open all emails in the department they were fetched in irrespective of the recipient addresses.",

);

0 comments on commit 61f1aac

Please sign in to comment.