You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+10
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## 1.0-beta-1
4
+
5
+
- Added a Gravity Flow Step Type for OpenAI. Credit: @Idealien
6
+
- Added new `nl2br` modifier that can be used on merge tags to convert newlines into `<br />`'s. This is useful when outputting plain-text responses into HTML using Live Merge Tags. Example: `@{:1:openai_feed_5,nl2br}`.
7
+
- Fixed issue where feed conditional logic and feed status (active/inactive) were not checked during validation for the Moderations endpoint.
8
+
- Fixed issue where feed status was not taken into account during merge tag replacement so inactive feeds would still have their merge tags replaced.
9
+
- Added new Chat Completions endpoint.
10
+
- Added auto-updater powered by GitHub Releases.
11
+
- Added new capabilities to grant/deny access to OpenAI settings and to uninstall it.
12
+
3
13
## 1.0-alpha-1.8
4
14
5
15
- Fixed an issue where GP Populate Anything values would not get populated when Gravity Forms OpenAI was enabled.
0 commit comments