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
WPVIPPHP coding standards. - fix: Implement and meet
PHPStanlevel 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=>mainand set default branch todevelop. The existingmasterbranch will be removed on 1 October 2022.
Full Changelog: 0.3.0.1...0.4.0