From 973510db238da2b6d77661cfcf8c150613389323 Mon Sep 17 00:00:00 2001 From: Takashi Kitajima Date: Wed, 10 Jun 2020 15:48:57 +0900 Subject: [PATCH] 0.8.0 --- readme.txt | 9 ++++++++- snow-monkey-forms.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index be8f052..57ea491 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: gutenberg, block, blocks, editor, gutenberg blocks, page builder, form, fo Requires at least: 5.4 Tested up to: 5.4 Requires PHP: 5.6 -Stable tag: 0.7.1 +Stable tag: 0.8.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -51,6 +51,13 @@ Yes! You can use the Snow Monkey Forms with any theme, but we recommend using ou == Changelog == += 0.8.0 = +* Add filter hook `snow_monkey_forms/custom_mail_tag`. +* Add filter hook `snow_monkey_forms/administrator_mailer/skip`. +* Add filter hook `snow_monkey_forms/administrator_mailer/is_sended`. +* Add filter hook `snow_monkey_forms/auto_reply_mailer/skip`. +* Add filter hook `snow_monkey_forms/auto_reply_mailer/is_sended`. + = 0.7.1 = * Fixed a bug that PHP classes autoload sometimes failed. diff --git a/snow-monkey-forms.php b/snow-monkey-forms.php index 09221c4..a92ac0a 100644 --- a/snow-monkey-forms.php +++ b/snow-monkey-forms.php @@ -1,7 +1,7 @@