Changeset 2965039
- Timestamp:
- 09/11/2023 03:27:33 AM (3 years ago)
- Location:
- canada-post-shipping-for-woocommerce/trunk
- Files:
-
- 2 edited
-
canada-post-shipping-for-woocommerce.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
canada-post-shipping-for-woocommerce/trunk/canada-post-shipping-for-woocommerce.php
r2919139 r2965039 3 3 * Plugin Name: Canada Post Shipping For WooCommerce 4 4 * Description: Integrates with Canada Post allowing you to provide accurate shipping quotes for your customers. 5 * Version: 2.9.1 25 * Version: 2.9.13 6 6 * Author: Small Fish Analytics Inc. 7 7 * Author URI: http://www.smallfishanalytics.com/support?source=plugin_summary 8 8 * WC requires at least: 3.0.0 9 * WC tested up to: 7.79 * WC tested up to: 8.0 10 10 */ 11 11 … … 37 37 add_action('woocommerce_shipping_init', 'shipping_method_init'); 38 38 add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'add_nositesleft_admin_options'); 39 40 /* Declare support for WooCommerce HPOS */ 41 add_action( 'before_woocommerce_init', function() { 42 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 43 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 44 } 45 } ); -
canada-post-shipping-for-woocommerce/trunk/readme.txt
r2919139 r2965039 3 3 Tags: shipping, canada post, canada post shipping, shipping rates, woocommerce 4 4 Requires at least: 3.0.1 5 Tested up to: 6. 25 Tested up to: 6.3 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 35 35 36 36 == Changelog == 37 = 2.9.13 = 38 Declare support for HPOS, WooCommerce 8.0 and WordPress 6.3 39 37 40 = 2.9.12 = 38 41 Declare support for WooCommerce 7.7 and WordPress 6.2
Note: See TracChangeset
for help on using the changeset viewer.