Skip to content

Commit 6725718

Browse files
committed
release: v0.4.0
1 parent 2fbea83 commit 6725718

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

data-machine-code.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Data Machine Code
44
* Plugin URI: https://github.com/Extra-Chill/data-machine-code
55
* Description: Developer tools extension for Data Machine. GitHub integration, workspace management, git operations, and code tools for WordPress AI agents.
6-
* Version: 0.3.0
6+
* Version: 0.4.0
77
* Requires at least: 6.9
88
* Requires PHP: 8.2
99
* Requires Plugins: data-machine
@@ -18,7 +18,7 @@
1818
die;
1919
}
2020

21-
define( 'DATAMACHINE_CODE_VERSION', '0.3.0' );
21+
define( 'DATAMACHINE_CODE_VERSION', '0.4.0' );
2222
define( 'DATAMACHINE_CODE_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'DATAMACHINE_CODE_URL', plugin_dir_url( __FILE__ ) );
2424

docs/CHANGELOG.md

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

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

5+
## [0.4.0] - 2026-04-15
6+
7+
### Added
8+
- ability categories and tool-ability linkage
9+
10+
### Changed
11+
- Make WP-CLI command prefix filterable via datamachine_wp_cli_cmd
12+
- Emphasize workspace/GitHub workflow over direct file editing in AGENTS.md sections
13+
14+
### Fixed
15+
- Fix ability category registration — correct hook and slug format
16+
517
## [0.3.0] - 2026-04-11
618

719
### Added

0 commit comments

Comments
 (0)