1.1.2 bugfix release

* Fix creating a new Conversation with a new Customer.
* Fix the error shown when trying to create a Customer with no linked Mailbox.
This commit is contained in:
Antoine Le Gonidec 2024-07-22 19:00:04 +02:00
parent 8b6b15706a
commit 8d0a454713
Signed by: vv221
GPG key ID: 636B78F91CEB80D8
4 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
1.1.2
* Fix creating a new Conversation with a new Customer.
* Fix the error shown when trying to create a Customer with no linked Mailbox.
1.1.1
* Fix the ability to start new Conversations.

View file

@ -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.1.1.tar.gz
[release tarball]: https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.1.2.tar.gz
```
wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.1.1.tar.gz -O freescout-restricted-customers-1.1.1.tar.gz
tar xf freescout-restricted-customers-1.1.1.tar.gz -C Modules
wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.1.2.tar.gz -O freescout-restricted-customers-1.1.2.tar.gz
tar xf freescout-restricted-customers-1.1.2.tar.gz -C Modules
mv Modules/freescout-restricted-customers Modules/MMFRestrictedCustomers
```

View file

@ -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.1.1",
"version": "1.1.2",
"type": "library",
"license": ["AGPL-3.0-only"],
"authors": [

View file

@ -2,7 +2,7 @@
"name": "MMFRestrictedCustomers",
"alias": "mmfrestrictedcustomers",
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
"version": "1.1.1",
"version": "1.1.2",
"detailsUrl": "",
"author": "Millions Missing FRANCE",
"authorUrl": "info@millionsmissing.fr",