diff --git a/plugin.php b/plugin.php index 1ee8560..f2461d3 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Simple Events Plugin bootstrap file. * * @since 1.0.0 - * @version 2.0.9 + * @version 2.0.10 * @author WordPress.com Special Projects * @license GPL-3.0-or-later * @@ -11,9 +11,9 @@ * Plugin Name: Simple Events * Plugin URI: https://wpspecialprojects.wordpress.com * Description: Event management frontend for WooCommerce Box Office. - * Requires at least: 6.2 - * Tested up to: 6.4 - * Version: 2.0.9 + * Requires at least: 6.5 + * Tested up to: 6.9 + * Version: 2.0.10 * Requires PHP: 8.0 * Author: WordPress.com Special Projects * Author URI: https://wpspecialprojects.wordpress.com @@ -31,7 +31,7 @@ function_exists( 'get_plugin_data' ) || require_once ABSPATH . 'wp-admin/includes/plugin.php'; define( 'SE_METADATA', get_plugin_data( __FILE__, false, false ) ); -define( 'SE_VERSION', '2.0.9' ); +define( 'SE_VERSION', '2.0.10' ); define( 'SE_BASENAME', plugin_basename( __FILE__ ) ); define( 'SE_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); define( 'SE_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );