From 4851e3472c159066d60eb72a7fc82951538c6102 Mon Sep 17 00:00:00 2001 From: Gravity Wiz Bot Date: Fri, 20 Oct 2023 18:10:04 +0000 Subject: [PATCH] 1.0-beta-1.7; Auto bump --- changelog.txt | 5 +++++ gravityforms-openai.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index c581d06..394eb3b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ # Changelog +## 1.0-beta-1.7 + + - Added a `log_debug()` call before any request. + - Fixed issue where the `gf_openai_chat_completions_message` filter hook would not run during merge tag replacement. + ## 1.0-beta-1.6 - Added new `gf_openai_chat_completions_message` PHP filter hook. diff --git a/gravityforms-openai.php b/gravityforms-openai.php index 5876bfd..cc7973d 100644 --- a/gravityforms-openai.php +++ b/gravityforms-openai.php @@ -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-beta-1.6 + * Version: 1.0-beta-1.7 * Author: Gravity Wiz * Author URI: https://gravitywiz.com/ * License: GPL2 @@ -17,7 +17,7 @@ * @link https://github.com/gravitywiz/gravityforms-openai */ -define( 'GWIZ_GF_OPENAI_VERSION', '1.0-beta-1.6' ); +define( 'GWIZ_GF_OPENAI_VERSION', '1.0-beta-1.7' ); defined( 'ABSPATH' ) || die();