Skip to content

Commit 3360e72

Browse files
release: v0.46.3
1 parent bc36b2e commit 3360e72

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

data-machine-events.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Data Machine Events
44
* Plugin URI: https://chubes.net
55
* Description: WordPress events plugin with block-first architecture. Features AI-driven event creation via Data Machine integration, Event Details blocks for data storage, Calendar blocks for display, and venue taxonomy management.
6-
* Version: 0.46.2
6+
* Version: 0.46.3
77
* Author: Chris Huber
88
* Author URI: https://chubes.net
99
* License: GPL v2 or later
@@ -28,7 +28,7 @@
2828
if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
2929
require_once __DIR__ . '/vendor/autoload.php';
3030
}
31-
define( 'DATA_MACHINE_EVENTS_VERSION', '0.46.2' );
31+
define( 'DATA_MACHINE_EVENTS_VERSION', '0.46.3' );
3232
define( 'DATA_MACHINE_EVENTS_PLUGIN_FILE', __FILE__ );
3333
define( 'DATA_MACHINE_EVENTS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
3434
define( 'DATA_MACHINE_EVENTS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to Data Machine Events will be documented in this file.
44

5+
## [0.46.3] - 2026-07-05
6+
7+
### Fixed
8+
- drop Ticketmaster test/placeholder payloads (CCPER-*, Standalone Upsell) during import
9+
- log and harden the empty-startDate rejection gate at event upsert (#415)
10+
511
## [0.46.2] - 2026-07-05
612

713
### Changed

inc/Blocks/Calendar/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "data-machine-events/calendar",
5-
"version": "0.46.2",
5+
"version": "0.46.3",
66
"title": "Data Machine Events Calendar",
77
"category": "widgets",
88
"icon": "calendar-alt",

inc/Blocks/EventDetails/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"apiVersion": 2,
33
"name": "data-machine-events/event-details",
4-
"version": "0.46.2",
4+
"version": "0.46.3",
55
"title": "Event Details",
66
"category": "data-machine-events",
77
"icon": "calendar-alt",

inc/Blocks/EventsMap/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "data-machine-events/events-map",
5-
"version": "0.46.2",
5+
"version": "0.46.3",
66
"title": "Events Map",
77
"category": "data-machine-events",
88
"icon": "location-alt",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: events, calendar, ticketmaster, eventbrite, import, venues, api
44
Requires at least: 6.0
55
Tested up to: 6.8
66
Requires PHP: 8.2
7-
Stable tag: 0.46.2
7+
Stable tag: 0.46.3
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)