=== ABC Cron ===
Requires at least: 6.4
Tested up to: 7.0
Stable tag: 0.4
Requires PHP: 8.0

A simple dashboard for monitoring WP-Cron health.

== Description ==

ABC Cron provides a dashboard for monitoring the health of your WordPress cron system. It helps you identify issues with scheduled tasks and verify that WP-Cron is running reliably.

Features:

* Health status overview with backlog and frequency metrics
* Read-only configuration summary (cron mode, scheduled events, recommended interval)
* Overdue event tracking
* Recent cron run log with gap analysis
* Warm-up and stale-install detection for fresh activations

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/abc-cron`
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Navigate to the ABC Cron menu item to view the dashboard

== Changelog ==

= 0.4 - 2026-05-17 =
* Refreshed the main dashboard cards and data tables
* Updated Recent Runs and Recent Gaps to use a cleaner shared table layout

= 0.3.0 - 2026-04-23 =
* Added Recent Gaps card to surface unhealthy cron behaviour
* Added a detail view covering the Recent Gaps and Recent Runs data
* Unified health card font weights for consistent status presentation
* Fixed the Target Interval label so a saved 10 minute interval no longer displays as 15 minutes

= 0.2.0 - 2026-04-12 =
* Added a new settings modal to allow target interval override
* Added a health baseline reset to recalculate metrics after addressing cron issues
* Updated the Configuration card with clearer Target Interval labeling and descriptions

= 0.1.4 - 2026-02-22 =
* Reworked Configuration and Recent Runs cards
* Added warm-up/stale-install health states for fresh activations
* Updated and expanded health smoke tests

= 0.1.3 =
* Added uninstall cleanup for plugin data
* Improved table styling for overdue events

= 0.1.2 =
* Improved admin UI styling

= 0.1.1 =
* Added automatic update support

= 0.1.0 =
* Initial release
