woocommerce / woocommerce-accommodation-bookings

An accommodations add-on for the WooCommerce Bookings extension.
87 stars 31 forks source link

Compatibility testing with Woo 8.6 #412

Closed ankitguptaindia closed 4 months ago

ankitguptaindia commented 4 months ago

All Submissions:


Changes proposed in this Pull Request:

Closes https://github.com/woocommerce/woocommerce-accommodation-bookings/issues/411

Steps to test the changes in this Pull Request:

  1. Run the e2e test using GitHub action to test this PR with WC 8.6
  2. All tests should be passed.
  3. Manual Test - The plugin should give Notice when using an unsupported version of WooCommerce and WordPress.

Changelog entry

Dev - Bump WooCommerce "tested up to" version 8.6. Dev - Bump WooCommerce minimum supported version to 8.4.

iamdharmesh commented 4 months ago

@dkotter @ankitguptaindia The E2E test was failing due to notice updates (https://github.com/woocommerce/woocommerce/pull/44283) in WC 8.6. I have updated the tests and it's passing now.