Skip to content

Commit

Permalink
1.0-alpha-1.5; Auto bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravity Wiz Bot committed Jan 4, 2023
1 parent 9064d92 commit b26d8ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0-alpha-1.5

- Updated feed merge tags to evaluate feed conditional logic (if configured) before returning a result. If the conditional logic does not evaluate as truthy, an empty string is returned.
- Updated secret key setting to be a masked input.

## 1.0-alpha-1.4

- Added new `gf_openai_request_body` PHP filter for customizing requests that go to OpenAI.
Expand Down
4 changes: 2 additions & 2 deletions gravityforms-openai.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Gravity Forms OpenAI
* Description: Pair the magic of OpenAI's robust models with Gravity Forms' flexibility.
* Plugin URI: https://gravitywiz.com/gravity-forms-openai/
* Version: 1.0-alpha-1.4
* Version: 1.0-alpha-1.5
* Author: Gravity Wiz
* Author URI: https://gravitywiz.com/
* License: GPL2
Expand All @@ -18,7 +18,7 @@
* @link https://github.com/gravitywiz/gravityforms-openai
*/

define( 'GWIZ_GF_OPENAI_VERSION', '1.0-alpha-1.4' );
define( 'GWIZ_GF_OPENAI_VERSION', '1.0-alpha-1.5' );

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

Expand Down

0 comments on commit b26d8ed

Please sign in to comment.