Skip to content

Commit b02dbb4

Browse files
authored
dev: version bump (#149)
1 parent 8786668 commit b02dbb4

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

CHANGELOG.md

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

3+
## v0.8.2 - Bugfix
4+
5+
This minor release fixes `hasNextPage` and `hasPreviousPage` checks on Entry connections.
6+
7+
- fix: use `entryIds` in cursor for `hasNextPage` and `havePreviousPage` checks in the Entries resolver.
8+
- tests: add tests for `has{Next|Previous}Page` on Form and Entry Connections.
9+
- tests: add tests for `HiddenField`, and `NumberField`.
10+
- dev: update Composer dependencies.
11+
312
## v0.8.1 - `gform_pre_render` Support.
413

5-
This minor applies the [`gform_pre_render`](https://docs.gravityforms.com/gform_pre_render/) filter to `GFUtils::get_form()`.
14+
This minor release applies the [`gform_pre_render`](https://docs.gravityforms.com/gform_pre_render/) filter to `GFUtils::get_form()`.
615

716
- feat: filter `GFUtils::get_form()` by `gform_pre_render` (h/t @travislopes ).
817
- dev: add `wp-graphql-stubs` to composer `devDependencies`.

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.8.1)
6+
![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/harness-software/wp-graphql-gravity-forms/0.8.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.8
5+
Tested up to: 5.8.1
66
Requires PHP: 7.4
77
Requires Gravity Forms: 2.5.0+
88
Requires WPGraphQL: 1.0.0+
9-
Stable tag: 0.8.1
9+
Stable tag: 0.8.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
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.8.1
10+
* Version: 0.8.2
1111
* Text Domain: wp-graphql-gravity-forms
1212
* Domain Path: /languages
1313
* Requires at least: 5.4.1
14-
* Tested up to: 5.8
15-
* Requires PHP: 7.4
14+
* Tested up to: 5.8.1
15+
* Requires PHP: 7.4+
1616
* WPGraphQL requires at least: 1.0.0+
1717
* GravityForms requires at least: 2.5.0+
1818
* License: GPL-3

0 commit comments

Comments
 (0)