Changeset 3199898
- Timestamp:
- 11/30/2024 02:10:09 PM (3 months ago)
- Location:
- snow-monkey-forms/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
snow-monkey-forms/trunk/App/Service/ReCaptcha/ReCaptcha.php
r3089760 r3199898 80 80 : 0; 81 81 82 $threshold = 0.50; 82 $threshold = apply_filters( 'snow_monkey_forms/recaptcha/threshold', 0.5 ); 83 83 84 return $threshold < $score; 84 85 } -
snow-monkey-forms/trunk/changelog.txt
r3199332 r3199898 1 1 *** Changelog *** 2 3 = 9.1.0 = 4 * Add new filter hook `snow_monkey_forms/recaptcha/threshold`. 2 5 3 6 = 9.0.4 = -
snow-monkey-forms/trunk/readme.txt
r3199332 r3199898 3 3 Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40 4 4 Tags: gutenberg, block, blocks, editor, gutenberg blocks, page builder, form, forms, mail, email, contact 5 Stable tag: 9. 0.45 Stable tag: 9.1.0 6 6 Requires at least: 6.6 7 7 Tested up to: 6.7 -
snow-monkey-forms/trunk/snow-monkey-forms.php
r3199332 r3199898 2 2 /** 3 3 * Plugin name: Snow Monkey Forms 4 * Version: 9. 0.44 * Version: 9.1.0 5 5 * Description: The Snow Monkey Forms is a mail form plugin for the block editor. 6 6 * Author: inc2734
Note: See TracChangeset
for help on using the changeset viewer.