Plugin Directory

Changeset 3290302


Ignore:
Timestamp:
05/09/2025 07:40:32 AM (10 months ago)
Author:
webtonative
Message:

Deploy plugin version 2.7.5

Location:
webtonative/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • webtonative/trunk/README.md

    r3289542 r3290302  
    44Requires at least: 2.0.2
    55Tested up to: 6.7.1
    6 Stable tag: 2.7.4
     6Stable tag: 2.7.5
    77License: GPLv2 or later
    88
  • webtonative/trunk/index.php

    r3289542 r3290302  
    33  Plugin Name: webtonative
    44  Description: webtonative Plugin
    5   Version: 2.7.4
     5  Version: 2.7.5
    66  Author: webtonative
    77*/
  • webtonative/trunk/website/iap.php

    r3227974 r3290302  
    2323    $webtonative_settings = get_option('woocommerce_webtonative_settings');
    2424
    25     wp_register_script('webtonative-iap', plugins_url('scripts/woocommerce.js', __FILE__), array('webtonative', 'jquery'), '', true);
     25    wp_register_script('webtonative-iap', plugins_url('scripts/woocommerce.js', __FILE__), array('webtonative', 'jquery'), filemtime(plugin_dir_path(__FILE__) . 'scripts/woocommerce.js'), true);
    2626    wp_localize_script('webtonative-iap', 'wtn_biometric_settings', array(
    2727      'btn_proccessing_text' => $saved_settings['processing_button_text'],
  • webtonative/trunk/website/scripts/woocommerce.js

    r3289542 r3290302  
    88
    99  const isLoggedIn = wtn_biometric_settings.isLoggedIn === '1';
     10  if (!isLoggedIn) return;
     11
    1012  const iosSecretKey = wtn_biometric_settings.iosSecretKey;
    1113
Note: See TracChangeset for help on using the changeset viewer.