Compare commits
No commits in common. "69c518086e4b11c2570177cb52600752a785177b" and "2f9745f9d8e29b9ba2ffcfe1d1341b3e0b54eeca" have entirely different histories.
69c518086e
...
2f9745f9d8
5 changed files with 7 additions and 13 deletions
|
@ -1,7 +1,3 @@
|
|||
1.0.1
|
||||
|
||||
* Fix the fetching of e-mails including attachments.
|
||||
|
||||
1.0.0
|
||||
|
||||
* First stable release, actually identical to 0.9.0.
|
||||
|
|
|
@ -6,14 +6,12 @@
|
|||
|
||||
namespace Modules\MMFRestrictedCustomers\Console\Commands;
|
||||
|
||||
use App\Attachment;
|
||||
use App\Conversation;
|
||||
use Modules\MMFRestrictedCustomers\Entities\Customer;
|
||||
use App\Events\CustomerCreatedConversation;
|
||||
use App\Events\CustomerReplied;
|
||||
use App\Thread;
|
||||
use App\Console\Commands\FetchEmails as BaseFetchEmails;
|
||||
|
||||
use Modules\MMFRestrictedCustomers\Entities\Customer;
|
||||
use app\Console\Commands\FetchEmails as BaseFetchEmails;
|
||||
|
||||
class FetchEmails extends BaseFetchEmails {
|
||||
/**
|
||||
|
|
|
@ -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.0.1.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/1.0.1.tar.gz -O freescout-restricted-customers-1.0.1.tar.gz
|
||||
tar xf freescout-restricted-customers-1.0.1.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
|
||||
```
|
||||
|
||||
|
|
|
@ -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.0.1",
|
||||
"version": "1.0.0",
|
||||
"type": "library",
|
||||
"license": ["AGPL-3.0-only"],
|
||||
"authors": [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "MMFRestrictedCustomers",
|
||||
"alias": "mmfrestrictedcustomers",
|
||||
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"detailsUrl": "",
|
||||
"author": "Millions Missing FRANCE",
|
||||
"authorUrl": "info@millionsmissing.fr",
|
||||
|
|
Loading…
Reference in a new issue