diff --git a/CHANGELOG b/CHANGELOG index f1f9f14..33ee0df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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, diff --git a/README.md b/README.md index 346ed31..9df9ed7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 3e79ef7..eade5a3 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/module.json b/module.json index 725ff0e..b4e8dbe 100644 --- a/module.json +++ b/module.json @@ -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",