Skip to content

Commit 53f58d0

Browse files
release: v0.32.1
1 parent 20b972d commit 53f58d0

3 files changed

Lines changed: 8 additions & 3 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.32.0
6+
* Version: 0.32.1
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.32.0' );
31+
define( 'DATA_MACHINE_EVENTS_VERSION', '0.32.1' );
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## [0.32.1] - 2026-05-10
6+
7+
### Fixed
8+
- add venue/promoter accessor functions to public API
9+
510
## [0.32.0] - 2026-05-10
611

712
### Added

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.32.0
7+
Stable tag: 0.32.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)