Skip to content

Commit 55916b5

Browse files
authored
Merge pull request #59 from a8cteam51/bump/2.0.10
Bumped
2 parents fcc88b1 + 32662b5 commit 55916b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugin.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
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
@@ -31,7 +31,7 @@
3131
function_exists( 'get_plugin_data' ) || require_once ABSPATH . 'wp-admin/includes/plugin.php';
3232
define( 'SE_METADATA', get_plugin_data( __FILE__, false, false ) );
3333

34-
define( 'SE_VERSION', '2.0.9' );
34+
define( 'SE_VERSION', '2.0.10' );
3535
define( 'SE_BASENAME', plugin_basename( __FILE__ ) );
3636
define( 'SE_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
3737
define( 'SE_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );

0 commit comments

Comments
 (0)