From bfc5f6849f1fcc16ff6b598d6388ad889c5d2610 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Mon, 29 Jul 2024 11:45:53 +0200 Subject: [PATCH] 1.0.0 release * Improve the sorting of e-mails when creating/editing a group * Add the ability to include groups in either Cc: or Bcc: * Add localizations --- CHANGELOG | 6 ++++++ README.md | 6 +++--- composer.json | 2 +- module.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5842bd0..1cb2f92 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +1.0.0 + + * Improve the sorting of e-mails when creating/editing a group + * Add the ability to include groups in either Cc: or Bcc: + * Add localizations + 0.2.0 * Group e-mails by first character in the group creation/edition form. diff --git a/README.md b/README.md index 35f1e47..c11b078 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ A groups is a list of customers, and selecting it when starting a conversation a Download the [release tarball] and extract its content into `Modules/MMFCustomersGroups`. -[release tarball]: https://port.numenaute.org/MMF/freescout-customers-groups/archive/0.2.0.tar.gz +[release tarball]: https://port.numenaute.org/MMF/freescout-customers-groups/archive/1.0.0.tar.gz ``` -wget https://port.numenaute.org/MMF/freescout-customers-groups/archive/0.2.0.tar.gz -O freescout-customers-groups-0.2.0.tar.gz -tar xf freescout-customers-groups-0.2.0.tar.gz -C Modules +wget https://port.numenaute.org/MMF/freescout-customers-groups/archive/1.0.0.tar.gz -O freescout-customers-groups-1.0.0.tar.gz +tar xf freescout-customers-groups-1.0.0.tar.gz -C Modules mv Modules/freescout-customers-groups Modules/MMFCustomersGroups ``` diff --git a/composer.json b/composer.json index 8c5ee5c..8263de4 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "millions-missing-france/freescout-customers-groups", "description": "Freescout customers groups - Set groups of Freescout Customers for easier group emailing", - "version": "0.2.0", + "version": "1.0.0", "type": "library", "license": ["AGPL-3.0-only"], "authors": [ diff --git a/module.json b/module.json index 70c9981..6ad43b8 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "MMFCustomersGroups", "alias": "mmfcustomersgroups", "description": "Freescout customers groups - Set groups of Freescout Customers for easier group emailing", - "version": "0.2.0", + "version": "1.0.0", "detailsUrl": "", "author": "Millions Missing FRANCE", "authorUrl": "info@millionsmissing.fr",