Skip to content

Commit 89b0a75

Browse files
authored
Merge pull request #45 from a8cteam51/release/2.0.7
bumped to 2.0.7
2 parents c8d8884 + f2a14a3 commit 89b0a75

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wpcomsp-simple-events",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "A simple Gutenberg-first event management plugin that integrates with WooCommerce Box Office.",
55
"author": {
66
"name": "WordPress.com Special Projects Team",
@@ -65,4 +65,4 @@
6565
"dependencies": {
6666
"ajv": "^8.17.1"
6767
}
68-
}
68+
}

plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Simple Events Plugin bootstrap file.
44
*
55
* @since 1.0.0
6-
* @version 2.0.6
6+
* @version 2.0.7
77
* @author WordPress.com Special Projects
88
* @license GPL-3.0-or-later
99
*
@@ -13,7 +13,7 @@
1313
* Description: Event management frontend for WooCommerce Box Office.
1414
* Requires at least: 6.2
1515
* Tested up to: 6.4
16-
* Version: 2.0.6
16+
* Version: 2.0.7
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.5' );
34+
define( 'SE_VERSION', '2.0.7' );
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__ ) ) );

simple-events.zip

-406 KB
Binary file not shown.

src/classes/class-date-display-formatter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ private function render_date_list_grouped( array $event_dates, string $existing_
446446
// Iterate over each group, and break them down to the starting month.
447447
foreach ( $groups as $group ) {
448448
// Create the time label.
449-
450449
$time_label = $group[0]['all_day'] ? SE_Settings::get_all_day_message() : null;
451450

452451
if ( ! $time_label ) {

0 commit comments

Comments
 (0)