Skip to content

Commit 1d9a9dd

Browse files
author
Gravity Wiz Bot
committed
1.0.7; Auto bump
1 parent 04398df commit 1d9a9dd

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.7 | January 29, 2025
4+
5+
- Added linter warning about AJAX enabled forms when using `gform_post_render`, `gform/postRender` and `gform/post_render`.
6+
- Added new updater icon and banner.
7+
38
## 1.0.6 | August 14, 2024
49

510
- Fixed an issue that prevented code editor scripts from loading for users with capabilities to edit Gravity Forms, but who did not have the `administrator` role.

gf-code-chest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Gravity Forms Code Chest
44
* Description: Pair the magic of Code Chest's robust models with Gravity Forms' flexibility.
55
* Plugin URI: https://gravitywiz.com/gf-code-chest/
6-
* Version: 1.0.6
6+
* Version: 1.0.7
77
* Author: Gravity Wiz
88
* Author URI: https://gravitywiz.com/
99
* License: GPL2
@@ -18,7 +18,7 @@
1818
*/
1919

2020

21-
define( 'GWIZ_GF_CODE_CHEST_VERSION', '1.0.6' );
21+
define( 'GWIZ_GF_CODE_CHEST_VERSION', '1.0.7' );
2222

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

0 commit comments

Comments
 (0)