Wp Graphql Rank Math Versions Save

Add GraphQL support for RankMath SEO

0.0.10

1 year ago

What's Changed

  • dev: check plugin dependency versions.
  • dev: namespace Composer dependencies with Strauss.
  • dev: wrap global functions in function_exists() checks.
  • chore: update WPGraphQL Plugin Boilerplate dependency to v0.0.8.
  • ci: add coverage reports to CodeClimate.
  • tests: Regenerate _support classes.

Full Changelog: https://github.com/AxeWP/wp-graphql-rank-math/compare/0.0.9...0.0.10

0.0.9

1 year ago
  • chore: update WPGraphQL Plugin Boilerplate dependency to v0.0.7.

Full Changelog: https://github.com/AxeWP/wp-graphql-rank-math/compare/0.0.8...0.0.9

0.0.8

1 year ago

This breaking release refactors how SEO data is added to the schema, fixes issues with querying the fullHead and openGraph data on non-standard site configurations, and adds official support for PHP 8.1. The minimum WPGraphQL version has been bumped to v1.8.1.

What's Changed

  • feat!: Rename RankMathBaseSeoFields interface to `RankMathSeo.
  • feat!: Change seo field type to RankMathSeo interface and implement with NodeWithRankMathSeo interface.
  • feat!: Change RankMathCommentNodeSeo from GraphQL object to interface.
  • fix!: Rename playerStreamContentTypee to playerStreamContentType.
  • fix: Prevent duplicate OpenGraph meta tags by clearing RankMath hooks before fetching.
  • fix: Allow OpenGraphTwitter.appCountry to resolve to null.
  • fix: Set object globals for head in Model constructor.
  • dev!: Rename Seo::get_rest_url_param() to Seo::get_object_url()
  • dev: Add the following WordPress filters: graphql_seo_model_class, graphql_seo_resolved_type_name, graphql_seo_types_with_seo.
  • dev: Locally generate instead using RankMath's REST route.
  • chore!: Bump minimum WPGraphQL version to v1.8.1.
  • chore: Add explicit PHP 8.1 support.
  • chore: Update composer dependencies.
  • ci: Update GitHub Actions to latest versions.
  • ci: Fix Xdebug version for PHP 7.4.
  • ci: Update readme shields.
  • tests: Set category when testing ContentNodeSeoQueryCept so articleMeta.section returns a value.

Full Changelog: https://github.com/AxeWP/wp-graphql-rank-math/compare/0.0.7...0.0.8

0.0.7

1 year ago
  • fix: prevent type prefixes clashing with other AxeWP plugins.
  • chore: Update composer dependencies.

Full Changelog: https://github.com/AxeWP/wp-graphql-rank-math/compare/0.0.6...0.0.7

0.0.6

1 year ago
  • feat: setup WP globals in GraphQL models
  • chore: update Composer deps.
  • ci: use STEP_DEBUG flag on integration tests.
  • tests: Use functional tests for openGraph and fullHead queries.
  • docs: Add instructions for installing with Composer.

Full Changelog: https://github.com/AxeWP/wp-graphql-rank-math/compare/0.0.5...0.0.6

0.0.5

1 year ago
  • feat: Add support for Sitemap module.
  • chore: Update Composer deps.

Full Changelog: https://github.com/AxeWP/wp-graphql-rank-math/compare/0.0.4...0.0.5

0.0.4

1 year ago
  • feat: Add openGraph data to BaseSeoFields.
  • chore: Update Composer deps.

Full Changelog: https://github.com/AxeWP/wp-graphql-rank-math/compare/0.0.3...0.0.4

0.0.3

1 year ago
  • fix: Ensure Model\Seo::focus_keywords callback returns an array.
  • fix: Keep composer.lock and production vendor deps in repository.
  • dev!: Rename Model\Seo::get_rest_url() to Model\Seo::get_rest_url_param()
  • dev!: Remove Utils\Paper class in favor of RankMath\Paper::reset()
  • dev!: Bump minimum version of RankMath to v1.0.90
  • dev: Replace wp_remote_get() call with rest_do_request() when querying seo.fullHead.
  • dev: Update composer.json meta.
  • ci: Update WP & PHP versions used for tests.
  • chore: Update composer deps.
  • chore: Remove unnecessary PHPStan ignore rule.
  • chore: fix PHPCompatibilityWP testVersion when linting with phpcs.

Full Changelog: https://github.com/AxeWP/wp-graphql-rank-math/compare/0.0.2...0.0.3

0.0.2

2 years ago

v0.0.2

  • Feat: Add breadcrumbs trail to BaseSeoFields.
  • Breaking schema change: RankMathGeneral.breadcrumbs changed type from RankMathBreadcrumbs to RankMathBreadcrumbsConfig.

Full Changelog: https://github.com/AxeWP/wp-graphql-rank-math/compare/0.0.1...0.0.2

0.0.1

2 years ago