1.0.0 stable release

This is only a version bump from the previous 0.9.0 release.
This commit is contained in:
Antoine Le Gonidec 2024-07-18 11:27:12 +02:00
parent 05100bdfec
commit 2f9745f9d8
Signed by: vv221
GPG key ID: 636B78F91CEB80D8
4 changed files with 12 additions and 14 deletions

View file

@ -1,3 +1,7 @@
1.0.0
* First stable release, actually identical to 0.9.0.
0.9.0 0.9.0
* Display a localized warning on Customers without a Mailbox. * Display a localized warning on Customers without a Mailbox.

View file

@ -25,12 +25,6 @@ So it is highly recommended to backup your customers database:
- Before installing this module; - Before installing this module;
- Before uninstalling this module. - Before uninstalling this module.
## Disclaimer
This is still a work in progress.
Using any version prior to the (not yet released) 1.0.0 might lead to irrecuperable data loss.
You have been warned.
## Installation instructions ## Installation instructions
### Install the module ### Install the module
@ -39,11 +33,11 @@ You have been warned.
Download the [release tarball] and extract its content into `Modules/MMFRestrictedCustomers`. Download the [release tarball] and extract its content into `Modules/MMFRestrictedCustomers`.
[release tarball]: https://port.numenaute.org/MMF/freescout-restricted-customers/archive/0.9.0.tar.gz [release tarball]: https://port.numenaute.org/MMF/freescout-restricted-customers/archive/1.0.0.tar.gz
``` ```
wget https://port.numenaute.org/MMF/freescout-restricted-customers/archive/0.9.0.tar.gz -O freescout-restricted-customers-0.9.0.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-0.9.0.tar.gz -C Modules tar xf freescout-restricted-customers-1.0.0.tar.gz -C Modules
mv Modules/freescout-restricted-customers Modules/MMFRestrictedCustomers mv Modules/freescout-restricted-customers Modules/MMFRestrictedCustomers
``` ```

View file

@ -1,7 +1,7 @@
{ {
"name": "millions-missing-france/freescout-restricted-customers", "name": "millions-missing-france/freescout-restricted-customers",
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes", "description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
"version": "0.9.0", "version": "1.0.0",
"type": "library", "type": "library",
"license": ["AGPL-3.0-only"], "license": ["AGPL-3.0-only"],
"authors": [ "authors": [

View file

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