v0.1.1 - 2024-03-24
This minor release adds support for more social fields in the RankMathSocialMetaSettings
and RankMathUserSeo
types. Additionally, it fixes a bug where the seo.openGraph.image
field would fail to resolve if provided a string image.
There are no breaking changes.
What's changed
- feat: Expose
additionalProfiles
field onRankMathSocialMetaSettings
. props: @colis 🙌 - feat: Expose
facebookProfileUrl
,twitterUserName
, andadditionalProfiles
social fields onRankMathUserSeo
. props: @colis 🙌 - fix: Correctly resolve
seo.openGraph.image
field when parsed value is a string.
New Contributors
Full Changelog: 0.1.0...0.1.1