Skip to content

Commit

Permalink
Merge pull request #247 from ljian1992/CNT-34449
Browse files Browse the repository at this point in the history
[CNT-34475] remove Parse tracking from order notes
  • Loading branch information
ljian1992 authored Feb 14, 2025
2 parents 9286560 + 0c5f146 commit c6e5b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aftership-woocommerce-tracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: AfterShip Tracking - All-In-One WooCommerce Order Tracking (Free plan available)
* Plugin URI: http://aftership.com/
* Description: Track orders in one place. shipment tracking, automated notifications, order lookup, branded tracking page, delivery day prediction
* Version: 1.17.15
* Version: 1.17.16
* Author: AfterShip
* Author URI: http://aftership.com
*
Expand All @@ -20,7 +20,7 @@

require_once( 'woo-includes/woo-functions.php' );

define( 'AFTERSHIP_VERSION', '1.17.15' );
define( 'AFTERSHIP_VERSION', '1.17.16' );
define( 'AFTERSHIP_PATH', dirname( __FILE__ ) );
define( 'AFTERSHIP_ASSETS_URL', plugins_url() . '/' . basename( AFTERSHIP_PATH ) );
define( 'AFTERSHIP_SCRIPT_TAGS', 'aftership_script_tags' );
Expand Down

0 comments on commit c6e5b38

Please sign in to comment.