We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06dd889 commit 33c9bc1Copy full SHA for 33c9bc1
2 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
2
## Convoworks GPT WordPress plugin
3
4
+### 0.16.1 - 2025-12-04
5
+
6
+* Added the ability to disable expression language evaluation for system prompts.
7
+* Updated the method for accessing the Convoworks WP plugin.
8
9
### 0.16.0 - 2025-08-23 - MCP 2025-06-18
10
11
* Updated to MCP specification 2025-06-18 and Streamable HTTP.
package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "0.16.0",
+ "version": "0.16.1",
"scripts": {
"build" : "node sync-version.js && node build.js",
"sync-version": "node sync-version.js"
0 commit comments