v0.2.0 - 2024-02-04
This major release bumps the minimum supported WordPress version to 6.0, and the minimum supported WPGraphQL version to 1.14.0. It also fixes a bug when extending the OAuth2Config class.
Note
This release is technically a breaking change, as the Psr dependencies are now prefixed with \WPGraphQL\Login\Vendor.
This class should only be used internally, but if for some reason you're relying on the plugin's bundled Psr classes in your own code, you'll need to update your references.
What's Changed
- fix: Avoid strict-typing
League\OAuth2\Client\Provider\AbstractProviderto the\WPGraphQL\Login\Vendornamespace. H/t @pat-flew . - chore!: Use Strauss to prefix
Psrdependencies. This is a breaking change, as thePsrdependencies are now prefixed with\WPGraphQL\Login\Vendor. - chore!: Bump minimum supported WordPress version to 6.0.
- chore!: Bump minimum supported WPGraphQL version to 1.14.0.
- chore: Refactor
Autoloaderclass for DRYness. - chore: Update
axepress/wp-graphql-csto latest version and lint. - chore: Update Composer dependencies to latest.
- chore: Update NPM dependencies for WordPress 6.0+.
- chore: Cleanup CI configuration files.
- ci: Test plugin against WordPress 6.4.3.
New Contributors
Full Changelog: 0.1.4...0.2.0