File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 1.0-alpha-1.2
4
10
5
11
- Fixed issue where results in mapped fields would not show in notifications.
Original file line number Diff line number Diff line change 3
3
* Plugin Name: Gravity Forms OpenAI
4
4
* Description: Pair the magic of OpenAI's robust models with Gravity Forms' flexibility.
5
5
* Plugin URI: https://gravitywiz.com/gravity-forms-openai/
6
- * Version: 1.0-alpha-1.2
6
+ * Version: 1.0-alpha-1.3
7
7
* Author: Gravity Wiz
8
8
* Author URI: https://gravitywiz.com/
9
9
* License: GPL2
18
18
* @link https://github.com/gravitywiz/gravityforms-openai
19
19
*/
20
20
21
- define ( 'GWIZ_GF_OPENAI_VERSION ' , '1.0-alpha-1.2 ' );
21
+ define ( 'GWIZ_GF_OPENAI_VERSION ' , '1.0-alpha-1.3 ' );
22
22
23
23
defined ( 'ABSPATH ' ) || die ();
24
24
You can’t perform that action at this time.
0 commit comments