Skip to content

Commit 2bf7bdf

Browse files
author
Gravity Wiz Bot
committed
1.0.6; Auto bump
1 parent d25f869 commit 2bf7bdf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.txt

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

3+
## 1.0.6 | August 14, 2024
4+
5+
- 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.
6+
37
## 1.0.5 | July 23, 2024
48

59
- Fixed PHP warning that could occur when updating from 1.0.3 or older to any version using the new `jetpack-autoloader`.

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.5
6+
* Version: 1.0.6
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.5' );
21+
define( 'GWIZ_GF_CODE_CHEST_VERSION', '1.0.6' );
2222

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

0 commit comments

Comments
 (0)