Plugin Directory

Changeset 3329535


Ignore:
Timestamp:
07/17/2025 09:27:09 AM (8 months ago)
Author:
webtonative
Message:

Deploy plugin version 2.8.9

Location:
webtonative/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • webtonative/trunk/README.md

    r3322172 r3329535  
    44Requires at least: 2.0.2
    55Tested up to: 6.7.1
    6 Stable tag: 2.8.8
     6Stable tag: 2.8.9
    77License: GPLv2 or later
    88
  • webtonative/trunk/index.php

    r3322172 r3329535  
    33  Plugin Name: webtonative
    44  Description: webtonative Plugin
    5   Version: 2.8.8
     5  Version: 2.8.9
    66  Author: webtonative
    77*/
  • webtonative/trunk/website/iap.php

    r3322172 r3329535  
    2222    $webtonative_settings = get_option('woocommerce_webtonative_settings');
    2323
    24     wp_register_script('webtonative-iap', plugins_url('scripts/woocommerce.js?var=6.14.6', __FILE__), array('webtonative', 'jquery'), filemtime(plugin_dir_path(__FILE__) . 'scripts/woocommerce.js'), true);
     24    wp_register_script('webtonative-iap', plugins_url('scripts/woocommerce.js?var=6.14.7', __FILE__), array('webtonative', 'jquery'), filemtime(plugin_dir_path(__FILE__) . 'scripts/woocommerce.js'), true);
    2525    wp_localize_script('webtonative-iap', 'wtn_biometric_settings', array(
    2626      'btn_proccessing_text' => $saved_settings['processing_button_text'],
  • webtonative/trunk/website/scripts/woocommerce.js

    r3322172 r3329535  
    1313  const resturl = webtonative_payment_settings.rest_url;
    1414  const isLoggedIn = wtn_biometric_settings.isLoggedIn === '1';
    15   if (!isLoggedIn) return;
     15  // if (!isLoggedIn) return;
    1616
    1717  const isIAPEnabled = wtn_biometric_settings.iap_enabled === '1';
Note: See TracChangeset for help on using the changeset viewer.