File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0-beta-1.5
4
+
5
+ - Added OpenAI feeds to form export/import. (Closes #17)
6
+ - Added support for re-ordering feeds. (Closes #10)
7
+
3
8
## 1.0-beta-1.4
4
9
5
10
- Added gpt-3.5-turbo-16k as an available model for the Chat Completions endpoint.
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-beta-1.4
6
+ * Version: 1.0-beta-1.5
7
7
* Author: Gravity Wiz
8
8
* Author URI: https://gravitywiz.com/
9
9
* License: GPL2
17
17
* @link https://github.com/gravitywiz/gravityforms-openai
18
18
*/
19
19
20
- define ( 'GWIZ_GF_OPENAI_VERSION ' , '1.0-beta-1.4 ' );
20
+ define ( 'GWIZ_GF_OPENAI_VERSION ' , '1.0-beta-1.5 ' );
21
21
22
22
defined ( 'ABSPATH ' ) || die ();
23
23
You can’t perform that action at this time.
0 commit comments