Skip to content

Commit 2f438e7

Browse files
author
Gravity Wiz Bot
committed
1.0-beta-1; Auto bump
1 parent 53a6d3a commit 2f438e7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## 1.0-alpha-1.8
414

515
- Fixed an issue where GP Populate Anything values would not get populated when Gravity Forms OpenAI was enabled.

gravityforms-openai.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Gravity Forms OpenAI
44
* Description: Pair the magic of OpenAI's robust models with Gravity Forms' flexibility.
55
* Plugin URI: https://gravitywiz.com/gravity-forms-openai/
6-
* Version: 1.0-alpha-1.8
6+
* Version: 1.0-beta-1
77
* Author: Gravity Wiz
88
* Author URI: https://gravitywiz.com/
99
* License: GPL2
@@ -17,7 +17,7 @@
1717
* @link https://github.com/gravitywiz/gravityforms-openai
1818
*/
1919

20-
define( 'GWIZ_GF_OPENAI_VERSION', '1.0-alpha-1.8' );
20+
define( 'GWIZ_GF_OPENAI_VERSION', '1.0-beta-1' );
2121

2222
defined( 'ABSPATH' ) || die();
2323

0 commit comments

Comments
 (0)