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

Tweak/issue 2723 - WordPress 6.5 Compatibility #2724

Closed iyut closed 8 months ago

iyut commented 8 months ago

Description

Making sure the plugin is compatible with 6.5. In this PR, it also introduces Requires Plugins: into readme file and plugin headers.

Related issue(s)

Fixes #2723

Steps to reproduce & screenshots/GIFs

  1. Install WP 6.5 RC 1 or above.
  2. Go to Plugins > Installed Plugins page.
  3. Take a look into WooCommerce row, WC Shipping & Tax now is being listed on Required by: info. image
  4. Take a look into WooCommerce Shipping & Tax row. WooCommerce is now being listed on Requires: info.
  5. The plugin will not be able to be activated if WooCommerce is not activated yet. image
  6. Try to test the plugin features. It should still work on WP 6.5 RC 1 or above.

Checklist