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 42da0d7 commit 7a0f74fCopy full SHA for 7a0f74f
CHANGELOG.md
@@ -1,6 +1,11 @@
1
2
## Convoworks GPT WordPress plugin
3
4
+### 0.14.0 - 2025-04-25 - Session ping
5
+
6
+* Improved keep alive mechanism and check
7
+* Added missing MCP logo
8
9
### 0.13.2 - 2025-04-23 - Function scope fix
10
11
* Initialize properly scoped function call
package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "0.13.2",
+ "version": "0.14.0",
"scripts": {
"build" : "node sync-version.js && node build.js",
"sync-version": "node sync-version.js"
0 commit comments