Skip to content

Releases: ashhitch/wp-graphql-yoast-seo

v5.0.2 - Fix PHP warning

04 Feb 21:53
dc86d2f

Choose a tag to compare

What's Changed

  • Fix PHP warning when accessing schema on false return from for_post_type_archive #196
  • deps: bump prettier from 3.7.4 to 3.8.0 in the all-dependencies group by @dependabot[bot] in #194

Full Changelog: v5.0.1...v5.0.2

v5.0.1 - Fix naming collision with vip-helpers plugin

09 Jan 21:04

Choose a tag to compare

What's Changed

  • deps: bump @prettier/plugin-php from 0.22.4 to 0.23.0 in the all-dependencies group by @dependabot[bot] in #187
  • fix: Fix naming collision with vip-helpers plugin by @amanda-t in #191

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0 - The code tidy

19 Sep 13:19

Choose a tag to compare

What's Changed

There should be no breaking changes but as a I had a big tidy up im making these a major version bump.

This refactoring has organised the plugin into these components:

Main Plugin File (wp-graphql-yoast-seo.php): Acts as the bootstrap file that initialises the plugin and loads all required components.

Dependencies Check (includes/admin/dependencies.php): Handles checking for required plugins (WPGraphQL and Yoast SEO) and shows admin notices if they're missing.

Helper Functions (includes/helpers/functions.php): Contains utility functions used throughout the plugin for tasks like string formatting, image handling, and building data structures.

Schema Types (includes/schema/types.php): Defines all the GraphQL types used to represent Yoast SEO data in the schema.

Full Changelog: v4.23.2...v5.0.0

v4.23.2 Fix: WordPress.org version

18 Dec 12:59
9bdf344

Choose a tag to compare

Github Action fix

18 Dec 12:24
a2de4c2

Choose a tag to compare

v4.23.0 - SEOTaxonomy support

17 Dec 22:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.22.5...v4.23.0

v4.22.5

30 Jun 20:19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.22.4...v4.22.5

v4.22.4

29 May 20:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.22.3...v4.22.4

v4.22.3

29 May 19:43

Choose a tag to compare

What's Changed

  • Fix TwitterImage: Cannot return null for non-nullable field "MediaItem.databaseId"." by @kuuak in #156
  • fix: Fixes an error if $meta is empty for post type archive by @LiamMartens in #160

New Contributors

Full Changelog: v4.22.2...v4.22.3

v4.22.2 Cannot return null for non-nullable field "MediaItem.id"

17 Apr 16:50
c2d394c

Choose a tag to compare

What's Changed

Full Changelog: v4.22.1...v4.22.2