v0.12.5
This minor release fixes a bug where EmailField.inputs
were returning null
when Email Confirmation is disabled and an issue where formFields
were not being correctly filtered by their where
args.
We've also updated the Composer dependencies, did some code linting, and tested compatibility against WordPress 6.4.x.
What's Changed
- fix: Ensure
EmailField
inputs are hydrated when Email Confirmation is disabled. H/t @Gytjarek. - fix: Correctly use filtered form fields when preparing the connection data. H/t @SamuelHadsall.
- chore: Update
yahnis-elsts/plugin-update-checker
to v5.3. - chore: Update
axepress/wp-graphql-cs
to v2.0.0-beta.2 and fix resulting issues. - chore: Update Composer dev deps.
- ci: Test compatibility with WordPress 6.4.x
- docs: Add docs on troubleshooting i18n issues. H/t @Dev-Ditrict-Web.
Full Changelog: v0.12.4...v0.12.5