Skip to content

1.0.2

Latest

Choose a tag to compare

@dustinparker dustinparker released this 26 Jul 11:34
· 3 commits to main since this release
1124486

๐Ÿ“ฆ NEW: Added caching for HPOS compatibility status with refresh option.
๐Ÿ“ฆ NEW: Added detection for HPOS compatibility declarations in plugins.
๐Ÿ“ฆ NEW: Added display of HPOS compatibility status at the top of results.
๐Ÿ‘Œ IMPROVE: Updated CSV export to include compatibility status.
๐Ÿ‘Œ IMPROVE: Changed plugin-update-checker to be a Composer dependency.
๐Ÿ‘Œ IMPROVE: Added package.json with npm scripts for frontend asset building.
๐Ÿ”„ CHANGE: Refocused scanner on SQL queries referencing posts and postmeta tables.
๐Ÿ‘Œ IMPROVE: Added detection for various SQL query patterns targeting wp_posts and wp_postmeta.
๐Ÿ‘Œ IMPROVE: Enhanced false positive detection for non-order related queries.
๐Ÿ‘Œ IMPROVE: Enhanced scanning with reduced false positives.
๐Ÿ‘Œ IMPROVE: Added code snippets and line numbers to scan results.
๐Ÿ‘Œ IMPROVE: Improved UI with expandable code sections.
๐Ÿ”„ CHANGE: Removed WPCom Check dependency and implementation.