Skip to content

Commit

Permalink
update for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhitch committed Aug 19, 2020
1 parent aa42650 commit ae54edf
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 32 deletions.
3 changes: 2 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/vendor
.prettierrc
.distignore
.gitignore
.gitignore
yarn.lock
40 changes: 20 additions & 20 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ jobs:
name: New release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: add-wpgraphql-seo
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{github.workspace}}/${{ github.event.repository.name }}.zip
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip
- name: Checkout code
uses: actions/checkout@v2
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: true
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: add-wpgraphql-seo
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{github.workspace}}/add-wpgraphql-seo.zip
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip
File renamed without changes
File renamed without changes
Binary file added .wordpress-org/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
16 changes: 6 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
=== WPGatsby ===
=== WpGraphQL Yoast SEO Addon ===
Contributors: ash_hitch
Tags: SEO, Yoast, WpGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, JAMStack
Requires at least: 5.4
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.1
Stable tag: 4.5.0
Stable tag: 4.5.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

This plugin enables Yoast SEO Support for WpGraphQL.

== Description ==
This plugin enables Yoast SEO Support for WpGraphQ

This plugin enables Yoast SEO Support for WpGraphQL

This is an extension to the WPGraphQL plugin (https://github.com/wp-graphql/wp-graphql) that returns Yoast SEO data.

Expand Down Expand Up @@ -86,7 +87,6 @@ To query for the Yoast Data simply add the seo object to your query:
}
}


categories(first: 10) {
edges {
node {
Expand Down Expand Up @@ -124,7 +124,6 @@ To query for the Yoast Data simply add the seo object to your query:
}
}


users {
nodes {
seo {
Expand All @@ -146,10 +145,7 @@ To query for the Yoast Data simply add the seo object to your query:
}
}
}
}


```
}```

To query for the site configuration data you can query from the root.

Expand Down
2 changes: 1 addition & 1 deletion wp-graphql-yoast-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Author URI: https://www.ashleyhitchcock.com
* Text Domain: wp-graphql-yoast-seo
* Domain Path: /languages
* Version: 4.5.3
* Version: 4.5.4
*
* @package WP_Graphql_YOAST_SEO
*/
Expand Down

0 comments on commit ae54edf

Please # to comment.