Releases: AxeWP/wp-graphql-rank-math
Releases · AxeWP/wp-graphql-rank-math
v0.0.3 - Performance Improvements
- fix: Ensure
Model\Seo::focus_keywords
callback returns an array. - fix: Keep
composer.lock
and productionvendor
deps in repository. - dev!: Rename
Model\Seo::get_rest_url()
toModel\Seo::get_rest_url_param()
- dev!: Remove
Utils\Paper
class in favor ofRankMath\Paper::reset()
- dev!: Bump minimum version of RankMath to
v1.0.90
- dev: Replace
wp_remote_get()
call withrest_do_request()
when queryingseo.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 withphpcs
.
Full Changelog: 0.0.2...0.0.3
v0.0.2 - Breadcrumbs support
v0.0.2
- Feat: Add
breadcrumbs
trail toBaseSeoFields
. - Breaking schema change:
RankMathGeneral.breadcrumbs
changed type fromRankMathBreadcrumbs
toRankMathBreadcrumbsConfig
.
Full Changelog: 0.0.1...0.0.2
v0.0.1 - Initial Release
release: v0.0.1