Plugin Directory

Changeset 3495366


Ignore:
Timestamp:
03/31/2026 09:21:09 AM (4 days ago)
Author:
konceptwise
Message:

performance improvement

Location:
authyo-otp-for-wpforms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • authyo-otp-for-wpforms/trunk/assets/js/smart-field.js

    r3458936 r3495366  
    521521            }
    522522
     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
    523528            // Show Verified State
    524529            showVerifiedState(wrap, channel, verifiedValue);
     530
    525531
    526532        }).catch(err => {
  • authyo-otp-for-wpforms/trunk/authyo-otp-for-wpforms.php

    r3458936 r3495366  
    44 * Plugin URI:  https://wordpress.org/plugins/authyo-otp-for-wpforms/
    55 * Description: Adds email and phone number OTP verification to WPForms with support for SMS, WhatsApp, and Voice.
    6  * Version:     1.0.8
     6 * Version:     1.0.9
    77 * Author:      Authyo
    88 * Author URI:  https://authyo.io/
     
    1717    exit;
    1818
    19 define('AUTHYO_WPFORMS_VERSION', '1.0.8');
     19define('AUTHYO_WPFORMS_VERSION', '1.0.9');
    2020define('AUTHYO_WPFORMS_FILE', __FILE__);
    2121define('AUTHYO_WPFORMS_PATH', plugin_dir_path(__FILE__));
  • authyo-otp-for-wpforms/trunk/readme.txt

    r3461259 r3495366  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6868== Changelog ==
    6969
     70= 1.0.9 =
     71* Improved: Performance improvement
     72
    7073= 1.0.8 =
    7174* 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.