Skip to content

Commit e7de0d8

Browse files
author
Gravity Wiz Bot
committed
1.0-beta-1.2; Auto bump
1 parent 1731d8b commit e7de0d8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.0-beta-1.2
4+
5+
- Fixed issue where merge tag completion values would sometimes be blank.
6+
- Fixed issue where non-OpenAI merge tag output for multi-input field types such as checkboxes could get inadvertently cleared out.
7+
- Fixed issues with Open AI feed not duplicating when form was duplicated.
8+
- Added hook `gf_openai_post_save_result_to_field` to trigger after OpenAI result is stored on an entry.
9+
- Added new `gf_openai_cache_responses` filter hook that can be used to disable caching OpenAI responses.
10+
311
## 1.0-beta-1.1
412

513
- Fixed potential PHP warnings/errors caused by `php-scoper`.

gravityforms-openai.php

Lines changed: 2 additions & 2 deletions
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-beta-1.1
6+
* Version: 1.0-beta-1.2
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-beta-1.1' );
20+
define( 'GWIZ_GF_OPENAI_VERSION', '1.0-beta-1.2' );
2121

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

0 commit comments

Comments
 (0)