0.5.0 release
* Allow multiple Customers to use the same email, as long as they are linked to distinct Mailboxes.
This commit is contained in:
parent
c14e896371
commit
f07ecd9bdf
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -19,7 +19,7 @@ You have been warned.
|
|||
### Install the package with composer
|
||||
|
||||
```
|
||||
composer require "millions-missing-france/freescout-restricted-customers" "0.4.0"
|
||||
composer require "millions-missing-france/freescout-restricted-customers" "0.5.0"
|
||||
```
|
||||
|
||||
### 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.4.0",
|
||||
"version": "0.5.0",
|
||||
"type": "library",
|
||||
"license": ["AGPL-3.0-only"],
|
||||
"authors": [
|
||||
|
|
Loading…
Reference in a new issue