From ab80794dfefad03f24b747feb59d0698ca22255c Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Thu, 11 Jul 2024 16:51:04 +0200 Subject: [PATCH] 0.8.1 release * Fix filtering by Mailbox when getting Customers for a non-admin User. --- CHANGELOG | 4 ++++ README.md | 6 +++--- composer.json | 2 +- module.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 33ee0df..413f9a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.8.1 + + * Fix filtering by Mailbox when getting Customers for a non-admin User. + 0.8.0 * Rely on hooks to filter the Customers search. diff --git a/README.md b/README.md index 2cb2013..35ac207 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ You have been warned. Download the [release tarball] and extract its content into `Modules/MMFRestrictedCustomers`. -[release tarball]: https://port.numenaute.org/MMF/freescout-restricted-customers/archive/0.8.0.tar.gz +[release tarball]: https://port.numenaute.org/MMF/freescout-restricted-customers/archive/0.8.1.tar.gz ``` -wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/0.8.0.tar.gz -O freescout-restricted-customers-0.8.0.tar.gz +wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/0.8.1.tar.gz -O freescout-restricted-customers-0.8.1.tar.gz mkdir -p Modules/MMFRestrictedCustomers -tar xf freescout-restricted-customers-0.8.0.tar.gz -C Modules/MMFRestrictedCustomers +tar xf freescout-restricted-customers-0.8.1.tar.gz -C Modules/MMFRestrictedCustomers ``` #### Install from git diff --git a/composer.json b/composer.json index eade5a3..02823ab 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.8.0", + "version": "0.8.1", "type": "library", "license": ["AGPL-3.0-only"], "authors": [ diff --git a/module.json b/module.json index b4e8dbe..1037560 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.8.0", + "version": "0.8.1", "detailsUrl": "", "author": "Millions Missing FRANCE", "authorUrl": "info@millionsmissing.fr",