From 081a6abbb01239407a6c3318150fedf531fd3640 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 17 Mar 2024 10:30:12 +0100 Subject: [PATCH] add "Requires Plugins" to plugin headers The headers will be supported with WordPress 6.5. The dependency on "statify" was present from the start, so this just adds another layer of convenience for users on WP 6.5 or later. --- statify-blacklist.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/statify-blacklist.php b/statify-blacklist.php index 7c4b2b1..fabbf24 100644 --- a/statify-blacklist.php +++ b/statify-blacklist.php @@ -7,14 +7,17 @@ * @license GPL-2.0+ * * @wordpress-plugin - * Plugin Name: Statify Filter - * Plugin URI: https://wordpress.org/plugins/statify-blacklist/ - * Description: Extension for the Statify plugin to add customizable filters. (formerly "Statify Blacklist) - * Version: 1.7.0 - * Author: Stefan Kalscheuer (@stklcode) - * Author URI: https://www.stklcode.de - * Text Domain: statify-blacklist - * License: GPLv2 or later + * Plugin Name: Statify Filter + * Plugin URI: https://wordpress.org/plugins/statify-blacklist/ + * Description: Extension for the Statify plugin to add customizable filters. (formerly "Statify Blacklist) + * Version: 1.7.0 + * Requires at least: 4.7 + * Requires PHP: 5.5 + * Requires Plugins: statify + * Author: Stefan Kalscheuer (@stklcode) + * Author URI: https://www.stklcode.de + * Text Domain: statify-blacklist + * License: GPLv2 or later * * Statify Filter is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by