Compatibility testing with Woo 9.5 Beta #236
Labels
priority: high
The issue/PR is high priority—if affect lots of customers substantially, but not critically.
type: task
The issue is an internally driven task (e.g. from another A8c team).
Milestone
The goal for this task is to test WooCommerce 9.5 Beta compatibility with detailed steps noted below:
version_compare
and then see if we're checking WC versions there or something else. Some plugins also define what WC version we support (sometimes as a minimum) in a constant (see Square as an example). There's not always consistent naming on those constants so really the easiest way to find these is to search the codebase for the version string. Search the last few releases to catch them all. Also, suggest looking at the last PR that bumped versions to copy what was done for those.MINIMUM_PHP_VERSION
,MINIMUM_WP_VERSION
,MINIMUM_WC_VERSION
After bumping versions in a PR, we will ensure that e2e tests and overall plugin functionality continues to work as expected via regression testing following defined critical flows (if plugin functional compatibility changes were required).
Project success metrics:
Sample Changelog entry could then be:
The text was updated successfully, but these errors were encountered: