=== ABC Integrity ===
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.1
Stable tag: 0.2.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

File integrity monitoring for WordPress installations. Scans files, detects changes, and sends email reports.

== Description ==
ABC Integrity provides a dashboard for monitoring and reviewing changes to your WordPress installation. Generate a baseline, enable reporting, and get email notifications when files change.

Features:

* Scanner with grouped results for clear and easy triage
* Whitelist prefixes for expected file changes
* Scheduled daily email reports
* Activity log for recent scan and report events
* Safe handling for unreadable files and folders during scans

Note: ABC Integrity currently supports single-site WordPress installs only. Multisite installs show a compatibility notice and do not expose scanning features.

== External services ==
The plugin downloads the official WordPress.org checksum manifest for your WordPress version and locale on first scan, then caches it locally. Subsequent scans use the cached copy and only re-fetch when your WordPress installation is updated to a new version. If the download fails, the scan continues without manifest data.

Endpoint: `https://api.wordpress.org/core/checksums/1.0/`
Privacy policy: https://wordpress.org/about/privacy/

== Installation ==
1. Upload the plugin ZIP through the Plugins screen in WordPress, or extract it to `/wp-content/plugins/`.
2. Activate the plugin through the Plugins screen in WordPress.
3. Go to **ABC Integrity > Scanner** and generate your first baseline.

== Changelog ==
= 0.2.1 — 2026-05-18 =
* Added notice flagging non-standard wp-content location
* Whitelisted entries are no longer auto-expanded
* Plugin and theme updates without version info are flagged as such

= 0.2 — 2026-05-15 =
* Grouped scanner results by WordPress entity for faster triage
* Uses the WordPress.org core manifest for file classification when available
* Refreshed the Scheduled Reports layout
* Build info is now surfaced on the Settings page

= 0.1.5 — 2026-03-14 =
* Fixed a false-positive scheduling error in logs and improved event scheduling

= 0.1.4 — 2026-03-03 =
* Refreshed the admin UI for scanner, settings, and logs
* Improved scanner handling for unreadable files and folders
* Fixed daily report scheduling to stay aligned with the configured local time
* Added a multisite compatibility notice instead of exposing unsupported features

= 0.1.3 — 2026-01-22 =
* Initial release
