File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 * Simple Events Plugin bootstrap file.
44 *
55 * @since 1.0.0
6- * @version 2.0.9
6+ * @version 2.0.10
77 * @author WordPress.com Special Projects
88 * @license GPL-3.0-or-later
99 *
1010 * @wordpress-plugin
1111 * Plugin Name: Simple Events
1212 * Plugin URI: https://wpspecialprojects.wordpress.com
1313 * Description: Event management frontend for WooCommerce Box Office.
14- * Requires at least: 6.2
15- * Tested up to: 6.4
16- * Version: 2.0.9
14+ * Requires at least: 6.5
15+ * Tested up to: 6.9
16+ * Version: 2.0.10
1717 * Requires PHP: 8.0
1818 * Author: WordPress.com Special Projects
1919 * Author URI: https://wpspecialprojects.wordpress.com
3131function_exists ( 'get_plugin_data ' ) || require_once ABSPATH . 'wp-admin/includes/plugin.php ' ;
3232define ( 'SE_METADATA ' , get_plugin_data ( __FILE__ , false , false ) );
3333
34- define ( 'SE_VERSION ' , '2.0.9 ' );
34+ define ( 'SE_VERSION ' , '2.0.10 ' );
3535define ( 'SE_BASENAME ' , plugin_basename ( __FILE__ ) );
3636define ( 'SE_PLUGIN_DIR ' , untrailingslashit ( plugin_dir_path ( __FILE__ ) ) );
3737define ( 'SE_PLUGIN_URL ' , untrailingslashit ( plugin_dir_url ( __FILE__ ) ) );
You can’t perform that action at this time.
0 commit comments