Changeset 3430168
- Timestamp:
- 12/31/2025 02:16:16 PM (2 months ago)
- Location:
- roadcube
- Files:
-
- 5 edited
- 16 copied
-
tags/1.0.32 (copied) (copied from roadcube/trunk)
-
tags/1.0.32/assets/css/admin_style.css (copied) (copied from roadcube/trunk/assets/css/admin_style.css)
-
tags/1.0.32/assets/css/style.css (copied) (copied from roadcube/trunk/assets/css/style.css)
-
tags/1.0.32/assets/img (copied) (copied from roadcube/trunk/assets/img)
-
tags/1.0.32/assets/js/admin-translations.js (copied) (copied from roadcube/trunk/assets/js/admin-translations.js)
-
tags/1.0.32/assets/js/coupon_manager.js (copied) (copied from roadcube/trunk/assets/js/coupon_manager.js) (1 diff)
-
tags/1.0.32/assets/js/script.js (copied) (copied from roadcube/trunk/assets/js/script.js) (1 diff)
-
tags/1.0.32/core/api.php (copied) (copied from roadcube/trunk/core/api.php) (1 diff)
-
tags/1.0.32/core/create_product.php (copied) (copied from roadcube/trunk/core/create_product.php)
-
tags/1.0.32/core/history.php (copied) (copied from roadcube/trunk/core/history.php)
-
tags/1.0.32/core/settings.php (copied) (copied from roadcube/trunk/core/settings.php)
-
tags/1.0.32/core/translations.php (copied) (copied from roadcube/trunk/core/translations.php)
-
tags/1.0.32/core/woocommerce.php (copied) (copied from roadcube/trunk/core/woocommerce.php)
-
tags/1.0.32/readme.txt (copied) (copied from roadcube/trunk/readme.txt) (2 diffs)
-
tags/1.0.32/roadcube.php (copied) (copied from roadcube/trunk/roadcube.php) (1 diff)
-
tags/1.0.32/templates/show_gifts.php (copied) (copied from roadcube/trunk/templates/show_gifts.php)
-
trunk/assets/js/coupon_manager.js (modified) (1 diff)
-
trunk/assets/js/script.js (modified) (1 diff)
-
trunk/core/api.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/roadcube.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
roadcube/tags/1.0.32/assets/js/coupon_manager.js
r3426984 r3430168 224 224 } 225 225 226 if (settings.url && settings.url.includes('wc-ajax=apply_coupon')) { 227 setTimeout(function() { 228 location.reload(); 229 }, 1000); 230 } 231 226 232 }); 227 233 }); -
roadcube/tags/1.0.32/assets/js/script.js
r3423762 r3430168 506 506 return false; 507 507 } 508 if (!dob) {509 roadcube_validator_msg("Date of brith is required.");510 return false;511 }508 // if (!dob) { 509 // roadcube_validator_msg("Date of brith is required."); 510 // return false; 511 // } 512 512 let dataset = { 513 513 username, -
roadcube/tags/1.0.32/core/api.php
r3339531 r3430168 308 308 if (isset($response_data['status']) && $response_data['status'] === 'success' && $response_data['code'] == 200) { 309 309 // Update meta data with success status 310 $order->add_meta_data('roadcube_order_points_received', $response_data['data']['total_points']); 310 311 $order->add_meta_data('roadcube_order_sync_status', 'success'); 311 312 $order->save(); -
roadcube/tags/1.0.32/readme.txt
r3426984 r3430168 3 3 Description: Provides loyalty benefits to the customers of RoadCube members 4 4 Tags: roadcube, woocommerce, loyalty, rewards 5 Version: 1.0.3 15 Version: 1.0.32 6 6 Requires at least: 5.2 7 7 Tested up to: 6.9 8 Stable tag: 1.0.3 18 Stable tag: 1.0.32 9 9 License: GPLv2 or later 10 10 Requires PHP: 7.2 … … 158 158 *Release Date - 24 December 2025* 159 159 * Added api call history page, re-arranged settings into different sections 160 161 = 1.0.32 = 162 *Release Date - 31 December 2025* 163 * Fixed applied coupon remove from waiting, DOB required, saved order points -
roadcube/tags/1.0.32/roadcube.php
r3426984 r3430168 5 5 * Description: Provides loyalty benefits to the customers of RoadCube members 6 6 * Tags: roadcube, woocommerce, loyalty, rewards 7 * Version: 1.0.3 17 * Version: 1.0.32 8 8 * Requires at least: 5.2 9 9 * Tested up to: 6.9 10 * Stable tag: 1.0.3 110 * Stable tag: 1.0.32 11 11 * License: GPLv2 or later 12 12 * Requires at least: 5.2 -
roadcube/trunk/assets/js/coupon_manager.js
r3426984 r3430168 224 224 } 225 225 226 if (settings.url && settings.url.includes('wc-ajax=apply_coupon')) { 227 setTimeout(function() { 228 location.reload(); 229 }, 1000); 230 } 231 226 232 }); 227 233 }); -
roadcube/trunk/assets/js/script.js
r3423762 r3430168 506 506 return false; 507 507 } 508 if (!dob) {509 roadcube_validator_msg("Date of brith is required.");510 return false;511 }508 // if (!dob) { 509 // roadcube_validator_msg("Date of brith is required."); 510 // return false; 511 // } 512 512 let dataset = { 513 513 username, -
roadcube/trunk/core/api.php
r3339531 r3430168 308 308 if (isset($response_data['status']) && $response_data['status'] === 'success' && $response_data['code'] == 200) { 309 309 // Update meta data with success status 310 $order->add_meta_data('roadcube_order_points_received', $response_data['data']['total_points']); 310 311 $order->add_meta_data('roadcube_order_sync_status', 'success'); 311 312 $order->save(); -
roadcube/trunk/readme.txt
r3426984 r3430168 3 3 Description: Provides loyalty benefits to the customers of RoadCube members 4 4 Tags: roadcube, woocommerce, loyalty, rewards 5 Version: 1.0.3 15 Version: 1.0.32 6 6 Requires at least: 5.2 7 7 Tested up to: 6.9 8 Stable tag: 1.0.3 18 Stable tag: 1.0.32 9 9 License: GPLv2 or later 10 10 Requires PHP: 7.2 … … 158 158 *Release Date - 24 December 2025* 159 159 * Added api call history page, re-arranged settings into different sections 160 161 = 1.0.32 = 162 *Release Date - 31 December 2025* 163 * Fixed applied coupon remove from waiting, DOB required, saved order points -
roadcube/trunk/roadcube.php
r3426984 r3430168 5 5 * Description: Provides loyalty benefits to the customers of RoadCube members 6 6 * Tags: roadcube, woocommerce, loyalty, rewards 7 * Version: 1.0.3 17 * Version: 1.0.32 8 8 * Requires at least: 5.2 9 9 * Tested up to: 6.9 10 * Stable tag: 1.0.3 110 * Stable tag: 1.0.32 11 11 * License: GPLv2 or later 12 12 * Requires at least: 5.2
Note: See TracChangeset
for help on using the changeset viewer.