3
3
## Unreleased
4
4
5
5
- fix: Deprecate ` rankMathSettings.sitemaps.general.canPingSearchEngines ` , as it was removed in RankMath v1.0.211.
6
+ - fix: Improve SEO ` head ` data fetching to load Rank Math modules more consistently.
7
+ - fix: Correctly parse OG product meta data when resolving ` seo.OpenGraph ` . H/t @joanpzen
6
8
- chore: Pin WPBrowser to v3.4.x to avoid breaking changes in v3.5+.
7
9
8
10
This release was sponsored by [ Red Rocks Web Development] ( https://redrockswebdevelopment.com/ ) 😍.
@@ -16,7 +18,6 @@ This release was sponsored by [Red Rocks Web Development](https://redrockswebdev
16
18
- chore!: Bump minimum supported WordPress version to v6.0.
17
19
- ci: Test Plugin Compatibility with WP 6.3.2 and PHP 8.2.
18
20
19
-
20
21
## v0.0.15
21
22
22
23
- chore: Update Composer dev-dependencies.
@@ -25,29 +26,34 @@ This release was sponsored by [Red Rocks Web Development](https://redrockswebdev
25
26
- ci: Test Plugin compatibility with WordPress 6.3.
26
27
27
28
## v0.0.14
29
+
28
30
- fix: Fetch the correct SEO data when resolving custom taxonomy terms. Props @lucguerraz
29
31
- dev!: Move ` SEO::$global_authordata ` property to the ` UserSeo ` model and make nullable.
30
32
- dev: Move ` seo.breadcrumbs ` resolution from the ` RankMathSeo ` interface to the ` SEO ` model.
31
33
- chore: Update Composer dev-dependencies.
32
34
33
35
## v0.0.13
36
+
34
37
- feat: Expose Redirections to the GraphQL schema.
35
38
- dev: Convert HTML entities for ` breadcrumbTitle ` , ` description ` , and ` title ` fields to their corresponding characters. H/t @sdegetaus
36
39
- chore: Implement ` axepress/wp-graphql-cs ` ruleset for PHP_CodeSniffer.
37
40
- chore: Update Composer dependencies.
38
41
- docs: Relocate query docs to ` docs/reference/queries.md ` , and add docs on querying redirections, and included WordPress actions and filters.
39
42
40
43
## v0.0.12
44
+
41
45
- fix: Use correct post type when querying for ` ContentNodeSeo ` on revisions. Props @idflood
42
46
- dev: Show admin notice when conflicting ` wp-graphql-yoast-seo ` is installed.
43
47
- chore: Update Strauss and Composer dev-dependencies to latest versions.
44
48
- ci: Test plugin compatibility with WordPress 6.2
45
49
46
50
## v0.0.11
51
+
47
52
- fix: Pass necessary data to resolve ` OpenGraphMeta.image ` field.
48
53
- chore: Update Composer dev-dependencies.
49
54
50
55
## v0.0.10
56
+
51
57
- dev: Check plugin dependency versions.
52
58
- dev: Namespace Composer dependencies with Strauss.
53
59
- dev: Wrap global functions in ` function_exists() ` checks.
@@ -56,9 +62,11 @@ This release was sponsored by [Red Rocks Web Development](https://redrockswebdev
56
62
- tests: Regenerate ` _support ` classes.
57
63
58
64
## v0.0.9
65
+
59
66
- chore: update WPGraphQL Plugin Boilerplate dependency to v0.0.7.
60
67
61
68
## v0.0.8
69
+
62
70
- feat!: Rename ` RankMathBaseSeoFields ` interface to ` RankMathSeo ` .
63
71
- feat!: Change ` seo ` field type to ` RankMathSeo ` interface and implement with ` NodeWithRankMathSeo ` interface.
64
72
- feat!: Change ` RankMathCommentNodeSeo ` from GraphQL object to interface.
@@ -68,7 +76,7 @@ This release was sponsored by [Red Rocks Web Development](https://redrockswebdev
68
76
- fix: Set object globals for head in Model constructor.
69
77
- dev!: Rename ` Seo::get_rest_url_param() ` to ` Seo::get_object_url() `
70
78
- dev: Add the following WordPress filters: ` graphql_seo_model_class ` , ` graphql_seo_resolved_type_name ` , ` graphql_seo_types_with_seo ` .
71
- - dev: Locally generate <head > instead using RankMath's REST route.
79
+ - dev: Locally generate ` <head> ` instead using RankMath's REST route.
72
80
- chore!: Bump minimum WPGraphQL version to v1.8.1.
73
81
- chore: Add explicit PHP 8.1 support.
74
82
- chore: Update composer dependencies.
@@ -78,25 +86,30 @@ This release was sponsored by [Red Rocks Web Development](https://redrockswebdev
78
86
- tests: Set category when testing ` ContentNodeSeoQueryCept ` so ` articleMeta.section ` returns a value.
79
87
80
88
## v0.0.7
89
+
81
90
- fix: prevent type prefixes clashing with other AxeWP plugins.
82
91
- chore: Update composer dependencies.
83
92
84
93
## v0.0.6 - Better support for Head meta
94
+
85
95
- feat: setup WP globals in GraphQL models
86
96
- chore: update Composer deps.
87
97
- ci: use ` STEP_DEBUG ` flag on integration tests.
88
98
- tests: Use functional tests for ` openGraph ` and ` fullHead ` queries.
89
99
- docs: Add instructions for installing with Composer.
90
100
91
101
## v0.0.5 - Sitemap Support
102
+
92
103
- feat: Add support for ` Sitemap ` module.
93
104
- chore: Update Composer deps.
94
105
95
106
## v0.0.4 - OpenGraph Support
107
+
96
108
- feat: Add ` openGraph ` data to ` BaseSeoFields ` .
97
109
- chore: Update Composer deps.
98
110
99
111
## v0.0.3
112
+
100
113
- fix: Ensure ` Model\Seo::focus_keywords ` callback returns an array.
101
114
- fix: Keep ` composer.lock ` and production ` vendor ` deps in repository.
102
115
- dev!: Rename ` Model\Seo::get_rest_url() ` to ` Model\Seo::get_rest_url_param() `
@@ -110,10 +123,13 @@ This release was sponsored by [Red Rocks Web Development](https://redrockswebdev
110
123
- chore: fix PHPCompatibilityWP ` testVersion ` when linting with ` phpcs ` .
111
124
112
125
## v0.0.2
126
+
113
127
- feat: Add ` breadcrumbs ` trail to ` Seo ` .
114
128
115
129
### Breaking schema changes
130
+
116
131
- dev: Field ` RankMathGeneral.breadcrumbs ` changed type from ` RankMathBreadcrumbs ` to ` RankMathBreadcrumbsConfig ` .
117
132
118
133
## v0.0.1
134
+
119
135
- Initial Release.
0 commit comments