Skip to content

Commit

Permalink
6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Feb 7, 2024
1 parent 60f6fe1 commit 5803125
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Expand Up @@ -2,7 +2,7 @@
Contributors: inc2734, mimitips, imawc, sonic
Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
Tags: gutenberg, block, blocks, editor, gutenberg blocks, page builder, form, forms, mail, email, contact
Stable tag: 6.2.0
Stable tag: 6.3.0
Requires at least: 6.3
Tested up to: 6.4
Requires PHP: 7.4
Expand Down Expand Up @@ -51,6 +51,12 @@ Yes! You can use the Snow Monkey Forms with any theme, but we recommend using ou

== Changelog ==

= 6.3.0 =
* Add filter hook `snow_monkey_forms/checkboxes/options`.
* Add filter hook `snow_monkey_forms/select/options`.
* Add filter hook `snow_monkey_forms/radio_buttons/options`.
* Add `$setting` to the second argument of `snow_monkey_forms/control/attributes` hook.

= 6.2.0 =
* Added a release button to the file field.
* Added a method to the Responser class to retrieve form metadata and sender data. `$responser->get_meta()`
Expand Down
2 changes: 1 addition & 1 deletion snow-monkey-forms.php
@@ -1,7 +1,7 @@
<?php
/**
* Plugin name: Snow Monkey Forms
* Version: 6.2.0
* Version: 6.3.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 5803125

Please sign in to comment.