Fixed WordPress.org readme metadata warnings for plugin tags and short description length.
2.1
Added scheduled “Scan site” — run the overview scan automatically on a daily or weekly schedule via WP-Cron, with a configurable site-local time.
Added file-based import and export — settings and rules are exported as a downloadable JSON file and imported by uploading a file, replacing the previous copy-paste textarea approach.
Autolinking now skips DOM parsing entirely for pages that contain no phrase matching any active rule, reducing per-request processing time on sites with many rules.
Overview and popup tables now load post titles and permalinks only for the visible page of results, reducing database queries for sites with many link targets.
Rebuild and export operations now process posts in batches instead of loading all IDs at once, avoiding memory spikes on large databases.
Overview scan worker now processes one batch per WP-Cron run, reducing peak server load.
Auto-run scan after saving content is now disabled by default; can be re-enabled in settings.
Default activity log limit is now 50 entries.
Uninstall cleanup now uses delete_post_meta_by_key() for faster and more reliable removal of plugin meta across all posts.