Pods Framework Soft Charisma

Crony Cronjob Manager

Download Crony Cronjob Manager

Download v 0.4.0 from WordPress.org | Downloads: 4260

Visit Crony Cronjob Manager on WordPress.org »

About Crony Cronjob Manager

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 loading Scripts via URLs, including Scripts, running Functions, and/or running 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!

Installation

  1. Unpack the entire contents of this plugin zip file into your wp-content/plugins/ folder locally
  2. Upload to your site
  3. Navigate to wp-admin/plugins.php on your site (your WP plugin page)
  4. Activate this plugin

OR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin’s name

Changelog

0.4.0

  • Added Settings area to reset Crony, or empty Crony Logs
  • Added URL to load a script / page from, uses wp_remote_post, where the script include only uses include_once
  • Bug fixes for WP Admin UI
  • Bug fix for schedule running, previously was assuming current timezone for everything but WP runs cron under GMT timestamps

0.3.1

  • Bug fix for dates in Log

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