Changelog — JPKCom Rank Math Options
Versionsverlauf des WordPress-Plugins JPKCom Rank Math Options.
Versionsverlauf von jpkcom-rank-math-options. Die Einträge stammen unverändert aus der README des Projekts. Eine ausführliche Anleitung mit Tipps findest du im Projekt-Guide.
1.0.4
- Normalized license fallback defaults (updater and release workflow) to
GPL-2.0-or-laterwith the HTTPS license URI
1.0.3
- Security: updater prefers an exact match against the manifest
download_urlover the slug heuristic, so a tampered manifest can no longer bypass the checksum gate - Security: timing-safe checksum comparison (
hash_equals()) with anis_string()guard againsthash_file()failures - Security: manifest fetch via
wp_safe_remote_get()(SSRF defense-in-depth) - Fixed PHP warning and missing contributor names in the plugin detail popup (
display_namenow provided) - Fixed PHP warning/deprecation on
wp plugin listby completing theno_updatetransient entry (new_version,package,tested,requires_php)
1.0.2
- Fix sitemap credit filter name — v1.0.1 targeted the non-existent
rank_math/sitemap/remove_credits; Rank Math actually fires the singularrank_math/sitemap/remove_credit - Rework telemetry disable — v1.0.1's
rank_math/usage_trackingfilter does not exist in Rank Math. Replaced with anoption_rank-math-options-generalfilter that rewrites theusage_trackingkey tooffon read, which is the only reliable hook point since Rank Math's tracker class reads a plain option - Clean up
llms.txt— strips Rank Math's intro paragraph preceding the first Markdown H1 so the file conforms to the llms.txt spec (the line is hardcoded in Rank Math and has no filter; we intercept the response body ontemplate_redirect)
1.0.1
- Remove Rank Math frontend credit — applies
rank_math/frontend/remove_credit_noticeto strip the "Powered by Rank Math" HTML comment - Remove sitemap credit — applies
rank_math/sitemap/remove_creditsto remove the "Generator" line from the XML sitemap (see v1.0.2 — filter name was wrong) - Disable telemetry — applies
rank_math/usage_trackingreturningfalse(see v1.0.2 — filter does not exist) - Hide admin bar menu — removes the Rank Math node from the WordPress admin bar via
remove_node( 'rank-math' )at priority 999
1.0.0
- Initial release
rank_math/can_edit_filefilter returningtrueto unlock robots.txt / .htaccess editing- GitHub-based self-hosted plugin updater with SHA256 checksum verification
- Network-capable plugin header