1.1.0 release
* Do not display an empty groups selection.
This commit is contained in:
parent
04429115cf
commit
e85ecfae16
4 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
1.1.0
|
||||
|
||||
* Do not display an empty groups selection.
|
||||
|
||||
1.0.0
|
||||
|
||||
* Improve the sorting of e-mails when creating/editing a group
|
||||
|
|
|
@ -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/1.0.0.tar.gz
|
||||
[release tarball]: https://port.numenaute.org/MMF/freescout-customers-groups/archive/1.1.0.tar.gz
|
||||
|
||||
```
|
||||
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
|
||||
wget https://port.numenaute.org/MMF/freescout-customers-groups/archive/1.1.0.tar.gz -O freescout-customers-groups-1.1.0.tar.gz
|
||||
tar xf freescout-customers-groups-1.1.0.tar.gz -C Modules
|
||||
mv Modules/freescout-customers-groups Modules/MMFCustomersGroups
|
||||
```
|
||||
|
||||
|
|
|
@ -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": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"type": "library",
|
||||
"license": ["AGPL-3.0-only"],
|
||||
"authors": [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "MMFCustomersGroups",
|
||||
"alias": "mmfcustomersgroups",
|
||||
"description": "Freescout customers groups - Set groups of Freescout Customers for easier group emailing",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"detailsUrl": "",
|
||||
"author": "Millions Missing FRANCE",
|
||||
"authorUrl": "info@millionsmissing.fr",
|
||||
|
|
Loading…
Reference in a new issue