Skip to content

Commit 6bad5a5

Browse files
committed
feat: webhooks plugin renamed+beta release
1 parent ac72766 commit 6bad5a5

File tree

70 files changed

+232
-345
lines changed

Some content is hidden

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

70 files changed

+232
-345
lines changed

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.
File renamed without changes.
File renamed without changes.
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>

plugins/wp-graphql-headless-webhooks/README.md renamed to plugins/wp-graphql-webhooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WPGraphQL Headless Webhooks
1+
# WPGraphQL Webhooks
22

33
## Overview
44

0 commit comments

Comments
 (0)