Changeset 2365465
- Timestamp:
- 08/20/2020 05:17:25 AM (6 years ago)
- Location:
- add-wpgraphql-seo
- Files:
-
- 8 edited
- 1 copied
-
tags/4.5.5 (copied) (copied from add-wpgraphql-seo/trunk)
-
tags/4.5.5/CHANGELOG.md (modified) (1 diff)
-
tags/4.5.5/README.md (modified) (3 diffs)
-
tags/4.5.5/readme.txt (modified) (5 diffs)
-
tags/4.5.5/wp-graphql-yoast-seo.php (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.md (modified) (3 diffs)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/wp-graphql-yoast-seo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-wpgraphql-seo/tags/4.5.5/CHANGELOG.md
r2365209 r2365465 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 ## [4.5.5] - 2020-08-20 9 10 ### Changed 11 12 - Updated readme.txt and readme.md for consistency and display issues. 13 14 ## [4.5.4] - 2020-08-19 15 16 ### Changed 17 18 - Readme.md update 19 20 ## [4.5.3] - 2020-08-19 21 22 ### Changed 23 24 - Build 25 26 ## [4.5.2] - 2020-08-19 27 28 ### Changed 29 30 - Build 31 32 ### Added 33 34 - Added logos for WordPress 35 36 ### Changed 37 38 - Changed Plugin Name: property to comply with WordPress.org 39 8 40 ## [4.5.1] - 2020-07-28 41 42 ### Added 9 43 10 44 - Added inLanguage to Schema -
add-wpgraphql-seo/tags/4.5.5/README.md
r2365209 r2365465 20 20 - Posts 21 21 - Custom post types 22 - Products (WooCommerce) 22 23 - Categories 23 24 - Custom taxonomies … … 33 34 ## Quick Install 34 35 35 1. Install & activate [WPGraphQL](https://www.wpgraphql.com/) 36 2. Clone or download the zip of this repository into your WordPress plugin directory & activate the **WP GraphQL Yoast SEO** plugin 36 - Install from the [WordPress Plugin Directory](https://wordpress.org/plugins/add-wpgraphql-seo/) 37 - Clone or download the zip of this repository into your WordPress plugin directory & activate the **WP GraphQL Yoast SEO** plugin 38 - Install & activate [WPGraphQL](https://www.wpgraphql.com/) 37 39 38 40 ## Composer … … 298 300 299 301  302 303 > Please Note: Yoast and WPGraphQL and their logos are copyright to their respective owners. -
add-wpgraphql-seo/tags/4.5.5/readme.txt
r2365220 r2365465 1 === W pGraphQL Yoast SEO Addon ===1 === WPGraphQL Yoast SEO Addon === 2 2 Contributors: ash_hitch 3 Tags: SEO, Yoast, W pGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack3 Tags: SEO, Yoast, WPGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack 4 4 Requires at least: 5.0 5 5 Tested up to: 5.4 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 This plugin enables Yoast SEO Support for W pGraphQL.11 This plugin enables Yoast SEO Support for WPGraphQL. 12 12 13 13 == Description == 14 14 15 This plugin enables Yoast SEO Support for W pGraphQL15 This plugin enables Yoast SEO Support for WPGraphQL 16 16 17 17 This is an extension to the WPGraphQL plugin (https://github.com/wp-graphql/wp-graphql) that returns Yoast SEO data. 18 19 **Currently returning SEO data for:** 20 21 - Pages 22 - Posts 23 - Custom post types 24 - Products (WooCommerce) 25 - Categories 26 - Custom taxonomies 27 - WooCommerce Products 28 - Yoast Configuration 29 - Webmaster verification 30 - Social profiles 31 - Schemas 32 - Breadcrumbs 33 34 > Please Note: Yoast and WPGraphQL and their logos are copyright to their respective owners. 18 35 19 36 == Installation == … … 25 42 To query for the Yoast Data simply add the seo object to your query: 26 43 27 ` ``44 ` 28 45 { 29 46 pages(first: 10) { … … 146 163 } 147 164 } 148 }``` 165 } 166 ` 149 167 150 168 To query for the site configuration data you can query from the root. 151 169 152 ` ``170 ` 153 171 { 154 172 posts { … … 246 264 } 247 265 } 248 ` ``266 ` 249 267 250 268 == Upgrade Notice == 251 ##Please note version 14 of the Yoast Plugin is a major update so is now required to run this plugin269 Please note version 14 of the Yoast Plugin is a major update so is now required to run this plugin -
add-wpgraphql-seo/tags/4.5.5/wp-graphql-yoast-seo.php
r2365220 r2365465 2 2 3 3 /** 4 * Plugin Name: WPGraphqlSEO4 * Plugin Name: Add WPGraphQL SEO 5 5 * Plugin URI: https://github.com/ashhitch/wp-graphql-yoast-seo 6 6 * Description: A WPGraphQL Extension that adds support for Yoast SEO … … 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.5. 411 * Version: 4.5.5 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO -
add-wpgraphql-seo/trunk/CHANGELOG.md
r2365209 r2365465 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 ## [4.5.5] - 2020-08-20 9 10 ### Changed 11 12 - Updated readme.txt and readme.md for consistency and display issues. 13 14 ## [4.5.4] - 2020-08-19 15 16 ### Changed 17 18 - Readme.md update 19 20 ## [4.5.3] - 2020-08-19 21 22 ### Changed 23 24 - Build 25 26 ## [4.5.2] - 2020-08-19 27 28 ### Changed 29 30 - Build 31 32 ### Added 33 34 - Added logos for WordPress 35 36 ### Changed 37 38 - Changed Plugin Name: property to comply with WordPress.org 39 8 40 ## [4.5.1] - 2020-07-28 41 42 ### Added 9 43 10 44 - Added inLanguage to Schema -
add-wpgraphql-seo/trunk/README.md
r2365209 r2365465 20 20 - Posts 21 21 - Custom post types 22 - Products (WooCommerce) 22 23 - Categories 23 24 - Custom taxonomies … … 33 34 ## Quick Install 34 35 35 1. Install & activate [WPGraphQL](https://www.wpgraphql.com/) 36 2. Clone or download the zip of this repository into your WordPress plugin directory & activate the **WP GraphQL Yoast SEO** plugin 36 - Install from the [WordPress Plugin Directory](https://wordpress.org/plugins/add-wpgraphql-seo/) 37 - Clone or download the zip of this repository into your WordPress plugin directory & activate the **WP GraphQL Yoast SEO** plugin 38 - Install & activate [WPGraphQL](https://www.wpgraphql.com/) 37 39 38 40 ## Composer … … 298 300 299 301  302 303 > Please Note: Yoast and WPGraphQL and their logos are copyright to their respective owners. -
add-wpgraphql-seo/trunk/readme.txt
r2365220 r2365465 1 === W pGraphQL Yoast SEO Addon ===1 === WPGraphQL Yoast SEO Addon === 2 2 Contributors: ash_hitch 3 Tags: SEO, Yoast, W pGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack3 Tags: SEO, Yoast, WPGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack 4 4 Requires at least: 5.0 5 5 Tested up to: 5.4 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 This plugin enables Yoast SEO Support for W pGraphQL.11 This plugin enables Yoast SEO Support for WPGraphQL. 12 12 13 13 == Description == 14 14 15 This plugin enables Yoast SEO Support for W pGraphQL15 This plugin enables Yoast SEO Support for WPGraphQL 16 16 17 17 This is an extension to the WPGraphQL plugin (https://github.com/wp-graphql/wp-graphql) that returns Yoast SEO data. 18 19 **Currently returning SEO data for:** 20 21 - Pages 22 - Posts 23 - Custom post types 24 - Products (WooCommerce) 25 - Categories 26 - Custom taxonomies 27 - WooCommerce Products 28 - Yoast Configuration 29 - Webmaster verification 30 - Social profiles 31 - Schemas 32 - Breadcrumbs 33 34 > Please Note: Yoast and WPGraphQL and their logos are copyright to their respective owners. 18 35 19 36 == Installation == … … 25 42 To query for the Yoast Data simply add the seo object to your query: 26 43 27 ` ``44 ` 28 45 { 29 46 pages(first: 10) { … … 146 163 } 147 164 } 148 }``` 165 } 166 ` 149 167 150 168 To query for the site configuration data you can query from the root. 151 169 152 ` ``170 ` 153 171 { 154 172 posts { … … 246 264 } 247 265 } 248 ` ``266 ` 249 267 250 268 == Upgrade Notice == 251 ##Please note version 14 of the Yoast Plugin is a major update so is now required to run this plugin269 Please note version 14 of the Yoast Plugin is a major update so is now required to run this plugin -
add-wpgraphql-seo/trunk/wp-graphql-yoast-seo.php
r2365220 r2365465 2 2 3 3 /** 4 * Plugin Name: WPGraphqlSEO4 * Plugin Name: Add WPGraphQL SEO 5 5 * Plugin URI: https://github.com/ashhitch/wp-graphql-yoast-seo 6 6 * Description: A WPGraphQL Extension that adds support for Yoast SEO … … 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.5. 411 * Version: 4.5.5 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO
Note: See TracChangeset
for help on using the changeset viewer.