From 2dd7849842674ffcb9e235eee6e067e8d874d932 Mon Sep 17 00:00:00 2001 From: Gravity Wiz Bot Date: Wed, 3 Apr 2024 20:15:30 +0000 Subject: [PATCH] 1.0.2; Auto bump --- changelog.txt | 4 ++++ gf-code-chest.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index c4cd01b..acafe21 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ # Changelog +## 1.0.2 + + - Fixed issue where CSS comments containing a comma would be prefixed incorrectly, which could cause syntax errors in the CSS. + ## 1.0.1 - Fixed issue where PHP error would occur if a form without custom code was duplicated. diff --git a/gf-code-chest.php b/gf-code-chest.php index 7ce1d2b..d2039fa 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.1 + * Version: 1.0.2 * Author: Gravity Wiz * Author URI: https://gravitywiz.com/ * License: GPL2 @@ -18,7 +18,7 @@ */ -define( 'GWIZ_GF_CODE_CHEST_VERSION', '1.0.1' ); +define( 'GWIZ_GF_CODE_CHEST_VERSION', '1.0.2' ); defined( 'ABSPATH' ) || die();