Skip to content

Releases: ashhitch/wp-graphql-yoast-seo

Raw Schema

07 Dec 17:54
652a4d8
Compare
Choose a tag to compare
  • Raw schema data for post types, taxonomies, and users returned as a string to be decoded as you see fit in the client.

Coding Standards and Bug fixes

25 Nov 08:36
Compare
Choose a tag to compare

Added

Changes

  • Fixes null images from open graph

Add Category Type Config Support

07 Oct 09:10
b4ec449
Compare
Choose a tag to compare

Add Category Type Config Support:

  • title
  • schemaType
  • metaRobotsNoindex
  • metaDesc
{
seo {
  contentTypes {
      post {
        title
        schemaType
        metaRobotsNoindex
        metaDesc
      }
  }
}
}

Hot fix categories

04 Oct 13:12
e94f145
Compare
Choose a tag to compare

fixes SEO data not being returned for taxonomies.

Primary Term for posts

03 Oct 19:36
Compare
Choose a tag to compare

Primary Term for posts added to edge with isPrimary boolean field

query GetPostsPrimary {
  posts {
    nodes {
      title
      slug
      categories {
        edges {
          isPrimary
          node {
            name
            count
          }
        }
      }
    }
  }
}

Schema Fields

08 Sep 07:36
ea671f0
Compare
Choose a tag to compare

New Schema fields:
pageType
articleType
Added cornerstone flag

Readme updates for WordPress.org

20 Aug 05:16
Compare
Choose a tag to compare
v4.5.5

Read me Updates

Update WordPress Org files

19 Aug 19:11
Compare
Choose a tag to compare
v4.5.4

update for deploy

Automation release

19 Aug 18:56
aa42650
Compare
Choose a tag to compare

adding automated publishing to WordPress

WordPress Plugin Directory

19 Aug 18:50
2281c92
Compare
Choose a tag to compare

Changes required to get plugin into WordPress Directory