Skip to content

Commit 9f9beaa

Browse files
committed
release: v0.61.0
1 parent b9d8f0b commit 9f9beaa

4 files changed

Lines changed: 25 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.60.0
6+
* Version: 0.61.0
77
* Requires at least: 6.9
88
* Requires PHP: 8.2
99
* Author: Chris Huber, extrachill
@@ -21,7 +21,7 @@
2121
return;
2222
}
2323

24-
define( 'DATAMACHINE_VERSION', '0.60.0' );
24+
define( 'DATAMACHINE_VERSION', '0.61.0' );
2525

2626
define( 'DATAMACHINE_PATH', plugin_dir_path( __FILE__ ) );
2727
define( 'DATAMACHINE_URL', plugin_dir_url( __FILE__ ) );

docs/CHANGELOG.md

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

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

5+
## [0.61.0] - 2026-03-29
6+
7+
### Added
8+
- add public access level for anonymous-safe chat tools
9+
10+
### Changed
11+
- Add task_type indexed column to jobs table for fast system task lookups
12+
- Add performance indexes to jobs table for scale
13+
- centralize canonical content diff previews
14+
- use shared chat transcript copy helper
15+
- Revert "chore(ci): homeboy autofix — refactor (115 files)"
16+
- Merge main into feat/public-tool-access-level
17+
- resolve chat tools per-tool instead of all-or-nothing
18+
19+
### Fixed
20+
- grant datamachine_chat capability to contributor role
21+
- add get_username() to BaseAuthProvider for standardized username access
22+
- non-OAuth auth providers save config to wrong storage key
23+
- trust active editor client context in chat
24+
- resolve test merge conflict for public access level
25+
526
## [0.60.0] - 2026-03-25
627

728
### 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.60.0",
3+
"version": "0.61.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: 6.9
55
Tested up to: 6.9
66
Requires PHP: 8.2
7-
Stable tag: 0.60.0
7+
Stable tag: 0.61.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)