Skip to content

Commit b0bc91f

Browse files
author
Gravity Wiz Bot
committed
1.0-alpha-1.3; Auto bump
1 parent 2ec13b4 commit b0bc91f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

changelog.txt

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

3+
## 1.0-alpha-1.3
4+
5+
- Added kses/strip_all_tags (depending on if field is using rich text editor) to `maybe_save_result_to_field()`.
6+
- Fixed regression where field map values weren't correctly saving (they would work in notifications/confirmation, however).
7+
- Added conditional logic for feeds.
8+
39
## 1.0-alpha-1.2
410

511
- Fixed issue where results in mapped fields would not show in notifications.

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-alpha-1.2
6+
* Version: 1.0-alpha-1.3
77
* Author: Gravity Wiz
88
* Author URI: https://gravitywiz.com/
99
* License: GPL2
@@ -18,7 +18,7 @@
1818
* @link https://github.com/gravitywiz/gravityforms-openai
1919
*/
2020

21-
define( 'GWIZ_GF_OPENAI_VERSION', '1.0-alpha-1.2' );
21+
define( 'GWIZ_GF_OPENAI_VERSION', '1.0-alpha-1.3' );
2222

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

0 commit comments

Comments
 (0)