Skip to content

Commit 53d8342

Browse files
release: v0.108.0
1 parent 142adbf commit 53d8342

4 files changed

Lines changed: 17 additions & 4 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 plugin for automated content workflows with visual pipeline builder and multi-provider AI integration.
6-
* Version: 0.107.0
6+
* Version: 0.108.0
77
* Requires at least: 7.0
88
* Requires PHP: 8.2
99
* Requires Plugins: agents-api
@@ -18,7 +18,7 @@
1818
die;
1919
}
2020

21-
define( 'DATAMACHINE_VERSION', '0.107.0' );
21+
define( 'DATAMACHINE_VERSION', '0.108.0' );
2222

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

docs/CHANGELOG.md

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

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

5+
## [0.108.0] - 2026-05-10
6+
7+
### Added
8+
- add cycle flow runner
9+
10+
### Fixed
11+
- delete redundant datamachine_check_requirements() (#1919)
12+
- fix(chat-tools): canonical JSON Schema across inc/Api/Chat/Tools/
13+
- fix(publish-handlers): canonical JSON Schema for wordpress_publish and email_publish tools
14+
- align cycle command assignments
15+
- regenerate composable memory on first read
16+
- apply ai request timeouts during model discovery
17+
518
## [0.107.0] - 2026-05-09
619

720
### Added

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.107.0",
3+
"version": "0.108.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.107.0
7+
Stable tag: 0.108.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)