Changeset 2365220
- Timestamp:
- 08/19/2020 07:12:27 PM (6 years ago)
- Location:
- add-wpgraphql-seo
- Files:
-
- 14 added
- 4 deleted
- 4 edited
- 1 copied
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
tags/4.5.4 (copied) (copied from add-wpgraphql-seo/trunk)
-
tags/4.5.4/.wordpress-org (added)
-
tags/4.5.4/.wordpress-org/banner-1544x500.png (added)
-
tags/4.5.4/.wordpress-org/banner-772x250.png (added)
-
tags/4.5.4/.wordpress-org/icon-128x128.png (added)
-
tags/4.5.4/.wordpress-org/icon-256x256.png (added)
-
tags/4.5.4/assets (deleted)
-
tags/4.5.4/readme.txt (modified) (5 diffs)
-
tags/4.5.4/wp-graphql-yoast-seo.php (modified) (1 diff)
-
tags/4.5.4/yarn.lock (deleted)
-
trunk/.wordpress-org (added)
-
trunk/.wordpress-org/banner-1544x500.png (added)
-
trunk/.wordpress-org/banner-772x250.png (added)
-
trunk/.wordpress-org/icon-128x128.png (added)
-
trunk/.wordpress-org/icon-256x256.png (added)
-
trunk/assets (deleted)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/wp-graphql-yoast-seo.php (modified) (1 diff)
-
trunk/yarn.lock (deleted)
Legend:
- Unmodified
- Added
- Removed
-
add-wpgraphql-seo/tags/4.5.4/readme.txt
r2365209 r2365220 1 === W PGatsby===1 === WpGraphQL Yoast SEO Addon === 2 2 Contributors: ash_hitch 3 3 Tags: SEO, Yoast, WpGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack 4 Requires at least: 5. 44 Requires at least: 5.0 5 5 Tested up to: 5.4 6 6 Requires PHP: 7.1 7 Stable tag: 4.5. 07 Stable tag: 4.5.4 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 12 12 13 13 == Description == 14 This plugin enables Yoast SEO Support for WpGraphQ 14 15 This plugin enables Yoast SEO Support for WpGraphQL 15 16 16 17 This is an extension to the WPGraphQL plugin (https://github.com/wp-graphql/wp-graphql) that returns Yoast SEO data. … … 87 88 } 88 89 89 90 90 categories(first: 10) { 91 91 edges { … … 124 124 } 125 125 } 126 127 126 128 127 users { … … 147 146 } 148 147 } 149 } 150 151 152 ``` 148 }``` 153 149 154 150 To 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 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.5. 311 * Version: 4.5.4 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO -
add-wpgraphql-seo/trunk/readme.txt
r2365209 r2365220 1 === W PGatsby===1 === WpGraphQL Yoast SEO Addon === 2 2 Contributors: ash_hitch 3 3 Tags: SEO, Yoast, WpGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack 4 Requires at least: 5. 44 Requires at least: 5.0 5 5 Tested up to: 5.4 6 6 Requires PHP: 7.1 7 Stable tag: 4.5. 07 Stable tag: 4.5.4 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 12 12 13 13 == Description == 14 This plugin enables Yoast SEO Support for WpGraphQ 14 15 This plugin enables Yoast SEO Support for WpGraphQL 15 16 16 17 This is an extension to the WPGraphQL plugin (https://github.com/wp-graphql/wp-graphql) that returns Yoast SEO data. … … 87 88 } 88 89 89 90 90 categories(first: 10) { 91 91 edges { … … 124 124 } 125 125 } 126 127 126 128 127 users { … … 147 146 } 148 147 } 149 } 150 151 152 ``` 148 }``` 153 149 154 150 To query for the site configuration data you can query from the root. -
add-wpgraphql-seo/trunk/wp-graphql-yoast-seo.php
r2365209 r2365220 9 9 * Text Domain: wp-graphql-yoast-seo 10 10 * Domain Path: /languages 11 * Version: 4.5. 311 * Version: 4.5.4 12 12 * 13 13 * @package WP_Graphql_YOAST_SEO
Note: See TracChangeset
for help on using the changeset viewer.