diff --git a/readme.txt b/readme.txt index a6faea9d1ffd71839673527044850564a3ff8456..ebc0aabf08a002682e035202271229fef7c4254f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,14 +1,13 @@ -=== Wp Cli Via Cron Control === -Contributors: (this should be a list of wordpress.org userid's) -Donate link: http://example.com/ -Tags: comments, spam -Requires at least: 4.4 -Tested up to: 4.8.1 +=== WP-CLI via Cron Control === +Contributors: ethitter, automattic +Tags: wp-cli, cli, cron, cron control +Requires at least: 4.8.1 +Tested up to: 4.9 Stable tag: 0.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Here is a short description of the plugin. This should be no more than 150 characters. No markup here. +Schedule WP-CLI tasks to run via Cron Control == Description == diff --git a/wp-cli-via-cron-control.php b/wp-cli-via-cron-control.php index 2185143f8db54105f415c615d2cc78d8c9bd060e..7f9846c686eced905d343a76e4529cca8939d702 100644 --- a/wp-cli-via-cron-control.php +++ b/wp-cli-via-cron-control.php @@ -1,13 +1,13 @@ <?php /** - * Plugin Name: Wp Cli Via Cron Control - * Plugin URI: PLUGIN SITE HERE - * Description: PLUGIN DESCRIPTION HERE - * Author: YOUR NAME HERE - * Author URI: YOUR SITE HERE + * Plugin Name: WP-CLI Via Cron Control + * Plugin URI: https://automattic.com/ + * Description: Schedule WP-CLI tasks to run via Cron Control + * Author: Erick Hitter, Automattic + * Author URI: https://vip.wordpress.com/ * Text Domain: wp-cli-via-cron-control * Domain Path: /languages * Version: 0.1.0 * - * @package Wp_Cli_Via_Cron_Control + * @package WP_CLI_via_Cron_Control */