* Rely on hooks to filter the Customers search.
* Rely on hooks to link Customers to a Mailbox.
This commit is contained in:
Antoine Le Gonidec 2024-07-11 12:43:11 +02:00
parent 7a37ad5298
commit c927658079
Signed by: vv221
GPG key ID: 636B78F91CEB80D8
4 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,8 @@
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,

View file

@ -16,11 +16,9 @@ You have been warned.
## Installation instructions
### Install the package with composer
### Install the module
```
composer require "millions-missing-france/mmfrestrictedcustomers" "0.7.0"
```
**TODO**
### Edit the application routes

View file

@ -1,7 +1,7 @@
{
"name": "millions-missing-france/freescout-restricted-customers",
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
"version": "0.7.0",
"version": "0.8.0",
"type": "library",
"license": ["AGPL-3.0-only"],
"authors": [

View file

@ -2,7 +2,7 @@
"name": "MMFRestrictedCustomers",
"alias": "mmfrestrictedcustomers",
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
"version": "0.7.0",
"version": "0.8.0",
"detailsUrl": "",
"author": "Millions Missing FRANCE",
"authorUrl": "info@millionsmissing.fr",