Skip to content

Commit a66c82a

Browse files
authored
Release/v0.7.3 (#138)
* dev: version bump * dev: update changelog
1 parent 625846f commit a66c82a

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

3+
## v0.7.3 - WPGraphQL v1.6.x Compatibility
4+
5+
This release adds compatibility with WPGraphQL v1.6.x, [and its new lazy/eager type loading](https://github.com/wp-graphql/wp-graphql/releases/tag/v1.6.0).
6+
7+
- fix: Add `eagerlyLoadType` property to WPGraphQL type registration.
8+
- fix: Hook type registration using `get_graphql_register_action()`.
9+
- fix: Fix typo in `addressField.copyValueOptionsLabel` type definition.
10+
- fix: Check entry values before (unnecessarily) updating them in SubmitGravityFormsForm mutation.
11+
- dev: Update composer dependencies.
12+
- tests: Clear WPGraphQL schema before/after each test.
13+
314
## v0.7.2.1 - Bugfix
415

516
- (Re-released, as the last one incorectly contained the old version.)

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.7.2.1)
6+
![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/harness-software/wp-graphql-gravity-forms/0.7.3)
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.2
5+
Tested up to: 5.8
66
Requires PHP: 7.4
77
Requires Gravity Forms: 2.4.0+
88
Requires WPGraphQL: 1.0.0+
9-
Stable tag: 0.7.2.1
9+
Stable tag: 0.7.3
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
@@ -7,7 +7,7 @@
77
* Author: Harness Software
88
* Author URI: https://www.harnessup.com
99
* Update URI: https://github.com/harness-software/wp-graphql-gravity-forms/releases
10-
* Version: 0.7.2.1
10+
* Version: 0.7.3
1111
* Text Domain: wp-graphql-gravity-forms
1212
* Domain Path: /languages
1313
* Requires at least: 5.4.1

0 commit comments

Comments
 (0)