Changeset 3445001
- Timestamp:
- 01/22/2026 04:30:12 PM (7 weeks ago)
- Location:
- aisp-order-tools-for-woocommerce/trunk
- Files:
-
- 2 edited
-
aisp-order-tools-for-woocommerce.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aisp-order-tools-for-woocommerce/trunk/aisp-order-tools-for-woocommerce.php
r3421873 r3445001 5 5 * Author URI: https://aispdev.com 6 6 * Description: Manage, assign, and create guest orders directly from WooCommerce checkout. Perfect for phone and manual order workflows. 7 * Version: 1. 0.07 * Version: 1.1.0 8 8 * Requires at least: 6.0 9 9 * Requires PHP: 7.2 … … 99 99 }, 10 ); 100 100 101 101 add_filter( 'woocommerce_valid_order_statuses_for_order_again', function( $statuses ) { 102 return array( 103 'completed', 104 'processing', 105 'on-hold', 106 ); 107 }); 102 108 103 109 -
aisp-order-tools-for-woocommerce/trunk/readme.txt
r3421873 r3445001 76 76 == Changelog == 77 77 78 = 1.1.0 = 79 * New: Added native WooCommerce duplicate order on on-hold and process order 80 78 81 = 1.0.0 = 79 82 * Initial public release.
Note: See TracChangeset
for help on using the changeset viewer.