Changeset 3402047
- Timestamp:
- 11/24/2025 06:32:52 PM (4 months ago)
- Location:
- order-tracking
- Files:
-
- 6 edited
- 1 copied
-
tags/3.4.3 (copied) (copied from order-tracking/trunk)
-
tags/3.4.3/includes/template-functions.php (modified) (2 diffs)
-
tags/3.4.3/order-tracking.php (modified) (2 diffs)
-
tags/3.4.3/readme.txt (modified) (2 diffs)
-
trunk/includes/template-functions.php (modified) (2 diffs)
-
trunk/order-tracking.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
order-tracking/tags/3.4.3/includes/template-functions.php
r3207194 r3402047 114 114 $ewd_otp_controller->exports->after = date( 'Y-m-d H:i:s', strtotime( '-365 days' ) ); 115 115 116 $ewd_otp_controller->exports-> export_orders();116 $ewd_otp_controller->exports->run_export(); 117 117 } 118 118 } … … 193 193 $ewd_otp_controller->exports->after = date( 'Y-m-d H:i:s', strtotime( '-365 days' ) ); 194 194 195 $ewd_otp_controller->exports-> export_orders();195 $ewd_otp_controller->exports->run_export(); 196 196 } 197 197 } -
order-tracking/tags/3.4.3/order-tracking.php
r3366774 r3402047 8 8 Terms and Conditions: https://www.etoilewebdesign.com/plugin-terms-and-conditions/ 9 9 Text Domain: order-tracking 10 Version: 3.4. 210 Version: 3.4.3 11 11 WC requires at least: 7.1 12 WC tested up to: 10. 212 WC tested up to: 10.3 13 13 */ 14 14 … … 61 61 define( 'EWD_OTP_PLUGIN_FNAME', plugin_basename( __FILE__ ) ); 62 62 define( 'EWD_OTP_TEMPLATE_DIR', 'ewd-otp-templates' ); 63 define( 'EWD_OTP_VERSION', '3.4. 2' );63 define( 'EWD_OTP_VERSION', '3.4.3' ); 64 64 } 65 65 -
order-tracking/tags/3.4.3/readme.txt
r3366774 r3402047 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 3.4. 27 Stable tag: 3.4.3 8 8 License: GPLv3 9 9 License URI:http://www.gnu.org/licenses/gpl-3.0.html … … 304 304 == Changelog == 305 305 306 = 3.4.3 (2025-11-24) = 307 - Fix for issue causing error when trying to use the customer download or sales rep download features. 308 306 309 = 3.4.2 (2025-09-23) = 307 310 - Updated WooCommerce compatibility. -
order-tracking/trunk/includes/template-functions.php
r3207194 r3402047 114 114 $ewd_otp_controller->exports->after = date( 'Y-m-d H:i:s', strtotime( '-365 days' ) ); 115 115 116 $ewd_otp_controller->exports-> export_orders();116 $ewd_otp_controller->exports->run_export(); 117 117 } 118 118 } … … 193 193 $ewd_otp_controller->exports->after = date( 'Y-m-d H:i:s', strtotime( '-365 days' ) ); 194 194 195 $ewd_otp_controller->exports-> export_orders();195 $ewd_otp_controller->exports->run_export(); 196 196 } 197 197 } -
order-tracking/trunk/order-tracking.php
r3366774 r3402047 8 8 Terms and Conditions: https://www.etoilewebdesign.com/plugin-terms-and-conditions/ 9 9 Text Domain: order-tracking 10 Version: 3.4. 210 Version: 3.4.3 11 11 WC requires at least: 7.1 12 WC tested up to: 10. 212 WC tested up to: 10.3 13 13 */ 14 14 … … 61 61 define( 'EWD_OTP_PLUGIN_FNAME', plugin_basename( __FILE__ ) ); 62 62 define( 'EWD_OTP_TEMPLATE_DIR', 'ewd-otp-templates' ); 63 define( 'EWD_OTP_VERSION', '3.4. 2' );63 define( 'EWD_OTP_VERSION', '3.4.3' ); 64 64 } 65 65 -
order-tracking/trunk/readme.txt
r3366774 r3402047 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 3.4. 27 Stable tag: 3.4.3 8 8 License: GPLv3 9 9 License URI:http://www.gnu.org/licenses/gpl-3.0.html … … 304 304 == Changelog == 305 305 306 = 3.4.3 (2025-11-24) = 307 - Fix for issue causing error when trying to use the customer download or sales rep download features. 308 306 309 = 3.4.2 (2025-09-23) = 307 310 - Updated WooCommerce compatibility.
Note: See TracChangeset
for help on using the changeset viewer.