woocommerce / woocommerce-gateway-amazon-pay

Amazon Pay Gateway
20 stars 23 forks source link

WP 5.9 - Compatibility and Smoke Testing #155

Closed haybelanger closed 2 years ago

haybelanger commented 2 years ago

We have found at least one incompatibility with the Twenty Twenty Two theme due to the WordPress 5.9 release. The issue that we found is that for certain extensions pieces of the UI will fail to render and an error would be thrown with “wc is not defined”. You can see https://github.com/Automattic/woocommerce-payments/pull/3718.

We need to smoke test our payment extensions to ensure that we don’t have similar issues in regards to compatibility with WP 5.9. Note: need to not only check for the reported issue above but for any WP 5.9 compatibility issues.

All extensions will need at least one commit and a release to bump the header to indicate compatibility for 5.9 once testing is done