v0.1.4 - 2023-10-15
This minor release fixes a bug where the determine_current_user
filter was being applied too late in the lifecycle for some plugins. It also better integrates with WPGraphQL for WooCommerce's upcoming release which adds built-in support for the plugin.
We've also upgraded our coding standards and fixed all the resulting issues.
What's Changed
- fix: Apply the
determine_current_user
filter before the plugin is initialized. H/t @kidunot89 for reporting. - dev: Refactor autoload handling to
WPGraphQL\Login\Autoloader
class. Note: this does not remove thevendor/
orvendor-prefixed/
directories from the repository. - dev: Remove local registration of
LoginPayload.customer
for WooGraphQL 0.18.2+. Props @kidunot89. - dev: Deprecate
LoginPayload.wooSessionToken
in favor ofloginPayload.sessionToken
(added in WooGraphQL 0.18.2+). - chore: Update Composer dependencies.
- chore: Update WPGraphQL Coding Standards to v2.0.0-beta and lint.
New Contributors
- @kidunot89 made their first contribution in #91
Full Changelog: 0.1.3...0.1.4