We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1695ce3 commit c9af077Copy full SHA for c9af077
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
## Convoworks GPT WordPress plugin
3
4
+### 0.12.0 Preview fixes
5
+
6
+* Added function scope support to the Chat Function element
7
8
### 0.11.2 Preview fixes
9
10
* Fixed not displayed help for the Conversation Messages Element.
package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "0.11.2",
+ "version": "0.12.0",
"scripts": {
"build" : "node sync-version.js && node build.js",
"sync-version": "node sync-version.js"
0 commit comments