diff --git a/CHANGELOG b/CHANGELOG index acb3ba1..257722d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,12 @@ +1.0.0 + + * First stable release, actually identical to 0.9.0. + 0.9.0 -* Display a localized warning on Customers without a Mailbox. -* Drop the (not working) ability to link a Customer to multiple Mailboxes. -* Improve routes overrides. + * Display a localized warning on Customers without a Mailbox. + * Drop the (not working) ability to link a Customer to multiple Mailboxes. + * Improve routes overrides. 0.8.1 diff --git a/README.md b/README.md index 7b33fe0..f0fee57 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,6 @@ So it is highly recommended to backup your customers database: - Before installing 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 ### Install the module @@ -39,11 +33,11 @@ You have been warned. 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 -tar xf freescout-restricted-customers-0.9.0.tar.gz -C Modules +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 mv Modules/freescout-restricted-customers Modules/MMFRestrictedCustomers ``` diff --git a/composer.json b/composer.json index 8aa262c..391d60e 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": "0.9.0", + "version": "1.0.0", "type": "library", "license": ["AGPL-3.0-only"], "authors": [ diff --git a/module.json b/module.json index f03eed0..d0e21e8 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": "0.9.0", + "version": "1.0.0", "detailsUrl": "", "author": "Millions Missing FRANCE", "authorUrl": "info@millionsmissing.fr",