Skip to content

Commit

Permalink
Add Global Meta fields (#143)
Browse files Browse the repository at this point in the history
* Feat: add missing global meta data

* chore: changelog and version number

* update readme
  • Loading branch information
ashhitch authored Nov 23, 2022
1 parent c2f8489 commit df534bf
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 45 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.20.0] - 2022-11-16

### Added

- Added missing base meta fields:
- Homepage
- Author
- Separator
- 404

## [4.19.0] - 2022-10-21

### Added

- Added "Other" Soical Profiles after Yoast change
- Added "Other" Social Profiles after Yoast change

## [4.18.0] - 2022-06-10

Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,23 @@ query GetPostsWithIsPrimary {
```graphql
query GetSeoConfig {
seo {
meta {
author {
description
title
}
config {
separator
}
homepage {
description
title
}
notFound {
breadcrumb
title
}
}
webmaster {
googleVerify
yandexVerify
Expand Down
94 changes: 53 additions & 41 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: SEO, Yoast, WPGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, J
Requires at least: 5.0
Tested up to: 6
Requires PHP: 7.1
Stable tag: 4.19.0
Stable tag: 4.20.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
Loading

0 comments on commit df534bf

Please sign in to comment.