Automattic / woocommerce-services

WooCommerce Services is a feature plugin that integrates hosted services into WooCommerce (3.0+), and currently includes automated tax rates and the ability to purchase and print USPS shipping labels.
GNU General Public License v2.0
108 stars 20 forks source link

Implement Jetpack Autoloader to avoid conflicts #2800

Closed kallehauge closed 3 months ago

kallehauge commented 3 months ago

Mirror what we did in https://github.com/woocommerce/woocommerce-shipping/pull/677 to avoid Jetpack package version conflicts in the future.

Source: p1724245572385619-slack-C04KWSNPSE5

kallehauge commented 3 months ago

False alarm. WCS&T does indeed use the Jetpack Autoloader; it just doesn't include any of the typical "can read" type checks.

Considering WCS&T will be phased out and it has been working for a long time without those checks, then I'll close this as "won't fix"