FreeScout - Package Updates
Pinned
FreeScout
-
[1.7.21]
- Update FreeScout to 1.7.22
- Properly save attachments without a name (#1548)
- Disabled authentication for cron URL (#1545)
- Fixed creating a phone conversation without saving it first as draft.
- Fixed empty customer when creating a phone conversation without saving it as draft first.
- Fixed (no subject) issue when creating a new conversation and sending it quickly.
- Set data-customer_id on customer conversation page to fix deleting a customer.
-
[1.7.22]
- Update FreeScout to 1.7.23
- Fixed issue with chat conversations being converted into regular conversations (#1565, #1568)
- Fixed "Trying to get property id of non-object in SendNotificationToUsers.php" (#1557)
- Properly process attachments with slashes (#1566)
-
[1.7.23]
- Update FreeScout to 1.7.24
- Full changelog
- Settings default subscriptions for new users in Manage > Alerts (#1563)
- Improved accessibility of modal dialogs (#1150)
- Fixed issue of Thread type being incorrect after save.
- Conversations::create() should create phone conversations in Pending status.
-
[1.7.24]
- Update FreeScout to 1.7.25
- Full changelog
- Update base image to 3.2.0
- Send attachments to all recipients when sending to multiple recipients (#1599)
- Fixed logs names in Logs.
- Removed limitation on user Alternate Emails max length (#1592)
-
[1.7.27]
- Update FreeScout to 1.7.28
- Full changelog
- Added sorting conversations table by Conversation, Number and Waiting Since columns (#1651)
- Added ability to pass config to Html2Text().
- Fixed "Call to a member function isDraft() on null" in SendNotificationToUsers (#1649)
- Fixed small typo: convsersation -> conversation
-
[1.8.0]
- Update FreeScout to 1.8.0
- Full changelog
- Started the process of making FreeScout compatible with PHP 8.1.
- Show merged conversation link in the notice (#1686)
- Fixed redirecting to root in a subdirectory (#1689)
- Fixed customers search on PostgreSQL (#1664)
- Check if mailbox exists in SendReplyToCustomer job (#1678)
- Fixed customer conversations pagination.
- Fixed search pagination with complex search filters.
- Light color for spam conversations (#1680)
-
[1.8.5]
- Update FreeScout to 1.8.5
- Full changelog
- Improved Module::isActive() method performance: API speed increased 10-30 times.
- Added aria-labels to summernote editor buttons (https://github.com/freescout-helpdesk/freescout/issues/1150#issuecomment-1035104351
- Added aria-labels to select2 options (https://github.com/freescout-helpdesk/freescout/issues/1150#issuecomment-1035104351)
- Fixed php artisan module:make command.
- Do not allow users and mailboxes to have the same email addresses.
-
[1.8.8]
- Update FreeScout to 1.8.8
- Full changelog
- Fixed underscores in encoded subjects (#1744)
- If custom login page path set do not show login form at /login (#1751)
- Do not add mailbox emails itself to CC in the new conversation.
- Fixed PHP 8.1 error when opening fetching settings for a new mailbox.
- Allow to save fetching settings with empty password on PHP 8.1
- Fixed issue with searching attachments (#1788)
- Take "Spread the Word" option into account when sending a mailbox test email (#1773)
- Changed homepage link on 404 page (#1762)
-
[1.8.9]
- Update FreeScout to 1.8.9
- Full changelog
- Added possibility to connect to Microsoft Exchange Server via oAuth: https://github.com/freescout-helpdesk/freescout/wiki/Connect-FreeScout-to-Microsoft-365-Exchange-via-oAuth
- Fixed homepage URL on 404 page (#1762)
- Fixed saving System Emails page with empty password on PHP 8.1
-
[1.8.10]
- Update FreeScout to 1.8.10
- Full changelog
- Added RTL languages support.
- Added Persian language.
- Fixed recipients names when sending new conversations separately (#1802)
- Fixed possible JavaScript error on creating new conversation (#1789)
- Fix PHP 8.1 error in Swiftmailer (#1831)
- Limit Assignee dropdown height in conversations bulk actions (#1840)
- Added empty string check to User::hasManageMailboxAccess() function (#1850)
- Ensure that there is always a Customer email address when updating a conversation (#1847)
- Show extra instructions on error 500 page (#1808)