=== Crony Cronjob Manager === Contributors: sc0ttkclark Donate link: http://scottkclark.com/ Tags: cron, wp_cron, cronjob, cron job, automatic Requires at least: 3.0 Tested up to: 3.1 Stable tag: 0.3.0 THIS IS A BETA VERSION - Currently in development - Create and Manage Cronjobs in WP by running Scripts, Functions, and/or PHP code. This plugin utilizes the wp_cron API. == Description == **THIS IS A BETA VERSION - Currently in development** **OFFICIAL SUPPORT** - Crony Cronjob Manager - Support Forums: http://scottkclark.com/forums/crony-cronjob-manager/ Create and Manage Cronjobs in WP by running Scripts, Functions, and/or PHP code. This plugin utilizes the wp_cron API. All you do is install the plugin, schedule your Scripts / Functions / PHP code to run at a specific interval, and live your life -- Cron it up! == Frequently Asked Questions == **What does wp_cron() do?** As you receive visitors on your site, WordPress checks your database to see if anything is scheduled to run. If you have a wp_cron() job scheduled every 12 hours, then the very first visitor 12+ hours from the last scheduled run of that function will trigger the function to run in the background. The Cronjob (or Cron Job) sends a request to run cron through HTTP request that doesn't halt page loading for the visitor. **How is wp_cron() different from Server configured Cronjobs?** Cronjobs configured on a server run on their intervals automatically, while wp_cron() jobs run only after being triggered from a visitor to your site. == Changelog == = 0.3.0 = * Added Cronjob Activity Log * Added View / Remove Existing Cronjobs (external to Crony) and Available Cronjob Schedules * Various bug fixes * PHP must now be init with an opening PHP tag for Custom PHP (migrated existing Cronjob code for you) = 0.1.6 = * Bug fix, the dates saved didn't include times = 0.1.5 = * Bug fix, the menu access was incorrect = 0.1.4 = * Bug fix, the column width was off in Firefox in Manage screens = 0.1.3 = * Bug fix, the SQL was not installed correctly in 0.1.2 * Added option for E-mail Notifications * Added Last Run tracking and Ability to set Next Run date = 0.1.2 = * Bug fix, the wp_cron jobs were not removed on save, scheduling over previous versions of the same job * Updated Admin.class.php with latest bug fixes / features = 0.1.1 = * Bug fix, the db table was created without an essential field = 0.1 = * First official release to the public as a plugin == Upgrade Notice == = 0.3.0 = * Added Cronjob Activity Log * Added View / Remove Existing Cronjobs (external to Crony) and Available Cronjob Schedules * Bug fixes * PHP must now be init with an opening PHP tag for Custom PHP (migrated existing Cronjob code for you) = 0.1.6 = * Bug fix, the dates saved didn't include times = 0.1.5 = * Bug fix, the menu access was incorrect = 0.1.4 = * Bug fix, the column width was off in Firefox in Manage screens = 0.1.3 = * Bug fix, the SQL was not installed correctly in 0.1.2 * Added option for E-mail Notifications * Added Last Run tracking and Ability to set Next Run date = 0.1.2 = * Bug fix, the wp_cron jobs were not removed on save, scheduling over previous versions of the same job * Updated Admin.class.php with latest bug fixes / features = 0.1.1 = * Bug fix, the db table was created without an essential field, this version will fix that = 0.1 = You aren't using the real plugin, upgrade and you enjoy what you originally downloaded this for! == Installation == 1. Unpack the entire contents of this plugin zip file into your `wp-content/plugins/` folder locally 1. Upload to your site 1. Navigate to `wp-admin/plugins.php` on your site (your WP plugin page) 1. Activate this plugin OR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin's name == Official Support == Crony Cronjob Manager - Support Forums: http://scottkclark.com/forums/crony-cronjob-manager/ == About the Plugin Author == Scott Kingsley Clark from SKC Development -- Scott specializes in WordPress and Pods CMS Framework development using PHP, MySQL, and AJAX. Scott is also a developer on the Pods CMS Framework plugin == Features == = Administration = * Create and Manage Custom Cronjobs * View Custom Cronjob Activity Log * View and Remove Existing Cronjobs * View Available Cronjob Schedules and Intervals * Admin.Class.php - A class for plugins to manage data using the WordPress UI appearance == Roadmap == = 0.4 = * Test a Job by running the script via iframe