{"id":15705544,"url":"https://github.com/sc0ttkclark/crony","last_synced_at":"2025-10-14T15:32:06.917Z","repository":{"id":150472262,"uuid":"90516206","full_name":"sc0ttkclark/crony","owner":"sc0ttkclark","description":"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.","archived":true,"fork":false,"pushed_at":"2022-03-05T18:18:58.000Z","size":14015,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-31T08:34:47.779Z","etag":null,"topics":["cron","wordpress"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/crony/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sc0ttkclark.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"sc0ttkclark","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-05-07T07:31:53.000Z","updated_at":"2024-10-09T23:11:30.000Z","dependencies_parsed_at":"2023-04-25T12:01:40.891Z","dependency_job_id":null,"html_url":"https://github.com/sc0ttkclark/crony","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/sc0ttkclark/crony","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc0ttkclark%2Fcrony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc0ttkclark%2Fcrony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc0ttkclark%2Fcrony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc0ttkclark%2Fcrony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sc0ttkclark","download_url":"https://codeload.github.com/sc0ttkclark/crony/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc0ttkclark%2Fcrony/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019322,"owners_count":26086711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cron","wordpress"],"created_at":"2024-10-03T20:16:48.347Z","updated_at":"2025-10-14T15:32:06.912Z","avatar_url":"https://github.com/sc0ttkclark.png","language":"PHP","funding_links":["https://github.com/sponsors/sc0ttkclark"],"categories":[],"sub_categories":[],"readme":"=== Crony Cronjob Manager ===\nContributors: sc0ttkclark\nDonate link: https://www.scottkclark.com/\nTags: cron, wp_cron, cronjob, cron job, automatic, scheduler\nRequires at least: 4.9\nRequires PHP: 5.6\nTested up to: 5.9\nStable tag: 0.5.0\n\nCreate 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.\n\n== Description ==\n\n**Requires PHP 5.6+ and WordPress 4.9+**\n\nCreate 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.\n\nAll 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!\n\n== Frequently Asked Questions ==\n\n**What does wp_cron() do?**\n\nAs 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.\n\n**How is wp_cron() different from Server configured Cronjobs?**\n\nCronjobs configured on a server run on their intervals automatically, while wp_cron() jobs run only after being triggered from a visitor to your site.\n\n== Installation ==\n\n1. Unpack the entire contents of this plugin zip file into your `wp-content/plugins/` folder locally\n1. Upload to your site\n1. Navigate to `wp-admin/plugins.php` on your site (your WP plugin page)\n1. Activate this plugin\n\nOR you can just install it with WordPress by going to Plugins \u003e\u003e Add New \u003e\u003e and type this plugin's name\n\n== Features ==\n\n= Administration =\n* Create and Manage Custom Cronjobs\n* View Custom Cronjob Activity Log\n* View and Remove Existing Cronjobs\n* View Available Cronjob Schedules and Intervals\n* Reset Logs or all Crony settings\n* Admin.Class.php - A class for plugins to manage data using the WordPress UI appearance\n\n== Changelog ==\n\n= 0.5.0 =\n* Fixed issue with the Start On and Next Run On datetime fields showing the current saved value in certain browsers.\n* Updated compatibility with WP 5.9 and PHP 8.0\n\n= 0.4.9 =\n* Now requires PHP 5.6+ and WordPress 4.9+\n* Fixed some CSS targeting so it was more specific and not general to prevent conflicts with other admin CSS.\n* Bug fixes for WP Admin UI and support for date/datetime/time inputs in forms.\n* Updated compatibility with WP 5.7\n\n= 0.4.8 =\n* Updated compatibility with WP 5.4\n\n= 0.4.7 =\n* Additional escaping fixes for WP_Admin_UI (reported by Sathish Kumar from cybersecurity works)\n\n= 0.4.6 =\n* Escaping fixes for WP_Admin_UI (reported by Sathish Kumar from cybersecurity works)\n\n= 0.4.5 =\n* Security fix for orderby handling\n\n= 0.4.4 =\n* Fixes for DB tables and reinstalling (when DB tables don't exist but Crony was installed before)\n\n= 0.4.3 =\n* Fixes for output e-mails\n\n= 0.4.2 =\n* Fixes log saving / max log handling, keeps logs maximum of 2 weeks\n\n= 0.4.1 =\n* Now clears logs when adding to the log, keeps max logs set to 80 of the latest run crons\n* Bug fixes for WP Admin UI\n\n= 0.4.0 =\n* Added Settings area to reset Crony, or empty Crony Logs\n* Added URL to load a script / page from, uses wp_remote_post, where the script include only uses include_once\n* Bug fixes for WP Admin UI\n* Bug fix for schedule running, previously was assuming current timezone for everything but WP runs cron under GMT timestamps\n\n= 0.3.1 =\n* Bug fix for dates in Log\n\n= 0.3.0 =\n* Added Cronjob Activity Log\n* Added View / Remove Existing Cronjobs (external to Crony) and Available Cronjob Schedules\n* Various bug fixes\n* PHP must now be init with an opening PHP tag for Custom PHP (migrated existing Cronjob code for you)\n\n= 0.1.6 =\n* Bug fix, the dates saved didn't include times\n\n= 0.1.5 =\n* Bug fix, the menu access was incorrect\n\n= 0.1.4 =\n* Bug fix, the column width was off in Firefox in Manage screens\n\n= 0.1.3 =\n* Bug fix, the SQL was not installed correctly in 0.1.2\n* Added option for E-mail Notifications\n* Added Last Run tracking and Ability to set Next Run date\n\n= 0.1.2 =\n* Bug fix, the wp_cron jobs were not removed on save, scheduling over previous versions of the same job\n* Updated Admin.class.php with latest bug fixes / features\n\n= 0.1.1 =\n* Bug fix, the db table was created without an essential field\n\n= 0.1 =\n* First official release to the public as a plugin","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsc0ttkclark%2Fcrony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsc0ttkclark%2Fcrony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsc0ttkclark%2Fcrony/lists"}