Skip to content

Commit 6de2286

Browse files
authored
Merge pull request #293 from wpengine/webhooks-plugin-release-v001
chore: Webhooks plugin release v0.0.1
2 parents da29068 + 02362a6 commit 6de2286

File tree

71 files changed

+246
-359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+246
-359
lines changed

examples/next/webhooks-isr/.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
55
"https://github.com/wp-graphql/wp-graphql-smart-cache/releases/download/v2.0.0/wpgraphql-smart-cache.zip",
66
"https://downloads.wordpress.org/plugin/code-snippets.3.6.8.zip",
7-
"../../../plugins/wp-graphql-headless-webhooks"
7+
"../../../plugins/wp-graphql-webhooks"
88
],
99
"config": {
1010
"WP_DEBUG": true,

plugins/wp-graphql-headless-webhooks/access-functions.php

Lines changed: 0 additions & 152 deletions
This file was deleted.

plugins/wp-graphql-headless-webhooks/deactivation.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

plugins/wp-graphql-headless-webhooks/phpstan/constants.php

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

plugins/wp-graphql-headless-webhooks/.env.dist renamed to plugins/wp-graphql-webhooks/.env.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ WORDPRESS_DB_USER=${DB_USER}
3535
WORDPRESS_DB_PASSWORD=${DB_PASSWORD}
3636
WORDPRESS_DB_NAME=${DB_NAME}
3737

38-
PLUGIN_SLUG=wp-graphql-headless-webhooks
38+
PLUGIN_SLUG=wp-graphql-webhooks

plugins/wp-graphql-headless-webhooks/.gitattributes renamed to plugins/wp-graphql-webhooks/.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/docs export-ignore
77
/phpstan export-ignore
88
/tests export-ignore
9-
/wp-graphql-headless-webhooks export-ignore
9+
/wp-graphql-webhooks export-ignore
1010

1111
/.coveralls export-ignore
1212
/.distignore export-ignore
@@ -18,4 +18,4 @@
1818
/composer.lock export-ignore
1919
/phpstan.neon.dist export-ignore
2020
/phpunit.xml.dist export-ignore
21-
/wp-graphql-headless-webhooks.php export-ignore
21+
/wp-graphql-webhooks.php export-ignore
File renamed without changes.

plugins/wp-graphql-headless-webhooks/.phpcs.xml.dist renamed to plugins/wp-graphql-webhooks/.phpcs.xml.dist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0"?>
2-
<ruleset name="Coding Standards for WPGraphQL Headless Webhooks plugin" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
2+
<ruleset name="Coding Standards for WPGraphQL Webhooks plugin" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
33
<description>Sniffs for the WPGraphQL plugin ecosystem </description>
44

55
<!-- What to scan: include any root-level PHP files, and the /src folder -->
6-
<file>./access-functions.php</file>
7-
<file>./wp-graphql-headless-webhooks.php</file>
6+
<file>./wp-graphql-webhooks.php</file>
87
<file>./activation.php</file>
98
<file>./deactivation.php</file>
109
<file>./src/</file>

0 commit comments

Comments
 (0)