Skip to content

Commit 28ff329

Browse files
authored
Release/0.6.2 (#112)
* chore: Version Bump * chore: Update changelog for 0.6.2
1 parent 1ce343d commit 28ff329

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

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

3+
## v0.6.2 - Bugfixes
4+
- Fixes `updateGravityFormsEntry` mutation not propery saving complex field values (h/t @natac13 )
5+
- Fixes mutations not correctly deleting old `SignatureField` files from the server (h/t @natac13 )
6+
- Fixes `SignatureFieldValue`s failing Gravity Forms `isRequired` validation (h/t/ @natac13).
7+
- Fixes empty `formFields.layoutGridColumnSpan` values not returning as `null`.
8+
- Removes deprecation from `ChainedSelectInput.name`.
9+
- Correctly sets `graphql_connection_max_query_amount` to a minimum of `600`.
10+
- `AbstractMutation::prepare_field_value_by_type()` no longer tries processing unrecognized fields.
11+
- Dev: Added filter `wp_graphql_gf_prepare_field_value` for processing custom field values.
12+
- Dev: Added filter `wp_graphql_gf_field_value_type` for adding custom field value input types.
13+
- Dev: The arguments for AbstractMutation::validate_field_value() have changed to no longer require passing the `$form`. Passing the old set of arguments may stop working in future versions of the plugin.
14+
- Tests: Added unit tests for `ChainedSelect` fields and values.
15+
316
## v0.6.1 - Bugfix
417
- Fixes a fatal error when adding support for new fields with the `wp_graphql_gf_field_types` filter.
518

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Project Status: Active.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
44
![Packagist License](https://img.shields.io/packagist/l/harness-software/wp-graphql-gravity-forms?color=green)
55
![Packagist Version](https://img.shields.io/packagist/v/harness-software/wp-graphql-gravity-forms?label=stable)
6-
![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/harness-software/wp-graphql-gravity-forms/0.6.1)
6+
![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/harness-software/wp-graphql-gravity-forms/0.6.2)
77
![GitHub forks](https://img.shields.io/github/forks/harness-software/wp-graphql-gravity-forms?style=social)
88
![GitHub Repo stars](https://img.shields.io/github/stars/harness-software/wp-graphql-gravity-forms?style=social)
99

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.7.1
5+
Tested up to: 5.7.2
66
Requires PHP: 7.4
77
Requires Gravity Forms: 2.4.0+
88
Requires WPGraphQL: 1.0.0+
9-
Stable tag: 0.6.1
9+
Stable tag: 0.6.2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Description: Adds Gravity Forms functionality to the WPGraphQL schema.
77
* Author: Harness Software
88
* Author URI: https://www.harnessup.com
9-
* Version: 0.6.1
9+
* Version: 0.6.2
1010
* Text Domain: wp-graphql-gravity-forms
1111
* Domain Path: /languages
1212
* Requires at least: 5.4.1

0 commit comments

Comments
 (0)