Plugin Directory

Changeset 2965039


Ignore:
Timestamp:
09/11/2023 03:27:33 AM (3 years ago)
Author:
smallfishes
Message:

2.9.12

Location:
canada-post-shipping-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • canada-post-shipping-for-woocommerce/trunk/canada-post-shipping-for-woocommerce.php

    r2919139 r2965039  
    33* Plugin Name: Canada Post Shipping For WooCommerce
    44* Description: Integrates with Canada Post allowing you to provide accurate shipping quotes for your customers.
    5 * Version: 2.9.12
     5* Version: 2.9.13
    66* Author: Small Fish Analytics Inc.
    77* Author URI: http://www.smallfishanalytics.com/support?source=plugin_summary
    88* WC requires at least: 3.0.0
    9 * WC tested up to: 7.7
     9* WC tested up to: 8.0
    1010*/
    1111
     
    3737add_action('woocommerce_shipping_init', 'shipping_method_init');
    3838add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'add_nositesleft_admin_options');
     39
     40/* Declare support for WooCommerce HPOS */
     41add_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  
    33Tags: shipping, canada post, canada post shipping, shipping rates, woocommerce
    44Requires at least: 3.0.1
    5 Tested up to: 6.2
     5Tested up to: 6.3
    66Stable tag: trunk
    77License: GPLv2 or later
     
    3535
    3636== Changelog ==
     37= 2.9.13 =
     38Declare support for HPOS, WooCommerce 8.0 and WordPress 6.3
     39
    3740= 2.9.12 =
    3841Declare support for WooCommerce 7.7 and WordPress 6.2
Note: See TracChangeset for help on using the changeset viewer.