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