From 55a8910090febf902b39ce5e59ae4861018a9996 Mon Sep 17 00:00:00 2001 From: Marius Jensen Date: Thu, 25 Jul 2024 23:12:44 +0200 Subject: [PATCH] Add plugin headers to the primary plugin file, as well as the readme file. See #468 --- health-check.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/health-check.php b/health-check.php index b0a4f43..d9c21ff 100644 --- a/health-check.php +++ b/health-check.php @@ -9,8 +9,11 @@ * Plugin URI: https://wordpress.org/plugins/health-check/ * Description: Checks the health of your WordPress install. * Author: The WordPress.org community - * Version: 1.7.0 * Author URI: https://wordpress.org/plugins/health-check/ + * Version: 1.7.0 + * Requires PHP: 5.6 + * License: GPLv2 + * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: health-check */