Skip to content

Commit 9368d23

Browse files
garysmurrayclaude
andcommitted
chore: bump version to 0.1.2
Bumps the plugin Version header, the WOOCOMMERCE_CLAUDE_VERSION constant, and the npm package + lockfile to 0.1.2 so the release workflow's input-vs-header guard accepts a `0.1.2` dispatch. Trunk content since 0.1.1: the wordpress/mcp migration (#18), the rename to WooCommerce for Claude (#19) including its post-merge follow-ups (CSS/JS class names, the install-wp-tests.sh symlink fix, and the MCPB manifest 0.2 + display_name fix that unblocks disconnect in Claude Desktop). Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent aa2c7a2 commit 9368d23

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woocommerce-claude",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Makes any WooCommerce store AI-operable",
55
"private": true,
66
"scripts": {

woocommerce-claude.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce for Claude
44
* Plugin URI: https://woocommerce.com/
55
* Description: Makes any WooCommerce store AI-operable — structured knowledge API, readiness scoring, and developer hooks for AI agents.
6-
* Version: 0.1.1
6+
* Version: 0.1.2
77
* Author: Automattic
88
* Author URI: https://automattic.com/
99
* Text Domain: woocommerce-claude
@@ -21,7 +21,7 @@
2121

2222
defined( 'ABSPATH' ) || exit;
2323

24-
define( 'WOOCOMMERCE_CLAUDE_VERSION', '0.1.1' );
24+
define( 'WOOCOMMERCE_CLAUDE_VERSION', '0.1.2' );
2525
define( 'WOOCOMMERCE_CLAUDE_PLUGIN_FILE', __FILE__ );
2626
define( 'WOOCOMMERCE_CLAUDE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2727

0 commit comments

Comments
 (0)