diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f20c7..905731e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # v3.1.3 -## mm/dd/2021 +## 07/19/2021 1. [](#improved) - * Pass page variable to processed forms [#141](https://github.com/getgrav/grav-plugin-email/pull/141) + * Pass page variable to processed forms [#141](https://github.com/getgrav/grav-plugin-email/pull/141) + * Email configuration available to templates [#152](https://github.com/getgrav/grav-plugin-email/pull/152) + * New Event after eMail was sent [#151](https://github.com/getgrav/grav-plugin-email/pull/151) # v3.1.2 ## 04/06/2021 diff --git a/blueprints.yaml b/blueprints.yaml index e331972..04100ad 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Email slug: email type: plugin -version: 3.1.2 +version: 3.1.3 testing: false description: Enables the emailing system for Grav icon: envelope