Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Sep 26, 2022
2 parents abbf1b6 + bf90f9d commit cfb524c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v0.1.0
## 09/26/2022
# v1.0.0
## 09/26/2022

1. [](#new)
* ChangeLog started...
* Initial release
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A plugin for sending emails via forms using the MailerSend API.

The **MailerSend** Plugin is an extension for [Grav CMS](https://github.com/getgrav/grav).

NOTE: Currently this works via processing Grav forms only!

## Installation

Installing the MailerSend plugin can be done in one of three ways: The GPM (Grav Package Manager) installation method lets you quickly install the plugin with a simple terminal command, the manual method lets you do so via a zip file, and the admin method lets you do so via the Admin Plugin.
Expand All @@ -30,11 +32,14 @@ defaults:
bcc:
```
NOTE: You can create a custom permission token, but it at least needs full **Email** permissions.
NOTE: You can create a custom permission token, but it at least needs full **Email** permissions. - https://www.mailersend.com/help/managing-api-tokens
### Form definition Example:
```yaml
form:
name: test-form
...
process:
mailersend:
subject: "[WEB Form] {{ form.value.name|e }}" # REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: MailerSend
slug: mailersend
type: plugin
version: 0.1.0
version: 1.0.0
description: Send email with the MailerSend API
icon: paper-plane-o
author:
Expand Down

0 comments on commit cfb524c

Please sign in to comment.