Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredbuehler committed Nov 1, 2024
1 parent 63570ec commit 3474368
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing so far.

## [1.6.1](https://github.com/creecros/Mailmagik/releases/tag/1.6.1) - 2024-11-01

### Fixed

- Authentication for webcron access, relates to [#45](https://github.com/creecros/Mailmagik/issues/45).

### Added

- Custom route *fetchmail* for use in webcron URL.

## [1.6.0](https://github.com/creecros/Mailmagik/releases/tag/1.6.0) - 2024-10-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.6.0';
return '1.6.1';
}

public function getPluginDescription()
Expand Down

0 comments on commit 3474368

Please sign in to comment.