Skip to content

Commit

Permalink
Remove some depracated code
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyao committed Apr 9, 2024
1 parent 2853bda commit f892714
Show file tree
Hide file tree
Showing 7 changed files with 991 additions and 2,515 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.12
* Version: 1.17.13
* 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.12' );
define( 'AFTERSHIP_VERSION', '1.17.13' );
define( 'AFTERSHIP_PATH', dirname( __FILE__ ) );
define( 'AFTERSHIP_ASSETS_URL', plugins_url() . '/' . basename( AFTERSHIP_PATH ) );
define( 'AFTERSHIP_SCRIPT_TAGS', 'aftership_script_tags' );
Expand Down
Loading

0 comments on commit f892714

Please sign in to comment.