| @@ -3,11 +3,11 @@ | ||
| 3 | 3 | * Plugin Name: Plugin Check (PCP) |
| 4 | 4 | * Plugin URI: https://github.com/WordPress/plugin-check |
| 5 | 5 | * Description: Plugin Check is a WordPress.org tool which provides checks to help plugins meet the directory requirements and follow various best practices. |
| 6 | 6 | * Requires at least: 6.3 |
| 7 | - * Requires PHP: 7.4 | |
| 8 | - * Version: 2.1.0 | |
| 9 | - * Author: WordPress Performance Team and Plugins Team | |
| 7 | + * Requires PHP: 7.0 | |
| 8 | + * Version: 1.0.1 | |
| 9 | + * Author: WordPress Performance Team and Plugin Review Team | |
| 10 | 10 | * License: GPLv2 or later |
| 11 | 11 | * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
| 12 | 12 | * Text Domain: plugin-check |
| 13 | 13 | * |
| @@ -15,10 +15,10 @@ | ||
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | 17 | use WordPress\Plugin_Check\Plugin_Main; |
| 18 | 18 | |
| 19 | -define( 'WP_PLUGIN_CHECK_VERSION', '2.1.0' ); | |
| 20 | -define( 'WP_PLUGIN_CHECK_MINIMUM_PHP', '7.4' ); | |
| 19 | +define( 'WP_PLUGIN_CHECK_VERSION', '1.0.1' ); | |
| 20 | +define( 'WP_PLUGIN_CHECK_MINIMUM_PHP', '7.0' ); | |
| 21 | 21 | define( 'WP_PLUGIN_CHECK_MAIN_FILE', __FILE__ ); |
| 22 | 22 | define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_PATH', plugin_dir_path( WP_PLUGIN_CHECK_MAIN_FILE ) ); |
| 23 | 23 | define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_URL', plugin_dir_url( WP_PLUGIN_CHECK_MAIN_FILE ) ); |
| 24 | 24 | |