Skip to content

Commit 338702d

Browse files
authored
Release/0.6.3 (#124)
* chore: version bump * chore: Update changelog * chore: add Update URI header
1 parent 3b62898 commit 338702d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## v0.6.3 - Unit Tests
4+
- Adds support for missing date formats (dmy_dash, dmy_dot, ymd_slash, ymd_dash, ymd_dot).
5+
- Fix: EmailInputProperty description updated.
6+
- Dev: autocompleteAttribute has been deprecated on EmailInputProperty.
7+
- Tests: Added `updateEntry` and `updateDraftEntry` mutations to existing `formField` tests.
8+
- Tests: Add tests for CheckboxField, ConsentField, and DateField.
9+
310
## v0.6.2.2 - Hotfix
4-
- Fixes `submitGravityFormsForms` not saving signature field value after v0.6.2.1.
11+
- Fixes `submitGravityFormsForm` not saving signature field value after v0.6.2.1.
512

613
## v0.6.2.1 - Hotfix
714
- Fixes `updateGravityFormsEntry` not saving signature field value.

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.2.2)
6+
![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/harness-software/wp-graphql-gravity-forms/0.6.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.2.2
9+
Stable tag: 0.6.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
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.2.2
9+
* Update URI: https://github.com/harness-software/wp-graphql-gravity-forms/releases
10+
* Version: 0.6.3
1011
* Text Domain: wp-graphql-gravity-forms
1112
* Domain Path: /languages
1213
* Requires at least: 5.4.1

0 commit comments

Comments
 (0)