0.6.1 release
* Fix the ability to rollback migrations.
This commit is contained in:
parent
ba82668b76
commit
21d7bbf158
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
0.6.1
|
||||
|
||||
* Fix the ability to rollback migrations.
|
||||
|
||||
0.6.0
|
||||
|
||||
* Link to a Mailbox the Customers automatically created when fetching e-mails.
|
||||
|
|
|
@ -19,7 +19,7 @@ You have been warned.
|
|||
### Install the package with composer
|
||||
|
||||
```
|
||||
composer require "millions-missing-france/freescout-restricted-customers" "0.6.0"
|
||||
composer require "millions-missing-france/freescout-restricted-customers" "0.6.1"
|
||||
```
|
||||
|
||||
### 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.6.0",
|
||||
"version": "0.6.1",
|
||||
"type": "library",
|
||||
"license": ["AGPL-3.0-only"],
|
||||
"authors": [
|
||||
|
|
Loading…
Reference in a new issue