From 69c518086e4b11c2570177cb52600752a785177b Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Thu, 18 Jul 2024 15:17:36 +0200 Subject: [PATCH] 1.0.1 bugfix release * Fix the fetching of e-mails including attachments. --- 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 257722d..2e57f60 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +1.0.1 + + * Fix the fetching of e-mails including attachments. + 1.0.0 * First stable release, actually identical to 0.9.0. diff --git a/README.md b/README.md index f0fee57..fe2f3ff 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ So it is highly recommended to backup your customers database: Download the [release tarball] and extract its content into `Modules/MMFRestrictedCustomers`. -[release tarball]: https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.0.0.tar.gz +[release tarball]: https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.0.1.tar.gz ``` -wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.0.0.tar.gz -O freescout-restricted-customers-1.0.0.tar.gz -tar xf freescout-restricted-customers-1.0.0.tar.gz -C Modules +wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.0.1.tar.gz -O freescout-restricted-customers-1.0.1.tar.gz +tar xf freescout-restricted-customers-1.0.1.tar.gz -C Modules mv Modules/freescout-restricted-customers Modules/MMFRestrictedCustomers ``` diff --git a/composer.json b/composer.json index 391d60e..f8254b3 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": "1.0.0", + "version": "1.0.1", "type": "library", "license": ["AGPL-3.0-only"], "authors": [ diff --git a/module.json b/module.json index d0e21e8..9e27c4d 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": "1.0.0", + "version": "1.0.1", "detailsUrl": "", "author": "Millions Missing FRANCE", "authorUrl": "info@millionsmissing.fr",