Releases: ashhitch/wp-graphql-yoast-seo
v5.0.2 - Fix PHP warning
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
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
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.
- Feature/docker by @ashhitch in #184
- Refactor to move code to separate files by @ashhitch in #185
- Bump yaml from 2.1.1 to 2.2.2 by @dependabot[bot] in #155
- deps: bump the all-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #183
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot[bot] in #180
- Bump braces from 3.0.2 to 3.0.3 by @dependabot[bot] in #178
Full Changelog: v4.23.2...v5.0.0
v4.23.2 Fix: WordPress.org version
Full Changelog: v4.23.1...v4.23.2
Github Action fix
Full Changelog: v4.23.0...v4.23.1
v4.23.0 - SEOTaxonomy support
What's Changed
- Add plugin dependencies by @stefanmomm in #173
- Add SEOTaxonomy support by @ashhitch in #177
New Contributors
- @stefanmomm made their first contribution in #173
Full Changelog: v4.22.5...v4.23.0
v4.22.5
What's Changed
- Move function from the
graphql_register_typesaction hook by @renatonascalves in #162 - Hotfix/meta-error by @ashhitch in #164
New Contributors
- @renatonascalves made their first contribution in #162
Full Changelog: v4.22.4...v4.22.5
v4.22.4
What's Changed
- Update wp-graphql-yoast-seo.php by @pascalroget in #157
- woocommerce product support by @berryhijwegen in #158
New Contributors
- @pascalroget made their first contribution in #157
- @berryhijwegen made their first contribution in #158
Full Changelog: v4.22.3...v4.22.4
v4.22.3
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
- @kuuak made their first contribution in #156
- @LiamMartens made their first contribution in #160
Full Changelog: v4.22.2...v4.22.3