Plugin Directory

Changeset 3402047


Ignore:
Timestamp:
11/24/2025 06:32:52 PM (4 months ago)
Author:
Rustaurius
Message:

v3.4.3 released and tagged

Location:
order-tracking
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • order-tracking/tags/3.4.3/includes/template-functions.php

    r3207194 r3402047  
    114114            $ewd_otp_controller->exports->after         = date( 'Y-m-d H:i:s', strtotime( '-365 days' ) );
    115115
    116             $ewd_otp_controller->exports->export_orders();
     116            $ewd_otp_controller->exports->run_export();
    117117        }
    118118    }
     
    193193            $ewd_otp_controller->exports->after         = date( 'Y-m-d H:i:s', strtotime( '-365 days' ) );
    194194
    195             $ewd_otp_controller->exports->export_orders();
     195            $ewd_otp_controller->exports->run_export();
    196196        }
    197197    }
  • order-tracking/tags/3.4.3/order-tracking.php

    r3366774 r3402047  
    88Terms and Conditions: https://www.etoilewebdesign.com/plugin-terms-and-conditions/
    99Text Domain: order-tracking
    10 Version: 3.4.2
     10Version: 3.4.3
    1111WC requires at least: 7.1
    12 WC tested up to: 10.2
     12WC tested up to: 10.3
    1313*/
    1414
     
    6161        define( 'EWD_OTP_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
    6262        define( 'EWD_OTP_TEMPLATE_DIR', 'ewd-otp-templates' );
    63         define( 'EWD_OTP_VERSION', '3.4.2' );
     63        define( 'EWD_OTP_VERSION', '3.4.3' );
    6464    }
    6565
  • order-tracking/tags/3.4.3/readme.txt

    r3366774 r3402047  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 3.4.2
     7Stable tag: 3.4.3
    88License: GPLv3
    99License URI:http://www.gnu.org/licenses/gpl-3.0.html
     
    304304== Changelog ==
    305305
     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
    306309= 3.4.2 (2025-09-23) =
    307310- Updated WooCommerce compatibility.
  • order-tracking/trunk/includes/template-functions.php

    r3207194 r3402047  
    114114            $ewd_otp_controller->exports->after         = date( 'Y-m-d H:i:s', strtotime( '-365 days' ) );
    115115
    116             $ewd_otp_controller->exports->export_orders();
     116            $ewd_otp_controller->exports->run_export();
    117117        }
    118118    }
     
    193193            $ewd_otp_controller->exports->after         = date( 'Y-m-d H:i:s', strtotime( '-365 days' ) );
    194194
    195             $ewd_otp_controller->exports->export_orders();
     195            $ewd_otp_controller->exports->run_export();
    196196        }
    197197    }
  • order-tracking/trunk/order-tracking.php

    r3366774 r3402047  
    88Terms and Conditions: https://www.etoilewebdesign.com/plugin-terms-and-conditions/
    99Text Domain: order-tracking
    10 Version: 3.4.2
     10Version: 3.4.3
    1111WC requires at least: 7.1
    12 WC tested up to: 10.2
     12WC tested up to: 10.3
    1313*/
    1414
     
    6161        define( 'EWD_OTP_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
    6262        define( 'EWD_OTP_TEMPLATE_DIR', 'ewd-otp-templates' );
    63         define( 'EWD_OTP_VERSION', '3.4.2' );
     63        define( 'EWD_OTP_VERSION', '3.4.3' );
    6464    }
    6565
  • order-tracking/trunk/readme.txt

    r3366774 r3402047  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 3.4.2
     7Stable tag: 3.4.3
    88License: GPLv3
    99License URI:http://www.gnu.org/licenses/gpl-3.0.html
     
    304304== Changelog ==
    305305
     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
    306309= 3.4.2 (2025-09-23) =
    307310- Updated WooCommerce compatibility.
Note: See TracChangeset for help on using the changeset viewer.