Skip to content

Commit

Permalink
1.0.6; Auto bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravity Wiz Bot committed Aug 14, 2024
1 parent d25f869 commit 2bf7bdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.6 | August 14, 2024

- 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.

## 1.0.5 | July 23, 2024

- Fixed PHP warning that could occur when updating from 1.0.3 or older to any version using the new `jetpack-autoloader`.
Expand Down
4 changes: 2 additions & 2 deletions gf-code-chest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
* Version: 1.0.6
* Author: Gravity Wiz
* Author URI: https://gravitywiz.com/
* License: GPL2
Expand All @@ -18,7 +18,7 @@
*/


define( 'GWIZ_GF_CODE_CHEST_VERSION', '1.0.5' );
define( 'GWIZ_GF_CODE_CHEST_VERSION', '1.0.6' );

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

Expand Down

0 comments on commit 2bf7bdf

Please sign in to comment.