diff --git a/readme.txt b/readme.txt index 439c3f2..f438c72 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.5 Tested up to: 5.5 Requires PHP: 5.6 -Stable tag: 0.10.1 +Stable tag: 0.10.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -51,6 +51,9 @@ Yes! You can use the Snow Monkey Forms with any theme, but we recommend using ou == Changelog == += 0.10.2 = +* Fixed a bug that prevented sending with IE and Safari. + = 0.10.1 = * Add filter hook `snow_monkey_forms/complete/message`. * Add filter hook `snow_monkey_forms/system_error/message`. diff --git a/snow-monkey-forms.php b/snow-monkey-forms.php index fc2221a..682b46d 100644 --- a/snow-monkey-forms.php +++ b/snow-monkey-forms.php @@ -1,7 +1,7 @@