Plugin Directory

Changeset 3454146


Ignore:
Timestamp:
02/04/2026 09:54:16 PM (8 weeks ago)
Author:
ash_hitch
Message:

Update to version 5.0.2 from GitHub

Location:
add-wpgraphql-seo
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • add-wpgraphql-seo/tags/5.0.2/CHANGELOG.md

    r3436300 r3454146  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## [5.0.2] - 2026-02-04
     9
     10### Fixed
     11
     12- Fix  "NOTICE: PHP message: PHP Warning:  Attempt to read property "schema" on bool
    713
    814## [5.0.1] - 2026-01-09
  • add-wpgraphql-seo/tags/5.0.2/includes/resolvers/root-query.php

    r3364564 r3454146  
    175175                    ),
    176176                    'resolve' => function () use ($post_type) {
    177                         $schemaArray = YoastSEO()->meta->for_post_type_archive($post_type)->schema;
     177                        $meta = YoastSEO()->meta->for_post_type_archive($post_type);
     178                        $schemaArray = $meta !== false ? $meta->schema : [];
    178179
    179180                        return [
  • add-wpgraphql-seo/tags/5.0.2/package.json

    r3436300 r3454146  
    11{
    22    "name": "wp-graphql-yoast-seo",
    3     "version": "v5.0.1",
     3    "version": "v5.0.2",
    44    "description": "A WPGraphQL Extension that adds support for Yoast SEO",
    55    "scripts": {
  • add-wpgraphql-seo/tags/5.0.2/pnpm-lock.yaml

    r3436300 r3454146  
    1111      '@prettier/plugin-php':
    1212        specifier: ^0.24.0
    13         version: 0.24.0(prettier@3.7.4)
     13        version: 0.24.0(prettier@3.8.0)
    1414      husky:
    1515        specifier: '>=8.0.1'
     
    2020      prettier:
    2121        specifier: ^3.7.4
    22         version: 3.7.4
     22        version: 3.8.0
    2323
    2424packages:
     
    135135    hasBin: true
    136136
    137   prettier@3.7.4:
    138     resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==}
     137  prettier@3.8.0:
     138    resolution: {integrity: sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==}
    139139    engines: {node: '>=14'}
    140140    hasBin: true
     
    186186snapshots:
    187187
    188   '@prettier/plugin-php@0.24.0(prettier@3.7.4)':
     188  '@prettier/plugin-php@0.24.0(prettier@3.8.0)':
    189189    dependencies:
    190190      linguist-languages: 8.2.0
    191191      php-parser: 3.2.5
    192       prettier: 3.7.4
     192      prettier: 3.8.0
    193193
    194194  ansi-escapes@7.2.0:
     
    285285  pidtree@0.6.0: {}
    286286
    287   prettier@3.7.4: {}
     287  prettier@3.8.0: {}
    288288
    289289  restore-cursor@5.1.0:
  • add-wpgraphql-seo/tags/5.0.2/readme.txt

    r3436300 r3454146  
    55Tested up to: 6.9
    66Requires PHP: 7.1
    7 Stable tag: 5.0.1
     7Stable tag: 5.0.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • add-wpgraphql-seo/tags/5.0.2/wp-graphql-yoast-seo.php

    r3436300 r3454146  
    99 * Text Domain: wp-graphql-yoast-seo
    1010 * Domain Path: /languages
    11  * Version: v5.0.1
     11 * Version: v5.0.2
    1212 * Requires Plugins: wp-graphql, wordpress-seo
    1313 *
  • add-wpgraphql-seo/trunk/CHANGELOG.md

    r3436300 r3454146  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## [5.0.2] - 2026-02-04
     9
     10### Fixed
     11
     12- Fix  "NOTICE: PHP message: PHP Warning:  Attempt to read property "schema" on bool
    713
    814## [5.0.1] - 2026-01-09
  • add-wpgraphql-seo/trunk/includes/resolvers/root-query.php

    r3364564 r3454146  
    175175                    ),
    176176                    'resolve' => function () use ($post_type) {
    177                         $schemaArray = YoastSEO()->meta->for_post_type_archive($post_type)->schema;
     177                        $meta = YoastSEO()->meta->for_post_type_archive($post_type);
     178                        $schemaArray = $meta !== false ? $meta->schema : [];
    178179
    179180                        return [
  • add-wpgraphql-seo/trunk/package.json

    r3436300 r3454146  
    11{
    22    "name": "wp-graphql-yoast-seo",
    3     "version": "v5.0.1",
     3    "version": "v5.0.2",
    44    "description": "A WPGraphQL Extension that adds support for Yoast SEO",
    55    "scripts": {
  • add-wpgraphql-seo/trunk/pnpm-lock.yaml

    r3436300 r3454146  
    1111      '@prettier/plugin-php':
    1212        specifier: ^0.24.0
    13         version: 0.24.0(prettier@3.7.4)
     13        version: 0.24.0(prettier@3.8.0)
    1414      husky:
    1515        specifier: '>=8.0.1'
     
    2020      prettier:
    2121        specifier: ^3.7.4
    22         version: 3.7.4
     22        version: 3.8.0
    2323
    2424packages:
     
    135135    hasBin: true
    136136
    137   prettier@3.7.4:
    138     resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==}
     137  prettier@3.8.0:
     138    resolution: {integrity: sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==}
    139139    engines: {node: '>=14'}
    140140    hasBin: true
     
    186186snapshots:
    187187
    188   '@prettier/plugin-php@0.24.0(prettier@3.7.4)':
     188  '@prettier/plugin-php@0.24.0(prettier@3.8.0)':
    189189    dependencies:
    190190      linguist-languages: 8.2.0
    191191      php-parser: 3.2.5
    192       prettier: 3.7.4
     192      prettier: 3.8.0
    193193
    194194  ansi-escapes@7.2.0:
     
    285285  pidtree@0.6.0: {}
    286286
    287   prettier@3.7.4: {}
     287  prettier@3.8.0: {}
    288288
    289289  restore-cursor@5.1.0:
  • add-wpgraphql-seo/trunk/readme.txt

    r3436300 r3454146  
    55Tested up to: 6.9
    66Requires PHP: 7.1
    7 Stable tag: 5.0.1
     7Stable tag: 5.0.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • add-wpgraphql-seo/trunk/wp-graphql-yoast-seo.php

    r3436300 r3454146  
    99 * Text Domain: wp-graphql-yoast-seo
    1010 * Domain Path: /languages
    11  * Version: v5.0.1
     11 * Version: v5.0.2
    1212 * Requires Plugins: wp-graphql, wordpress-seo
    1313 *
Note: See TracChangeset for help on using the changeset viewer.