Skip to content

Commit 7df60d3

Browse files
committed
release: v0.163.0
1 parent ed993c3 commit 7df60d3

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

data-machine.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Data Machine
44
* Plugin URI: https://wordpress.org/plugins/data-machine/
55
* Description: AI-powered WordPress operations engine: persistent agent memory, autonomous pipelines and flows, multi-turn chat, email I/O, and a full WP-CLI control surface over the WordPress Abilities API.
6-
* Version: 0.162.3
6+
* Version: 0.163.0
77
* Requires at least: 7.0
88
* Requires PHP: 8.2
99
* Author: Chris Huber, extrachill
@@ -17,7 +17,7 @@
1717
die;
1818
}
1919

20-
define( 'DATAMACHINE_VERSION', '0.162.3' );
20+
define( 'DATAMACHINE_VERSION', '0.163.0' );
2121

2222
define( 'DATAMACHINE_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'DATAMACHINE_URL', plugin_dir_url( __FILE__ ) );

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

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

5-
## [Unreleased]
5+
## [0.163.0] - 2026-07-13
66

77
### Added
88
- Core `flow_diagram` image template — a brand-agnostic, spec-driven flow diagram (nodes + edges) rendered server-side via GDRenderer. Composable through the existing `datamachine/render-image-template` ability surface (CLI, REST, MCP, PHP): `wp datamachine image render --template_id=flow_diagram --data='{"nodes":[...],"edges":[...]}'`. Core ships only generic structural templates; domain templates remain downstream.
99

10+
### Changed
11+
- fix image template smoke bootstrap
12+
1013
### Fixed
1114
- `GDRenderer::draw_rounded_rect()` no longer fatals on PHP 8.0–8.3. It called `imagefilledroundedrectangle()` unconditionally, but that builtin is PHP 8.4+; added a manual rounded-rect fallback so rounded nodes render on all supported PHP versions.
1215
- Remove a stray empty tracked `.eslintrc.js` under the Pipelines React assets. It was dev-only cruft with no runtime purpose, excluded from the production build, which caused the release packager's tracked-file parity check to fail.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datamachine",
3-
"version": "0.162.3",
3+
"version": "0.163.0",
44
"description": "AI-first WordPress plugin with Pipeline+Flow architecture",
55
"private": true,
66
"scripts": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: ai, automation, content, workflow, pipeline
44
Requires at least: 7.0
55
Tested up to: 7.0
66
Requires PHP: 8.2
7-
Stable tag: 0.162.3
7+
Stable tag: 0.163.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)