Skip to content

Commit d5f0ab2

Browse files
committed
Bump version number to 0.1.18 in package.json and wordpress-mcp.php
1 parent b2cddee commit d5f0ab2

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "wordpress-mcp",
3-
"version": "0.1.17",
4-
"description": "Wordpress MCP Settings",
5-
"main": "src/index.js",
6-
"private": true,
7-
"scripts": {
8-
"build": "wp-scripts build",
9-
"start": "wp-scripts start",
10-
"format": "wp-scripts format",
11-
"lint:css": "wp-scripts lint-style",
12-
"lint:js": "wp-scripts lint-js",
13-
"packages-update": "wp-scripts packages-update",
14-
"plugin-zip": "wp-scripts plugin-zip",
15-
"clean": "rm -rf build"
16-
},
17-
"keywords": [
18-
"wordpress",
19-
"mcp",
20-
"content",
21-
"management"
22-
],
23-
"author": "Automattic",
24-
"license": "GPL-2.0-or-later",
25-
"dependencies": {
26-
"@wordpress/api-fetch": "^7.22.0",
27-
"@wordpress/components": "^29.8.0",
28-
"@wordpress/element": "^6.22.0",
29-
"@wordpress/i18n": "^5.22.0"
30-
},
31-
"prettier": "@wordpress/prettier-config",
32-
"devDependencies": {
33-
"@wordpress/dependency-extraction-webpack-plugin": "^6.22.0",
34-
"@wordpress/eslint-plugin": "^22.8.0",
35-
"@wordpress/prettier-config": "^4.22.0",
36-
"@wordpress/scripts": "^30.15.0",
37-
"eslint": "^9.25.1",
38-
"eslint-import-resolver-node": "0.3.9",
39-
"eslint-plugin-eslint-comments": "3.2.0",
40-
"prettier": "npm:[email protected]"
41-
}
42-
}
2+
"name": "wordpress-mcp",
3+
"version": "0.1.18",
4+
"description": "Wordpress MCP Settings",
5+
"main": "src/index.js",
6+
"private": true,
7+
"scripts": {
8+
"build": "wp-scripts build",
9+
"start": "wp-scripts start",
10+
"format": "wp-scripts format",
11+
"lint:css": "wp-scripts lint-style",
12+
"lint:js": "wp-scripts lint-js",
13+
"packages-update": "wp-scripts packages-update",
14+
"plugin-zip": "wp-scripts plugin-zip",
15+
"clean": "rm -rf build"
16+
},
17+
"keywords": [
18+
"wordpress",
19+
"mcp",
20+
"content",
21+
"management"
22+
],
23+
"author": "Automattic",
24+
"license": "GPL-2.0-or-later",
25+
"dependencies": {
26+
"@wordpress/api-fetch": "^7.22.0",
27+
"@wordpress/components": "^29.8.0",
28+
"@wordpress/element": "^6.22.0",
29+
"@wordpress/i18n": "^5.22.0"
30+
},
31+
"prettier": "@wordpress/prettier-config",
32+
"devDependencies": {
33+
"@wordpress/dependency-extraction-webpack-plugin": "^6.22.0",
34+
"@wordpress/eslint-plugin": "^22.8.0",
35+
"@wordpress/prettier-config": "^4.22.0",
36+
"@wordpress/scripts": "^30.15.0",
37+
"eslint": "^9.25.1",
38+
"eslint-import-resolver-node": "0.3.9",
39+
"eslint-plugin-eslint-comments": "3.2.0",
40+
"prettier": "npm:[email protected]"
41+
}
42+
}

wordpress-mcp.php

Lines changed: 1 addition & 1 deletion
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.1.17
5+
* Version: 0.1.18
66
* Author: Automattic AI, Ovidiu Galatan <[email protected]>
77
* Author URI: https://automattic.ai
88
* Text Domain: wordpress-mcp

0 commit comments

Comments
 (0)