You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minimum WordPress version raised from 6.0 to 6.2 (required for %i identifier placeholder support in $wpdb->prepare())
Replaced interpolated $table_name in SQL queries with %i identifier placeholder via $wpdb->prepare() in class-crawl-tracker.php (drop_table, get_recent_activity, get_total_visits, cleanup_old_records)
Replaced interpolated $table_name in DROP TABLE query with %i placeholder in uninstall.php
Fixed phpcs:ignore placement for postmeta DELETE query in uninstall.php