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 @@ -55,7 +55,7 @@ public function title(): string { return 'Mail System'; }
55
55
public function description (): string { return I18N ::translate ('Sends out newsletters at regular intervals ' ); }
56
56
public function customModuleAuthorName (): string { return 'EvanG ' ; }
57
57
public function customModuleSupportUrl (): string { return 'https://github.com/06Games/Webtrees-MailSystem ' ; }
58
- public function customModuleVersion (): string { return '2.3.6 ' ; }
58
+ public function customModuleVersion (): string { return '2.3.7 ' ; }
59
59
public function customModuleLatestVersionUrl (): string { return 'https://github.com/06Games/Webtrees-MailSystem/raw/main/version.txt ' ; }
60
60
public function resourcesFolder (): string { return __DIR__ . '/resources/ ' ; }
61
61
public function getConfigLink (): string { return route (AdminPage::class); }
Original file line number Diff line number Diff line change 1
- 2.3.6
1
+ 2.3.7
You can’t perform that action at this time.
0 commit comments