File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.4 | June 26, 2024
4+
5+ - Fixed issue with `gform_post_save_feed_settings` hook callback that potentially breaks other plugins.
6+ - Added Parsedown as a dependency.
7+ - Removed `php-scoper` in favor of `jetpack-autoloader`.
8+
39## 1.0.3 | June 20, 2024
410
511- Fixed issue where Code Chest overwrote 3rd-party values added via the `gform_form_after_open` filter. Credit: [Bas Tolen](https://github.com/bastolen).
Original file line number Diff line number Diff line change 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.3
6+ * Version: 1.0.4
77 * Author: Gravity Wiz
88 * Author URI: https://gravitywiz.com/
99 * License: GPL2
1818 */
1919
2020
21- define ( 'GWIZ_GF_CODE_CHEST_VERSION ' , '1.0.3 ' );
21+ define ( 'GWIZ_GF_CODE_CHEST_VERSION ' , '1.0.4 ' );
2222
2323defined ( 'ABSPATH ' ) || die ();
2424
You can’t perform that action at this time.
0 commit comments