Skip to content

Commit a063a50

Browse files
Merge pull request #55 from Automattic/various-bugfixes-0.2.2-3
Update version number to 0.2.3 in package.json and wordpress-mcp.php
2 parents 97f6040 + 2e5035b commit a063a50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress-mcp",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A plugin to integrate WordPress with Model Context Protocol (MCP), providing AI-accessible interfaces to WordPress data and functionality through standardized tools, resources, and prompts. Enables AI assistants to interact with posts, users, site settings, and WooCommerce data.",
55
"keywords": [
66
"wordpress",

wordpress-mcp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin name: WordPress MCP
44
* Description: A plugin to integrate WordPress with Model Context Protocol (MCP), providing AI-accessible interfaces to WordPress data and functionality through standardized tools, resources, and prompts. Enables AI assistants to interact with posts, users, site settings, and WooCommerce data.
5-
* Version: 0.2.2
5+
* Version: 0.2.3
66
* Requires at least: 6.4
77
* Requires PHP: 8.0
88
* Author: Automattic AI, Ovidiu Galatan <[email protected]>
@@ -23,7 +23,7 @@
2323
use Automattic\WordpressMcp\Admin\Settings;
2424
use Automattic\WordpressMcp\Auth\JwtAuth;
2525

26-
define( 'WORDPRESS_MCP_VERSION', '0.2.2' );
26+
define( 'WORDPRESS_MCP_VERSION', '0.2.3' );
2727
define( 'WORDPRESS_MCP_PATH', plugin_dir_path( __FILE__ ) );
2828
define( 'WORDPRESS_MCP_URL', plugin_dir_url( __FILE__ ) );
2929

0 commit comments

Comments
 (0)