v0.12.3
This minor release fixes a few bugs when resolving GfEntry
data, and addresses some code smells from the updated WPGraphQL Coding Standards. We're also now testing the plugin against WordPress 6.3 and PHP 8.1.
What's Changed
- fix: Check if entries exist before resolving the connection
count
. - fix: Improve type checks when calculating the
QuizResults
data. - fix: Pass the entry array to the
QuizResults
resolver. - chore: Fix Composer PHP version constraints and rebuild lockfile. Thanks @szepeviktor!
- chore: Update WPGraphQL Coding Standards to 2.0.0-beta.1 and fix resulting issues.
- chore: Update Composer dev-deps.
- chore: Update links to repo and README.
- tests: Set
WPLoader.loadOnly
to true for acceptance suite. Thanks @lucatume! - ci: Fix GitHub Action workflows by locking MariaDB version to v10.
- ci: Test against WordPress 6.3 and PHP 8.1
Full Changelog: v0.12.2...v0.12.3