-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog.txt
33 lines (19 loc) · 1.15 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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`.
## 1.0.4 | June 26, 2024
- Fixed issue with `gform_post_save_feed_settings` hook callback that potentially breaks other plugins.
- Added Parsedown as a dependency.
- Removed `php-scoper` in favor of `jetpack-autoloader`.
## 1.0.3 | June 20, 2024
- Fixed issue where Code Chest overwrote 3rd-party values added via the `gform_form_after_open` filter. Credit: [Bas Tolen](https://github.com/bastolen).
## 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.
- Fixed issue with 'Open Code Chest' link on a sub site redirecting back to the main site.
- Fixed a notice generated on PHP 8.1+ when no custom CSS was set.
## 1.0.0
- Hello World!