v0.4.0
This major release refactors the underlying PHP codebase, bringing with it support for the latest versions of WPGraphQL and FacetWP. Care has been taken to ensure there are no breaking changes to the GraphQL schema.
- feat!: Refactor plugin PHP classes and codebase structure to follow ecosystem patterns.
- feat!: Bump minimum version of WPGraphQL to
v1.6.0
. - feat!: Bump minimum PHP version to
v7.4
. - feat!: Bump minimum FacetWP version to
v4.0
. - fix: Implement
WPVIP
PHP coding standards. - fix: Implement and meet
PHPStan
level 8 coding standards. - tests: Implement basic Codeception acceptance tests.
- ci: Add Github workflows for PRs and releases.
- chore: update Composer dependencies.
- chore: switch commit flow to
develop
=>main
and set default branch todevelop
. The existingmaster
branch will be removed on 1 October 2022.
Full Changelog: 0.3.0.1...0.4.0