Changeset 2520140
- Timestamp:
- 04/23/2021 03:31:07 AM (5 years ago)
- Location:
- recaptcha-for-mw-wp-form
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from recaptcha-for-mw-wp-form/trunk)
-
tags/1.0.2/controllers/ValidationController.php (modified) (1 diff)
-
tags/1.0.2/readme.txt (modified) (2 diffs)
-
tags/1.0.2/recaptcha-for-mw-wp-form.php (modified) (1 diff)
-
trunk/controllers/ValidationController.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/recaptcha-for-mw-wp-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recaptcha-for-mw-wp-form/tags/1.0.2/controllers/ValidationController.php
r2325489 r2520140 17 17 // 追加するバリデーションルールのオブジェクトは MW_Validation_Rule クラスを継承している必要があります。 18 18 $instance = new MW_WP_Form_ReCaptchaV3_Validation(); 19 $validation_rules[$instance->get Name()] = $instance;19 $validation_rules[$instance->get_name()] = $instance; 20 20 return $validation_rules; 21 21 } -
recaptcha-for-mw-wp-form/tags/1.0.2/readme.txt
r2325501 r2520140 4 4 Tags: : form, mail, MW WP Form, reCAPTCHA 5 5 Requires at least: 4.0 or higher 6 Tested up to: 5. 4.27 Stable tag: 1.0. 16 Tested up to: 5.7.1 7 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 == Changelog == 27 **1.0.2 - 23 Apr 2021** 28 Modify ValidationController. 29 27 30 **1.0.0 - 11 June 2020** 28 31 Initial release. -
recaptcha-for-mw-wp-form/tags/1.0.2/recaptcha-for-mw-wp-form.php
r2325491 r2520140 4 4 Description: You can use reCAPTCHA v3 on the MW WP Form. 5 5 Author: Nakashima Masahiro 6 Version: 1.0. 16 Version: 1.0.2 7 7 Plugin URI: https://github.com/kanakogi/recaptcha-for-mw-wp-form 8 8 Author URI: https://flipclap.co.jp -
recaptcha-for-mw-wp-form/trunk/controllers/ValidationController.php
r2325489 r2520140 17 17 // 追加するバリデーションルールのオブジェクトは MW_Validation_Rule クラスを継承している必要があります。 18 18 $instance = new MW_WP_Form_ReCaptchaV3_Validation(); 19 $validation_rules[$instance->get Name()] = $instance;19 $validation_rules[$instance->get_name()] = $instance; 20 20 return $validation_rules; 21 21 } -
recaptcha-for-mw-wp-form/trunk/readme.txt
r2325501 r2520140 4 4 Tags: : form, mail, MW WP Form, reCAPTCHA 5 5 Requires at least: 4.0 or higher 6 Tested up to: 5. 4.27 Stable tag: 1.0. 16 Tested up to: 5.7.1 7 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 26 26 == Changelog == 27 **1.0.2 - 23 Apr 2021** 28 Modify ValidationController. 29 27 30 **1.0.0 - 11 June 2020** 28 31 Initial release. -
recaptcha-for-mw-wp-form/trunk/recaptcha-for-mw-wp-form.php
r2325491 r2520140 4 4 Description: You can use reCAPTCHA v3 on the MW WP Form. 5 5 Author: Nakashima Masahiro 6 Version: 1.0. 16 Version: 1.0.2 7 7 Plugin URI: https://github.com/kanakogi/recaptcha-for-mw-wp-form 8 8 Author URI: https://flipclap.co.jp
Note: See TracChangeset
for help on using the changeset viewer.