From 572e45bcf13da29769ca334af2bf6a6b92a719db Mon Sep 17 00:00:00 2001 From: Gravity Wiz Bot Date: Wed, 13 Mar 2024 14:36:10 +0000 Subject: [PATCH] 1.0.1; Auto bump --- changelog.txt | 6 ++++++ gf-code-chest.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 01c41df..c4cd01b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ # Changelog +## 1.0.1 + + - Fixed issue where PHP error would occur if a form without custom code was duplicated. + - Fixed issue with 'Open Code Chest' link on a sub site redirecting back to the main site. + - Fixed a notice generated on PHP 8.1+ when no custom CSS was set. + ## 1.0.0 - Hello World! diff --git a/gf-code-chest.php b/gf-code-chest.php index aface2e..7ce1d2b 100644 --- a/gf-code-chest.php +++ b/gf-code-chest.php @@ -3,7 +3,7 @@ * Plugin Name: Gravity Forms Code Chest * Description: Pair the magic of Code Chest's robust models with Gravity Forms' flexibility. * Plugin URI: https://gravitywiz.com/gf-code-chest/ - * Version: 1.0.0 + * Version: 1.0.1 * Author: Gravity Wiz * Author URI: https://gravitywiz.com/ * License: GPL2 @@ -18,7 +18,7 @@ */ -define( 'GWIZ_GF_CODE_CHEST_VERSION', '1.0.0' ); +define( 'GWIZ_GF_CODE_CHEST_VERSION', '1.0.1' ); defined( 'ABSPATH' ) || die();