| @@ -4,9 +4,9 @@ | ||
| 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 | 7 | * Requires PHP: 7.4 |
| 8 | - * Version: 1.9.0 | |
| 8 | + * Version: 2.1.0 | |
| 9 | 9 | * Author: WordPress Performance Team and Plugins 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 |
| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | 17 | use WordPress\Plugin_Check\Plugin_Main; |
| 18 | 18 | |
| 19 | -define( 'WP_PLUGIN_CHECK_VERSION', '1.9.0' ); | |
| 19 | +define( 'WP_PLUGIN_CHECK_VERSION', '2.1.0' ); | |
| 20 | 20 | define( 'WP_PLUGIN_CHECK_MINIMUM_PHP', '7.4' ); |
| 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 ) ); |