You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
## Unreleased
4
4
5
+
## v0.1.0
6
+
7
+
This _minor_ release bumps the plugin version to 0.1.0! However, there are **no breaking changes** in this release.
8
+
9
+
Additionally, we fixed a few bugs regarding `seo.openGraph` resolution, and deprecated a setting that was removed in RankMath v1.0.211.
10
+
11
+
The reason for the version bump is to make it easier to update future releases in accordance with our [versioning policy](README.md#updating-and-versioning). While the plugin version number is indicative of the (projected) schema maturity and not the underlying code (which has been used in enteprise production environments for almost two years), the new features and improvements that would warrant major changes to the schema are currently blocked upstream. By bumping to v0.1.0, we can continue to push patch releases in the meantime without users having to worry about breaking changes.
12
+
13
+
### What's changed
14
+
5
15
- fix: Deprecate `rankMathSettings.sitemaps.general.canPingSearchEngines`, as it was removed in RankMath v1.0.211.
6
16
- fix: Improve SEO `head` data fetching to load Rank Math modules more consistently.
7
17
- fix: Correctly parse OG product meta data when resolving `seo.OpenGraph`. H/t @joanpzen
@@ -32,6 +32,7 @@ Adds WPGraphQL support for [Rank Math SEO](https://rankmath.com/). Built with [W
32
32
3. Download the [latest release](https://github.com/AxeWP/wp-graphql-rank-math/releases)`.zip` file, upload it to your WordPress install, and activate the plugin.
33
33
34
34
### With Composer
35
+
35
36
```console
36
37
composer require axepress/wp-graphql-rank-math
37
38
```
@@ -56,7 +57,6 @@ Priority support and custom development is available to [our Sponsors](https://g
0 commit comments