Skip to content

v0.4.0

Compare
Choose a tag to compare
@justlevine justlevine released this 28 Sep 10:51
· 60 commits to main since this release
babeb4e

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 to develop. The existing master branch will be removed on 1 October 2022.

Full Changelog: 0.3.0.1...0.4.0