Skip to content

Commit 1bd514b

Browse files
committed
chore: wp-graphql-webhooks -> wpgraphql-webhooks
1 parent c2dfe2c commit 1bd514b

File tree

104 files changed

+774
-424
lines changed

Some content is hidden

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

104 files changed

+774
-424
lines changed

plugins/wp-graphql-webhooks/.env.dist renamed to plugins/wpgraphql-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-webhooks
38+
PLUGIN_SLUG=wpgraphql-webhooks

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

Lines changed: 1 addition & 1 deletion
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-webhooks export-ignore
9+
/wpgraphql-webhooks export-ignore
1010

1111
/.coveralls export-ignore
1212
/.distignore export-ignore

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>./wp-graphql-webhooks.php</file>
6+
<file>./wpgraphql-webhooks.php</file>
77
<file>./activation.php</file>
88
<file>./deactivation.php</file>
99
<file>./src/</file>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)