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 e20eecc commit 9a86597Copy full SHA for 9a86597
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
## Convoworks GPT WordPress plugin
3
4
+### 0.13.2 - 2025-04-23 - Function scope fix
5
+
6
+* Initialize properly scoped function call
7
8
### 0.13.1 - 2025-04-22 - Menu fix
9
10
* Remove MCP settings page from menu
package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "0.13.1",
+ "version": "0.13.2",
"scripts": {
"build" : "node sync-version.js && node build.js",
"sync-version": "node sync-version.js"
0 commit comments