Skip to content

Commit

Permalink
2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
06Games committed Dec 18, 2022
1 parent 0a11f3d commit 920cb2f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,17 @@

## Translation
If you want to participate in the translation of this module, you can use [POEditor](https://poeditor.com/join/project/hTVWOr86m9).

## Development
> Nightly builds are available [here](https://github.com/06Games/Webtrees-MailSystem/actions/workflows/build.yml)
This module requires `composer` and `gettext`.
To install the PHP dependencies, run
```shell
composer install --prefer-dist
```

To build the module, run
```shell
composer archive -f zip --file evang-mailsystem-$(cat version.txt)
```
2 changes: 1 addition & 1 deletion module.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function title(): string { return 'Mail System'; }
public function description(): string { return 'Sends out newsletters at regular intervals'; }
public function customModuleAuthorName(): string { return 'EvanG'; }
public function customModuleSupportUrl(): string { return 'https://github.com/06Games/Webtrees-MailSystem'; }
public function customModuleVersion(): string { return '2.3.4'; }
public function customModuleVersion(): string { return '2.3.5'; }
public function customModuleLatestVersionUrl(): string { return 'https://github.com/06Games/Webtrees-MailSystem/raw/main/version.txt'; }
public function resourcesFolder(): string { return __DIR__ . '/resources/'; }
public function getConfigLink(): string { return route(AdminPage::class); }
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.4
2.3.5

0 comments on commit 920cb2f

Please sign in to comment.