We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830ae3a commit f82b3fbCopy full SHA for f82b3fb
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
## Convoworks GPT WordPress plugin
3
4
+### 0.13.1 - 2025-04-22 - Menu fix
5
+
6
+* Remove MCP settings page from menu
7
8
### 0.13.0 - 2025-04-22 - MCP Server Support
9
10
* Added MCP Server platform.
package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "0.13.0",
+ "version": "0.13.1",
"scripts": {
"build" : "node sync-version.js && node build.js",
"sync-version": "node sync-version.js"
0 commit comments