Skip to content

Releases: ashhitch/wp-graphql-yoast-seo

v4.22.5

30 Jun 20:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.22.4...v4.22.5

v4.22.4

29 May 20:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.22.3...v4.22.4

v4.22.3

29 May 19:43
Compare
Choose a tag to compare

What's Changed

  • Fix TwitterImage: Cannot return null for non-nullable field "MediaItem.databaseId"." by @kuuak in #156
  • fix: Fixes an error if $meta is empty for post type archive by @LiamMartens in #160

New Contributors

Full Changelog: v4.22.2...v4.22.3

v4.22.2 Cannot return null for non-nullable field "MediaItem.id"

17 Apr 16:50
c2d394c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.22.1...v4.22.2

Taxonomies metatag behaviour fixed

08 Mar 13:46
9249096
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.22.0...v4.22.1

Date archive title and description

06 Feb 21:19
e91fd80
Compare
Choose a tag to compare

What's Changed

Adds Date archive title and description

query GetSeoConfig {
    seo {
        meta {
            date {
                description
                title
            }
        }
    }
}

Full Changelog: v4.21.0...v4.22.0

`metaRobotsIndex` and `metaRobotsFollow` string fields

06 Jan 20:32
9495c90
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.20.0...v4.21.0

Base meta fields

23 Nov 19:54
df534bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.19.0...v4.20.0

Other Social profiles

21 Oct 13:31
Compare
Choose a tag to compare

Yoast now allows you to add a list of social profiles, these can be accessed via the otherSocials field

Fix edge nodes

13 Jun 14:26
Compare
Choose a tag to compare

the last release had a bug that stopped some edge node data working