Skip to content

Commit ddf5783

Browse files
committed
version bump
1 parent 1975764 commit ddf5783

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-5
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
11
# Changelog
22

3+
## v0.3.0 - Add Missing Mutations, the Consent Field, and more!
4+
5+
This release focuses on adding in missing mutations for existing form field - including those needed for Post Creation. We also added support for the Consent field, and squashed some bugs.
6+
7+
### New Field Support: Consent
8+
- Added `consentField` and `updateDraftEntryConsentFieldValue`.
9+
10+
### New Field Mutations
11+
- Added `updateDraftEntryChainedSelectFieldValue` mutation.
12+
- Added `updateDraftEntryHiddenFieldValue` mutation.
13+
- Added `updateDraftEntryPostCategoryFieldValue` mutation.
14+
- Added `updateDraftEntryPostContentFieldValue` mutation.
15+
- Added `updateDraftEntryPostCustomFieldValue` mutation.
16+
- Added `updateDraftEntryPostTagsFieldValue` mutation.
17+
- Added `updateDraftEntryPostTitleFieldValue` mutation.
18+
19+
### Added Field Properties
20+
- Added the `isHidden` property to `PasswordInput`.
21+
22+
### Bugfixes
23+
- Changed the way we were saving the `listField` values for both single- and multi-column setups, so GF can read them correctly.
24+
- Fix a bug where a PHP Notice would be thrown when no `listField` value was submitted - even if the field was not required.
25+
- Fixed a bug that was preventing unused draft signature images from getting deleted.
26+
- Updated how we retrieve the signature url so we're no longer using deprecated functions.
27+
28+
### Misc.
29+
- Renamed `ListInput` and `ListFieldValue` properties to something more sensical. `input.value.values` is now `input.value.rowValues`, and `fieldValue.listValues.value` is now `fieldValue.listValues.values`. The old property names will continue to work until further notice.
30+
- Updated composer dependencies.
31+
332
## v0.2.0 - Add / Deprecate Field Properties
433

5-
This release focusds on adding in missing properties on the existing form fields, and deprecating any properties that aren't used by Gravity Forms.
34+
This release focuses on adding in missing properties on the existing form fields, and deprecating any properties that aren't used by Gravity Forms.
635

736
### Added field properties:
837

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Contributors: kellenmace, mtdbyanechko, justlevine, tinytoolbox
33
Tags: GraphQL, Gatsby, Headless, GF, Gravity, Forms, WPGraphQL,
44
Requires at least: 5.4.1
5-
Tested up to: 5.6.1
5+
Tested up to: 5.6.2
66
Requires PHP: 7.4
77
Requires Gravity Forms: 2.4.0+
88
Requires WPGraphQL: 1.0.0+
9-
Stable tag: 0.2.0
9+
Stable tag: 0.3.0
1010
Maintained at: https://github.com/harness-software/wp-graphql-gravity-forms
1111
License: GPL-3
1212
License URI: https://www.gnu.org/licenses/gpl-3.0.html

wp-graphql-gravity-forms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
* Description: Adds Gravity Forms functionality to the WPGraphQL schema.
77
* Author: Harness Software
88
* Author URI: https://www.harnessup.com
9-
* Version: 0.2.0
9+
* Version: 0.3.0
1010
* Text Domain: wp-graphql-gravity-forms
1111
* Domain Path: /languages
1212
* Requires at least: 5.4.1
13-
* Tested up to: 5.6.1
13+
* Tested up to: 5.6.2
1414
* Requires PHP: 7.4
1515
* WPGraphQL requires at least: 1.0.0+
1616
* GravityForms requires at least: 2.4.0+

0 commit comments

Comments
 (0)