Skip to content

Commit 3bdcc4f

Browse files
committed
release: v0.22.0
1 parent 25a809d commit 3bdcc4f

3 files changed

Lines changed: 13 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.21.0
6+
* Version: 0.22.0
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.21.0' );
31+
define( 'DATA_MACHINE_EVENTS_VERSION', '0.22.0' );
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.22.0] - 2026-03-23
6+
7+
### Added
8+
- add upcoming event counts ability for badge count optimization
9+
10+
### Fixed
11+
- sync readme.txt stable tag to 0.21.0
12+
- sync version constant to 0.21.0
13+
- harden venue dedup with normalized name matching and unified creation path
14+
515
## [0.21.0] - 2026-03-23
616

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

0 commit comments

Comments
 (0)