Compatibility testing with WordPress 6.4 #383
Labels
priority: high
The issue/PR is high priority—it affects lots of customers substantially, but not critically.
type: task
The issue is an internally driven task (e.g. from another A8c team).
Milestone
With the WordPress 6.4 release, perform the following:
version_compare
and then see if we're checking WordPress versions there or something else (sometimes we check PHP versions for instance or Woo versions). Some plugins also define what WordPress 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 (so search for 6.3, 6.2, 6.1). Also, suggest looking at the last PR that bumped versions because to copy what was done for those.Sample Changelog entry should then be:
The text was updated successfully, but these errors were encountered: