Skip to content

Commit 1258f2e

Browse files
authored
chore: update changelog for #69 (#72)
1 parent 437c3c3 commit 1258f2e

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Unreleased
44

55
- 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
68
- chore: Pin WPBrowser to v3.4.x to avoid breaking changes in v3.5+.
79

810
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
1618
- chore!: Bump minimum supported WordPress version to v6.0.
1719
- ci: Test Plugin Compatibility with WP 6.3.2 and PHP 8.2.
1820

19-
2021
## v0.0.15
2122

2223
- chore: Update Composer dev-dependencies.
@@ -25,29 +26,34 @@ This release was sponsored by [Red Rocks Web Development](https://redrockswebdev
2526
- ci: Test Plugin compatibility with WordPress 6.3.
2627

2728
## v0.0.14
29+
2830
- fix: Fetch the correct SEO data when resolving custom taxonomy terms. Props @lucguerraz
2931
- dev!: Move `SEO::$global_authordata` property to the `UserSeo` model and make nullable.
3032
- dev: Move `seo.breadcrumbs` resolution from the `RankMathSeo` interface to the `SEO` model.
3133
- chore: Update Composer dev-dependencies.
3234

3335
## v0.0.13
36+
3437
- feat: Expose Redirections to the GraphQL schema.
3538
- dev: Convert HTML entities for `breadcrumbTitle`, `description`, and `title` fields to their corresponding characters. H/t @sdegetaus
3639
- chore: Implement `axepress/wp-graphql-cs` ruleset for PHP_CodeSniffer.
3740
- chore: Update Composer dependencies.
3841
- docs: Relocate query docs to `docs/reference/queries.md`, and add docs on querying redirections, and included WordPress actions and filters.
3942

4043
## v0.0.12
44+
4145
- fix: Use correct post type when querying for `ContentNodeSeo` on revisions. Props @idflood
4246
- dev: Show admin notice when conflicting `wp-graphql-yoast-seo` is installed.
4347
- chore: Update Strauss and Composer dev-dependencies to latest versions.
4448
- ci: Test plugin compatibility with WordPress 6.2
4549

4650
## v0.0.11
51+
4752
- fix: Pass necessary data to resolve `OpenGraphMeta.image` field.
4853
- chore: Update Composer dev-dependencies.
4954

5055
## v0.0.10
56+
5157
- dev: Check plugin dependency versions.
5258
- dev: Namespace Composer dependencies with Strauss.
5359
- dev: Wrap global functions in `function_exists()` checks.
@@ -56,9 +62,11 @@ This release was sponsored by [Red Rocks Web Development](https://redrockswebdev
5662
- tests: Regenerate `_support` classes.
5763

5864
## v0.0.9
65+
5966
- chore: update WPGraphQL Plugin Boilerplate dependency to v0.0.7.
6067

6168
## v0.0.8
69+
6270
- feat!: Rename `RankMathBaseSeoFields` interface to `RankMathSeo`.
6371
- feat!: Change `seo` field type to `RankMathSeo` interface and implement with `NodeWithRankMathSeo` interface.
6472
- feat!: Change `RankMathCommentNodeSeo` from GraphQL object to interface.
@@ -68,7 +76,7 @@ This release was sponsored by [Red Rocks Web Development](https://redrockswebdev
6876
- fix: Set object globals for head in Model constructor.
6977
- dev!: Rename `Seo::get_rest_url_param()` to `Seo::get_object_url()`
7078
- 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.
7280
- chore!: Bump minimum WPGraphQL version to v1.8.1.
7381
- chore: Add explicit PHP 8.1 support.
7482
- chore: Update composer dependencies.
@@ -78,25 +86,30 @@ This release was sponsored by [Red Rocks Web Development](https://redrockswebdev
7886
- tests: Set category when testing `ContentNodeSeoQueryCept` so `articleMeta.section` returns a value.
7987

8088
## v0.0.7
89+
8190
- fix: prevent type prefixes clashing with other AxeWP plugins.
8291
- chore: Update composer dependencies.
8392

8493
## v0.0.6 - Better support for Head meta
94+
8595
- feat: setup WP globals in GraphQL models
8696
- chore: update Composer deps.
8797
- ci: use `STEP_DEBUG` flag on integration tests.
8898
- tests: Use functional tests for `openGraph` and `fullHead` queries.
8999
- docs: Add instructions for installing with Composer.
90100

91101
## v0.0.5 - Sitemap Support
102+
92103
- feat: Add support for `Sitemap` module.
93104
- chore: Update Composer deps.
94105

95106
## v0.0.4 - OpenGraph Support
107+
96108
- feat: Add `openGraph` data to `BaseSeoFields`.
97109
- chore: Update Composer deps.
98110

99111
## v0.0.3
112+
100113
- fix: Ensure `Model\Seo::focus_keywords` callback returns an array.
101114
- fix: Keep `composer.lock` and production `vendor` deps in repository.
102115
- 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
110123
- chore: fix PHPCompatibilityWP `testVersion` when linting with `phpcs`.
111124

112125
## v0.0.2
126+
113127
- feat: Add `breadcrumbs` trail to `Seo`.
114128

115129
### Breaking schema changes
130+
116131
- dev: Field `RankMathGeneral.breadcrumbs` changed type from `RankMathBreadcrumbs` to `RankMathBreadcrumbsConfig`.
117132

118133
## v0.0.1
134+
119135
- Initial Release.

0 commit comments

Comments
 (0)