Skip to content

Releases: ashhitch/wp-graphql-yoast-seo

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

Maintenance Release

28 Jul 07:19
Compare
Choose a tag to compare

Added

  • Added inLanguage to Schema
  • Added function to tidy strings before returning

Changed

  • Changed Composer to note require dependency plugins but suggest them, to fix issues with MU Plugins

Frontpage and default openGraph Image

13 Jul 18:20
Compare
Choose a tag to compare

Added Frontpage and default openGraph Image

Bug Scrub

04 Jul 23:45
Compare
Choose a tag to compare

Fixes MU plugin issue and HTML entities in taxonomy titles