Releases: AxeWP/wp-graphql-rank-math
Releases · AxeWP/wp-graphql-rank-math
v0.0.14
What's Changed
- fix: Fetch the correct SEO data when resolving custom taxonomy terms. Props @lucguerraz
- dev!: Move
SEO::$global_authordata
property to theUserSeo
model and make nullable. - dev: Move
seo.breadcrumbs
resolution from theRankMathSeo
interface to theSEO
model. - chore: Update Composer dev-dependencies.
New Contributors
- @lucguerraz made their first contribution in #57
Full Changelog: 0.0.13...0.0.14
v0.0.13
What's Changed
- feat: Expose Redirections to the GraphQL schema.
- dev: Convert HTML entities for
breadcrumbTitle
,description
, andtitle
fields to their corresponding characters. H/t @sdegetaus - chore: Implement
axepress/wp-graphql-cs
ruleset for PHP_CodeSniffer. - chore: Update Composer dependencies.
- docs: Relocate query docs to
docs/reference/queries.md
, and add docs on querying redirections, and included WordPress actions and filters.
Full Changelog: 0.0.12...0.0.13
v0.0.12
What's Changed
- fix: Use correct post type when querying for
ContentNodeSeo
on revisions. Props @idflood - dev: Show admin notice when conflicting
wp-graphql-yoast-seo
is installed. - chore: Update Strauss and Composer dev-dependencies to latest versions.
- ci: Test plugin compatibility with WordPress 6.2
New Contributors
Full Changelog: 0.0.11...0.0.12
v0.0.11
What's Changed
- fix: Pass necessary data to resolve
OpenGraphMeta.image
field. - chore: Update Composer dev-dependencies.
Full Changelog: 0.0.10...0.0.11
v0.0.10
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: 0.0.9...0.0.10
v0.0.9
- chore: update WPGraphQL Plugin Boilerplate dependency to v0.0.7.
Full Changelog: 0.0.8...0.0.9
v0.0.8
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 toRankMathSeo
interface and implement withNodeWithRankMathSeo
interface. - feat!: Change
RankMathCommentNodeSeo
from GraphQL object to interface. - fix!: Rename
playerStreamContentTypee
toplayerStreamContentType
. - fix: Prevent duplicate OpenGraph meta tags by clearing
RankMath
hooks before fetching. - fix: Allow
OpenGraphTwitter.appCountry
to resolve tonull
. - fix: Set object globals for head in Model constructor.
- dev!: Rename
Seo::get_rest_url_param()
toSeo::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
soarticleMeta.section
returns a value.
Full Changelog: 0.0.7...0.0.8
v0.0.7
- fix: prevent type prefixes clashing with other AxeWP plugins.
- chore: Update composer dependencies.
Full Changelog: 0.0.6...0.0.7
v0.0.6 - Better support for querying Head metadata
- 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
andfullHead
queries. - docs: Add instructions for installing with Composer.
Full Changelog: 0.0.5...0.0.6
v0.0.5 - Sitemap Support
- feat: Add support for
Sitemap
module. - chore: Update Composer deps.
Full Changelog: 0.0.4...0.0.5