v1.7.0
This commit is contained in:
parent
98b1cf0f3b
commit
4402f3570d
20 changed files with 1683 additions and 382 deletions
|
|
@ -5,7 +5,7 @@ Requires at least: 6.8
|
|||
Tested up to: 7.0
|
||||
Requires PHP: 8.2
|
||||
Requires Plugins: action-scheduler
|
||||
Stable tag: 1.6.0
|
||||
Stable tag: 1.7.0
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
|
|
@ -21,6 +21,7 @@ Media Audit helps site owners and editors understand where their media files are
|
|||
* **External reverse image search** — submits images to Google Cloud Vision (Web Detection) and TinEye Commercial API to find matching pages across the web.
|
||||
* **Consensus detection** — surfaces domains independently confirmed by multiple providers, providing stronger copyright-risk signals.
|
||||
* **Audit list** — filterable admin page showing each attachment's external scan status, alert classification, and top matching domains.
|
||||
* **Alert management** — dedicated Alerts page to review active copyright-risk alerts and dismiss false positives with optional notes. Dismissed alerts are tracked separately and can be reactivated at any time.
|
||||
* **WP-CLI support** — run or schedule scans from the command line.
|
||||
* **GDPR compliance** — full WordPress privacy API integration for personal data export and erasure on request.
|
||||
* **Async processing** — all scanning runs via Action Scheduler to avoid blocking web requests.
|
||||
|
|
|
|||
Loading…
Reference in a new issue