Releases: ashhitch/wp-graphql-yoast-seo
Releases · ashhitch/wp-graphql-yoast-seo
Raw Schema
- 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
Added
- Coding standards (thanks @henrikwirth and @oriooctopus)
Changes
- Fixes null images from open graph
Add Category Type Config Support
Add Category Type Config Support:
- title
- schemaType
- metaRobotsNoindex
- metaDesc
{
seo {
contentTypes {
post {
title
schemaType
metaRobotsNoindex
metaDesc
}
}
}
}
Hot fix categories
fixes SEO data not being returned for taxonomies.
Primary Term for posts
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
New Schema fields:
pageType
articleType
Added cornerstone flag
Readme updates for WordPress.org
v4.5.5 Read me Updates
Update WordPress Org files
v4.5.4 update for deploy
Automation release
adding automated publishing to WordPress
WordPress Plugin Directory
Changes required to get plugin into WordPress Directory