freescout-restricted-customers/CHANGELOG
Antoine Le Gonidec 8d0a454713
1.1.2 bugfix release
* Fix creating a new Conversation with a new Customer.
* Fix the error shown when trying to create a Customer with no linked Mailbox.
2024-07-22 19:00:04 +02:00

67 lines
1.5 KiB
Text

1.1.2
* Fix creating a new Conversation with a new Customer.
* Fix the error shown when trying to create a Customer with no linked Mailbox.
1.1.1
* Fix the ability to start new Conversations.
* Log an explicit error when creating a new Conversation is aborted.
1.1.0
* Add compatibility with MMFCustomersGroups.
1.0.1
* Fix the fetching of e-mails including attachments.
1.0.0
* First stable release, actually identical to 0.9.0.
0.9.0
* Display a localized warning on Customers without a Mailbox.
* Drop the (not working) ability to link a Customer to multiple Mailboxes.
* Improve routes overrides.
0.8.1
* Fix filtering by Mailbox when getting Customers for a non-admin User.
0.8.0
* Rely on hooks to filter the Customers search.
* Rely on hooks to link Customers to a Mailbox.
0.7.0
* Convert the PHP package into a Laravel module,
cf. https://laravelmodules.com/
0.6.1
* Fix the ability to rollback migrations.
0.6.0
* Link to a Mailbox the Customers automatically created when fetching e-mails.
0.5.0
* Allow multiple Customers to use the same email, as long as they are linked to distinct Mailboxes.
0.4.0
* Display all Customers when using an admin account.
* Add the ability to set the Mailbox when editing a Customer.
* When editing a Customer, pre-select its current Mailbox.
0.3.0
* Improve the initial linking of Customers to Mailboxes, to include Customers linked with several Conversations.
0.2.0
* On the initial package install, link existing Customers to Mailboxes.