mailchimp / wordpress

Add a Mailchimp signup form widget to your WordPress site.
https://wordpress.org/plugins/mailchimp/
GNU General Public License v2.0
1 stars 0 forks source link

Feat: WordPress 6.5.4 Compatibility #27

Closed nateconley closed 3 months ago

nateconley commented 3 months ago

Description of the Change

Important Note: Known deprecation warnings will be thrown for WordPress 6.1.1 and newer PHP versions:

PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

PHP Deprecated: Calling get_class() without arguments is deprecated

Testing WordPress 6.1.1 with PHP 8.0 will not display these deprecations.

Closes #1

How to test the Change

Environments

Acceptance

Changelog Entry

Added - compatibility to WordPress 6.5.4 Deprecated - support for WordPress < 6.1.1 Removed - polyfills for WordPress < 2.8.0 Removed - deprecated jQuery scrollTo

Credits

@nateconley

Checklist: