=== RS Cron Viewer ===
Contributors: robertsilven
Tags: cron, wp-cron, scheduler, tasks, viewer
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 1.0.10
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A lightweight plugin to view all scheduled WP-Cron tasks in your WordPress admin dashboard.

== Description ==

**RS Cron Viewer** gives you a clear and simple overview of all scheduled tasks (cron jobs) running on your WordPress site. 

WordPress uses WP-Cron to handle scheduled events like publishing posts, checking for updates, and running plugin maintenance tasks. This plugin allows you to see:

*   **Next Run Time:** When the task is scheduled to run (converted to your local time).
*   **Hook Name:** The internal hook name used by WordPress or plugins.
*   **Arguments:** Any parameters passed to the cron job.
*   **Schedule:** Frequency of the task (e.g., Hourly, Daily, Twice Daily).

This tool is essential for developers and site administrators who need to debug scheduled tasks or verify that background processes are running correctly.

== Installation ==

1. Upload the `rs-cron-viewer` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to the admin menu and click on **Cron Viewer** (or find "Cron Tasks" in the menu) to view the list.

== Screenshots ==

1. The main view showing the table of scheduled cron tasks.

== Changelog ==

= 1.0.10 =
* Added links to tools.olvy.dev and GitHub in the footer.
* Improved internationalization and code quality.

= 1.0 =
* Initial release.
