Changeset 3495366
- Timestamp:
- 03/31/2026 09:21:09 AM (4 days ago)
- Location:
- authyo-otp-for-wpforms/trunk
- Files:
-
- 3 edited
-
assets/js/smart-field.js (modified) (1 diff)
-
authyo-otp-for-wpforms.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
authyo-otp-for-wpforms/trunk/assets/js/smart-field.js
r3458936 r3495366 521 521 } 522 522 523 // Update the actual input value so WPForms receives the full number with any dial code 524 if (input) { 525 input.value = verifiedValue; 526 } 527 523 528 // Show Verified State 524 529 showVerifiedState(wrap, channel, verifiedValue); 530 525 531 526 532 }).catch(err => { -
authyo-otp-for-wpforms/trunk/authyo-otp-for-wpforms.php
r3458936 r3495366 4 4 * Plugin URI: https://wordpress.org/plugins/authyo-otp-for-wpforms/ 5 5 * Description: Adds email and phone number OTP verification to WPForms with support for SMS, WhatsApp, and Voice. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Author: Authyo 8 8 * Author URI: https://authyo.io/ … … 17 17 exit; 18 18 19 define('AUTHYO_WPFORMS_VERSION', '1.0. 8');19 define('AUTHYO_WPFORMS_VERSION', '1.0.9'); 20 20 define('AUTHYO_WPFORMS_FILE', __FILE__); 21 21 define('AUTHYO_WPFORMS_PATH', plugin_dir_path(__FILE__)); -
authyo-otp-for-wpforms/trunk/readme.txt
r3461259 r3495366 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 1.0.9 = 71 * Improved: Performance improvement 72 70 73 = 1.0.8 = 71 74 * Added: Strict Validation option to block multi-step form progress and same-page field transitions until verified
Note: See TracChangeset
for help on using the changeset viewer.