Commit graph

20 commits

Author SHA1 Message Date
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
d61183c0a8
1.1.1 bugfix release
* Fix the ability to start new Conversations.
* Log an explicit error when creating a new Conversation is aborted.
2024-07-22 18:16:51 +02:00
bcaaed0566
1.1.0 release
* Add compatibility with MMFCustomersGroups.
2024-07-20 18:49:41 +02:00
69c518086e
1.0.1 bugfix release
* Fix the fetching of e-mails including attachments.
2024-07-18 15:17:36 +02:00
2f9745f9d8
1.0.0 stable release
This is only a version bump from the previous 0.9.0 release.
2024-07-18 11:27:12 +02:00
5ba6404b84
0.9.0 release
* Display a localized warning on Customers without a Mailbox.
* Drop the (not working) ability to link a Customer to multiple Mailboxes.
* Improve routes overrides.
2024-07-12 13:01:37 +02:00
ab80794dfe
0.8.1 release
* Fix filtering by Mailbox when getting Customers for a non-admin User.
2024-07-11 16:51:04 +02:00
c927658079
0.8.0
* Rely on hooks to filter the Customers search.
* Rely on hooks to link Customers to a Mailbox.
2024-07-11 12:43:11 +02:00
c0244f24ef
Convert the PHP package into a Laravel Module
cf. https://laravelmodules.com/
2024-07-10 17:16:13 +02:00
21d7bbf158
0.6.1 release
* Fix the ability to rollback migrations.
2024-07-10 16:41:54 +02:00
978a02c548
0.6.0 release
* Link to a Mailbox the Customers automatically created when fetching e-mails.
2024-07-09 18:45:38 +02:00
f07ecd9bdf
0.5.0 release
* Allow multiple Customers to use the same email, as long as they are linked to distinct Mailboxes.
2024-07-09 14:42:25 +02:00
62b4f49d4d
0.4.0 release
* 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.
2024-07-08 17:53:43 +02:00
67548a7315
Fix typo in composer.json 2024-07-08 17:03:48 +02:00
446945e7f9
0.3.0
* Improve the initial linking of Customers to Mailboxes, to include Customers linked with several Conversations.
2024-07-08 17:00:28 +02:00
b1438e5ca1
0.2.0 release
* On the initial package install, link existing Customers to Mailboxes
2024-07-08 13:01:54 +02:00
5abd463db1
Fix the SPDX license identifier 2024-07-06 18:56:36 +02:00
f89bdf8972
Change the package namespace to avoid collisions 2024-07-06 18:53:18 +02:00
e490e4284d
Create a basic ServiceProvider 2024-07-03 16:00:53 +02:00
adc78bc87f
Set the basic package metadata 2024-07-03 13:01:10 +02:00