Skip to content

Commit

Permalink
Change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhitch committed Jul 28, 2020
1 parent ea74f6a commit ab8fd98
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ 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.5.1] - 2020-07-13
## [4.5.1] - 2020-07-28

- 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

## [4.5.0] - 2020-07-13

### Added

Expand Down
24 changes: 13 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "ashhitch/wp-graphql-yoast-seo",
"description": "Query Yoast SEO data with wp-graphql",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"authors": [{
"name": "Ash Hitchcock",
"email": "[email protected]"
}],
"suggest": {
"wp-graphql/wp-graphql": ">=0.3.8",
"yoast/wordpress-seo": ">=14.0"
"name": "ashhitch/wp-graphql-yoast-seo",
"description": "Query Yoast SEO data with wp-graphql",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Ash Hitchcock",
"email": "[email protected]"
}
],
"suggest": {
"wp-graphql/wp-graphql": "Required to return data via GraphQl",
"yoast/wordpress-seo": "Required to provide SEO data to this plugin"
}
}
2 changes: 1 addition & 1 deletion wp-graphql-yoast-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Author URI: https://www.ashleyhitchcock.com
* Text Domain: wp-graphql-yoast-seo
* Domain Path: /languages
* Version: 4.5.0
* Version: 4.5.1
*
* @package WP_Graphql_YOAST_SEO
*/
Expand Down

0 comments on commit ab8fd98

Please sign in to comment.