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
|
0.7.0
|
||||||
|
|
||||||
* Convert the PHP package into a Laravel module,
|
* Convert the PHP package into a Laravel module,
|
||||||
|
|
|
@ -16,11 +16,9 @@ You have been warned.
|
||||||
|
|
||||||
## Installation instructions
|
## Installation instructions
|
||||||
|
|
||||||
### Install the package with composer
|
### Install the module
|
||||||
|
|
||||||
```
|
**TODO**
|
||||||
composer require "millions-missing-france/mmfrestrictedcustomers" "0.7.0"
|
|
||||||
```
|
|
||||||
|
|
||||||
### Edit the application routes
|
### Edit the application routes
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "millions-missing-france/freescout-restricted-customers",
|
"name": "millions-missing-france/freescout-restricted-customers",
|
||||||
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
|
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": ["AGPL-3.0-only"],
|
"license": ["AGPL-3.0-only"],
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "MMFRestrictedCustomers",
|
"name": "MMFRestrictedCustomers",
|
||||||
"alias": "mmfrestrictedcustomers",
|
"alias": "mmfrestrictedcustomers",
|
||||||
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
|
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"detailsUrl": "",
|
"detailsUrl": "",
|
||||||
"author": "Millions Missing FRANCE",
|
"author": "Millions Missing FRANCE",
|
||||||
"authorUrl": "info@millionsmissing.fr",
|
"authorUrl": "info@millionsmissing.fr",
|
||||||
|
|
Loading…
Reference in a new issue