Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Jun 10, 2020
1 parent 7e0866d commit 973510d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion snow-monkey-forms.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin name: Snow Monkey Forms
* Version: 0.7.1
* Version: 0.8.0
* Description: The Snow Monkey Forms is a mail form plugin for the block editor.
* Author: inc2734
* Author URI: https://2inc.org
Expand Down

0 comments on commit 973510d

Please sign in to comment.