Plugin Directory

Changeset 2365220


Ignore:
Timestamp:
08/19/2020 07:12:27 PM (6 years ago)
Author:
ash_hitch
Message:

Update to version 4.5.4 from GitHub

Location:
add-wpgraphql-seo
Files:
14 added
4 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • add-wpgraphql-seo/tags/4.5.4/readme.txt

    r2365209 r2365220  
    1 === WPGatsby ===
     1=== WpGraphQL Yoast SEO Addon ===
    22Contributors: ash_hitch
    33Tags: SEO, Yoast, WpGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack
    4 Requires at least: 5.4
     4Requires at least: 5.0
    55Tested up to: 5.4
    66Requires PHP: 7.1
    7 Stable tag: 4.5.0
     7Stable tag: 4.5.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1212
    1313== Description ==
    14 This plugin enables Yoast SEO Support for WpGraphQ
     14
     15This plugin enables Yoast SEO Support for WpGraphQL
    1516
    1617This is an extension to the WPGraphQL plugin (https://github.com/wp-graphql/wp-graphql) that returns Yoast SEO data.
     
    8788  }
    8889
    89 
    9090  categories(first: 10) {
    9191    edges {
     
    124124    }
    125125  }
    126 
    127126
    128127  users {
     
    147146    }
    148147  }
    149 }
    150 
    151 
    152 ```
     148}```
    153149
    154150To query for the site configuration data you can query from the root.
  • add-wpgraphql-seo/tags/4.5.4/wp-graphql-yoast-seo.php

    r2365209 r2365220  
    99 * Text Domain:     wp-graphql-yoast-seo
    1010 * Domain Path:     /languages
    11  * Version:         4.5.3
     11 * Version:         4.5.4
    1212 *
    1313 * @package         WP_Graphql_YOAST_SEO
  • add-wpgraphql-seo/trunk/readme.txt

    r2365209 r2365220  
    1 === WPGatsby ===
     1=== WpGraphQL Yoast SEO Addon ===
    22Contributors: ash_hitch
    33Tags: SEO, Yoast, WpGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack
    4 Requires at least: 5.4
     4Requires at least: 5.0
    55Tested up to: 5.4
    66Requires PHP: 7.1
    7 Stable tag: 4.5.0
     7Stable tag: 4.5.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1212
    1313== Description ==
    14 This plugin enables Yoast SEO Support for WpGraphQ
     14
     15This plugin enables Yoast SEO Support for WpGraphQL
    1516
    1617This is an extension to the WPGraphQL plugin (https://github.com/wp-graphql/wp-graphql) that returns Yoast SEO data.
     
    8788  }
    8889
    89 
    9090  categories(first: 10) {
    9191    edges {
     
    124124    }
    125125  }
    126 
    127126
    128127  users {
     
    147146    }
    148147  }
    149 }
    150 
    151 
    152 ```
     148}```
    153149
    154150To query for the site configuration data you can query from the root.
  • add-wpgraphql-seo/trunk/wp-graphql-yoast-seo.php

    r2365209 r2365220  
    99 * Text Domain:     wp-graphql-yoast-seo
    1010 * Domain Path:     /languages
    11  * Version:         4.5.3
     11 * Version:         4.5.4
    1212 *
    1313 * @package         WP_Graphql_YOAST_SEO
Note: See TracChangeset for help on using the changeset viewer.