Changeset 3290302
- Timestamp:
- 05/09/2025 07:40:32 AM (10 months ago)
- Location:
- webtonative/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
index.php (modified) (1 diff)
-
website/iap.php (modified) (1 diff)
-
website/scripts/woocommerce.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
webtonative/trunk/README.md
r3289542 r3290302 4 4 Requires at least: 2.0.2 5 5 Tested up to: 6.7.1 6 Stable tag: 2.7. 46 Stable tag: 2.7.5 7 7 License: GPLv2 or later 8 8 -
webtonative/trunk/index.php
r3289542 r3290302 3 3 Plugin Name: webtonative 4 4 Description: webtonative Plugin 5 Version: 2.7. 45 Version: 2.7.5 6 6 Author: webtonative 7 7 */ -
webtonative/trunk/website/iap.php
r3227974 r3290302 23 23 $webtonative_settings = get_option('woocommerce_webtonative_settings'); 24 24 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); 26 26 wp_localize_script('webtonative-iap', 'wtn_biometric_settings', array( 27 27 'btn_proccessing_text' => $saved_settings['processing_button_text'], -
webtonative/trunk/website/scripts/woocommerce.js
r3289542 r3290302 8 8 9 9 const isLoggedIn = wtn_biometric_settings.isLoggedIn === '1'; 10 if (!isLoggedIn) return; 11 10 12 const iosSecretKey = wtn_biometric_settings.iosSecretKey; 11 13
Note: See TracChangeset
for help on using the changeset viewer.