File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function title(): string { return 'Mail System'; }
54
54
public function description (): string { return 'Sends out newsletters at regular intervals ' ; }
55
55
public function customModuleAuthorName (): string { return 'EvanG ' ; }
56
56
public function customModuleSupportUrl (): string { return 'https://github.com/06Games/Webtrees-MailSystem ' ; }
57
- public function customModuleVersion (): string { return '2.3.3 ' ; }
57
+ public function customModuleVersion (): string { return '2.3.4 ' ; }
58
58
public function customModuleLatestVersionUrl (): string { return 'https://github.com/06Games/Webtrees-MailSystem/raw/main/version.txt ' ; }
59
59
public function resourcesFolder (): string { return __DIR__ . '/resources/ ' ; }
60
60
public function getConfigLink (): string { return route (AdminPage::class); }
Original file line number Diff line number Diff line change 1
- 2.3.3
1
+ 2.3.4
You can’t perform that action at this time.
0 commit comments