Update compatibility for WordPress 7 and PHP 8.4 - #157
Open
rickcurran wants to merge 30 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is a light-touch maintenance release focused on restoring current compatibility and WordPress.org readiness, no new features added etc. The intention is basically to bring it up to speed for WordPress 7.0, fix a few necessary issues in the process, and get an up-to-date version back in the plugin directory:
Most added lines are test infrastructure, CI configuration, and dependency lock data; the production-code changes remain deliberately small.
Compatibility
The existing public class, method signatures, hooks, filters, metadata keys, and legacy media fallback are preserved.
The minimum WordPress version is corrected from 2.9.2 to 3.0 because the existing implementation uses
get_upload_iframe_src(), which was introduced in WordPress 3.0.The commits are intentionally small and narrowly scoped so individual changes can be reviewed independently.
Validation
Final CI runs:
User impact
No new functionality is introduced. Existing integrations and stored thumbnail metadata remain compatible, while current WordPress and PHP installations receive a maintained release that can be published as version 1.8.
Thanks! - Rick