Skip to content

Commit

Permalink
v4.9.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhitch committed Nov 25, 2020
1 parent df52cb9 commit 4dc7c4c
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 43 deletions.
92 changes: 51 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,140 +5,150 @@ 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.9.0] - 2020-14-25

### Added

- Coding standards (thanks @henrikwirth and @oriooctopus)

### Changes

- Fixes null images from open graph

## [4.8.0] - 2020-10-07

### Added

- Added support for content type config
- Added support for content type config

## [4.7.1] - 2020-10-04

### Changes

- Fix categories
- Fix categories

## [4.7.0] - 2020-10-03

### Added

- Primary Category to edge.
- Primary Category to edge.

## [4.6.0] - 2020-09-08

### Added

- New Schema fields:
- pageType
- articleType
- Added cornerstone flag
- New Schema fields:
- pageType
- articleType
- Added cornerstone flag

### Changed

- Changed Type used on Post Types and Taxonomies from `SEO` to `PostTypeSEO` and `TaxonomySEO`
- Changed Type used on Post Types and Taxonomies from `SEO` to `PostTypeSEO` and `TaxonomySEO`

## [4.5.5] - 2020-08-20

### Changed

- Updated readme.txt and readme.md for consistency and display issues.
- Updated readme.txt and readme.md for consistency and display issues.

## [4.5.4] - 2020-08-19

### Changed

- Readme.md update
- Readme.md update

## [4.5.3] - 2020-08-19

### Changed

- Build
- Build

## [4.5.2] - 2020-08-19

### Changed

- Build
- Build

### Added

- Added logos for WordPress
- Added logos for WordPress

### Changed

- Changed Plugin Name: property to comply with WordPress.org
- Changed Plugin Name: property to comply with WordPress.org

## [4.5.1] - 2020-07-28

### Added

- Added inLanguage to Schema
- Added function to tidy strings before returning
- 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
- Changed Composer to note require dependency plugins but suggest them, to fix issues with MU Plugins

## [4.5.0] - 2020-07-13

### Added

- Added Frontpage and default openGraph Image
- Added Frontpage and default openGraph Image

## [4.4.1] - 2020-07-05

### Changed

- Fixes MU plugin issue and HTML entities in taxonomy titles
- Fixes MU plugin issue and HTML entities in taxonomy titles

## [4.4.0] - 2020-07-02

### Added

- Adds support for Author / User Metadata
- Adds support for Author / User Metadata

### Changed

- Missing returns added, to avoid PHP notices - Thanks @jonshipman
- Missing returns added, to avoid PHP notices - Thanks @jonshipman

## [4.3.0] - 2020-06-24

### Added

- Adds support for redirects (Yoast Premium)
- Adds support for redirects (Yoast Premium)

## [4.2.0] - 2020-06-15

### Added

- Adds check for dependencies
- Adds check for dependencies

## [4.1.0] - 2020-05-06

### Added

- Page / Tax SEO - opengraphUrl, opengraphSiteName, opengraphPublishedTime, opengraphModifiedTime - Thanks @izzygld
- Global SEO > Schema - siteName, wordpressSiteName, siteUrl - Thanks @izzygld
- Contributor Images added to readme
- Page / Tax SEO - opengraphUrl, opengraphSiteName, opengraphPublishedTime, opengraphModifiedTime - Thanks @izzygld
- Global SEO > Schema - siteName, wordpressSiteName, siteUrl - Thanks @izzygld
- Contributor Images added to readme

## [4.0.1] - 2020-05-03

### Added

- Support for Yoast 14
- Breadcrumbs for post type and taxonomies
- canonical url for post type and taxonomies
- Support for Yoast 14
- Breadcrumbs for post type and taxonomies
- canonical url for post type and taxonomies

## [3.3.0] - 2020-04-01

### Added

Support for Yoast configuration data including:

- Webmaster verification
- Social profiles
- Schemas
- Breadcrumbs (global config)
- Webmaster verification
- Social profiles
- Schemas
- Breadcrumbs (global config)

## [3.2.0] - 2020-03-09

Expand All @@ -156,36 +166,36 @@ WooCommerce product support

### Changed

- BREAKING CHANGE - image urls are now returned as `mediaItem` type.
This applies to `twitterImage` and `opengraphImage`
- BREAKING CHANGE - image urls are now returned as `mediaItem` type.
This applies to `twitterImage` and `opengraphImage`

## [2.1.1] - 2019-12-01

### Changed

- Update composer
- Update composer

## [2.1.0] - 2019-12-01

### Changed

- Fixed term data
- Fixed term data

## [2.1.0] - 2019-11-11

### Added

- Ability to query taxonomies for SEO data.
- LICENSE file added
- Ability to query taxonomies for SEO data.
- LICENSE file added

## [2.1.0] - 2019-11-01

### Added

- Composer.json file added.
- Composer.json file added.

## [2.0.0] - 2019-07-08

### Changed

- Generated Meta title and descriptions
- Generated Meta title and descriptions
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: 5.4
Requires PHP: 7.1
Stable tag: 4.8.0
Stable tag: 4.9.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
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.8.0
* Version: 4.9.0
*
* @package WP_Graphql_YOAST_SEO
*/
Expand Down

0 comments on commit 4dc7c4c

Please sign in to comment.