Skip to content

Commit c3be972

Browse files
committed
Updated action name to work with 1.8.20
1 parent 1bb56ef commit c3be972

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LJPcAlternativeSignaturesModule/Providers/LJPcAlternativeSignaturesModuleServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function hooks() {
125125
] );
126126
}, 10, 2 );
127127

128-
Eventy::addAction( 'mailboxes.update_after_signature', function ( $mailbox ) {
128+
Eventy::addAction( 'mailbox.update.after_signature', function ( $mailbox ) {
129129
//Blade render update.blade.php
130130
$customSignatures = MailboxCustomSignature::where( 'mailbox_id', $mailbox->id )->get();
131131
echo view( 'signatures::update', [

LJPcAlternativeSignaturesModule/module.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "LJPc alternative signatures module",
33
"alias": "ljpcalternativesignaturesmodule",
44
"description": "This module adds the option to add alternative signatures to Freescout mailboxes",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"detailsUrl": "",
77
"author": "LJPc solutions",
88
"authorUrl": "https://ljpc.solutions",
9-
"requiredAppVersion": "1.8.7",
9+
"requiredAppVersion": "1.8.20",
1010
"license": "AGPL-3.0",
1111
"keywords": [
1212
"ljpc",

0 commit comments

Comments
 (0)