Skip to content

Commit d77e143

Browse files
release: v0.55.18
1 parent 7ad1353 commit d77e143

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
@@ -4,7 +4,7 @@
44
* Plugin Name: Data Machine Events
55
* Plugin URI: https://chubes.net
66
* 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.
7-
* Version: 0.55.17
7+
* Version: 0.55.18
88
* Author: Chris Huber
99
* Author URI: https://chubes.net
1010
* License: GPL v2 or later
@@ -29,7 +29,7 @@
2929
if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
3030
require_once __DIR__ . '/vendor/autoload.php';
3131
}
32-
define( 'DATA_MACHINE_EVENTS_VERSION', '0.55.17' );
32+
define( 'DATA_MACHINE_EVENTS_VERSION', '0.55.18' );
3333
define( 'DATA_MACHINE_EVENTS_PLUGIN_FILE', __FILE__ );
3434
define( 'DATA_MACHINE_EVENTS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
3535
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.55.18] - 2026-08-25
6+
7+
### Changed
8+
- select hierarchical Calendar buckets efficiently
9+
- prove crash-safe event source retries
10+
511
## [0.55.17] - 2026-08-25
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.55.17",
5+
"version": "0.55.18",
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.55.17",
4+
"version": "0.55.18",
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.55.17",
5+
"version": "0.55.18",
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.55.17
7+
Stable tag: 0.55.18
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)