1.0.0 stable release
This is only a version bump from the previous 0.9.0 release.
This commit is contained in:
parent
05100bdfec
commit
2f9745f9d8
4 changed files with 12 additions and 14 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,8 +1,12 @@
|
||||||
|
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.
|
||||||
* Drop the (not working) ability to link a Customer to multiple Mailboxes.
|
* Drop the (not working) ability to link a Customer to multiple Mailboxes.
|
||||||
* Improve routes overrides.
|
* Improve routes overrides.
|
||||||
|
|
||||||
0.8.1
|
0.8.1
|
||||||
|
|
||||||
|
|
12
README.md
12
README.md
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue