The plugin currently states a WordPress minimum of 2.8: https://github.com/mailchimp/wordpress/blob/2a3a53561ca6adc4a0e9637c9c732c9aae2abcc1/readme.txt#L4 and currently shows as tested-up-to WordPress 4.5: https://github.com/mailchimp/wordpress/blob/2a3a53561ca6adc4a0e9637c9c732c9aae2abcc1/readme.txt#L5 As part of this issue, we'll want to look to: - [ ] test and ensure/add compatibility for WordPress 6.5 - [ ] bump WP minimum to either 6.3 or a lower version per need within codebase or Mailchimp constraints - [ ] bump WP tested-up-to 6.5 - [x] add WP version checker action: https://github.com/10up/insert-special-characters/blob/develop/.github/workflows/wordpress-version-checker.yml - [x] add ZIP build action: https://github.com/10up/insert-special-characters/blob/develop/.github/workflows/build-release-zip.yml - [x] add e2e test framework (Playwright or Cypress): https://github.com/10up/insert-special-characters/blob/develop/.github/workflows/cypress.yml
The plugin currently states a WordPress minimum of 2.8:
wordpress/readme.txt
Line 4 in 2a3a535
and currently shows as tested-up-to WordPress 4.5:
wordpress/readme.txt
Line 5 in 2a3a535
As part of this issue, we'll want to look to: