0.8.0
* Rely on hooks to filter the Customers search. * Rely on hooks to link Customers to a Mailbox.
This commit is contained in:
parent
7a37ad5298
commit
c927658079
4 changed files with 9 additions and 6 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue