Skip to content

release: v2.0.0 beta.4.0.0 #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 4, 2023
Merged

release: v2.0.0 beta.4.0.0 #74

merged 2 commits into from
Aug 4, 2023

Conversation

jasonbahl
Copy link
Contributor

Release Notes

Breaking Changes

Hook / Filter Name Changes

This release contains breaking changes. Action and Filter names have been renamed to be more consistent across the codebase and to follow a "namespace" pattern similar to core ACF.

If you have custom code that was hooking into / filtering WPGraphQL for ACF, check your hook names.

There's a table documenting the name changes here: #67 (comment)

LocationRules namespace change

The LocationRules class has changed from \WPGraphQL\Acf\LocationRules to \WPGraphQL\Acf\LocationRules\LocationRules. It's unlikely that you have custom code referencing this class, but if you do, you'll need to update references.

New Features

  • #67: [BREAKING] feat: introduce new hook and filter names to reduce chances of conflicting with custom code extending the previous version of the plugin.

Chores / Bugfixes

  • #62: fix: prepare values when return_format is set to "array"
  • #68: fix: fieldGroupName was always returning null
  • #69: fix: graphql_description default value incorrect
  • #73: fix: replace filter_input with sanitize_text_field

@jasonbahl jasonbahl added the release Pull request intended for a release label Aug 4, 2023
@jasonbahl jasonbahl self-assigned this Aug 4, 2023
@jasonbahl jasonbahl merged commit d5f2c8c into main Aug 4, 2023
@coveralls
Copy link

coveralls commented Aug 4, 2023

Pull Request Test Coverage Report for Build e20b067ecfa0fece0c2d22b302273aa2daeb9116-PR-74

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 56.926%

Totals Coverage Status
Change from base Build 66d8c558c847119a57ffb678c14198ea96221666: 0.0%
Covered Lines: 1500
Relevant Lines: 2635

💛 - Coveralls

@jasonbahl jasonbahl deleted the release/v2.0.0-beta.4.0.0 branch January 24, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Pull request intended for a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants