File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function title(): string { return 'Mail System'; }
5454 public function description (): string { return 'Sends out newsletters at regular intervals ' ; }
5555 public function customModuleAuthorName (): string { return 'EvanG ' ; }
5656 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 ' ; }
5858 public function customModuleLatestVersionUrl (): string { return 'https://github.com/06Games/Webtrees-MailSystem/raw/main/version.txt ' ; }
5959 public function resourcesFolder (): string { return __DIR__ . '/resources/ ' ; }
6060 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