Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/cold-meals-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wpengine/wpgraphql-webhooks-wordpress-plugin": patch
---

chore: Initial release for wpgraphql-webhooks-wordpress-plugin.
2 changes: 1 addition & 1 deletion .github/scripts/get-plugin-slug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
BASE_SHA="$1"
HEAD_SHA="$2"

git fetch --prune --unshallow
git fetch --prune --unshallow 2>/dev/null || git fetch --prune

# Get changed files in plugins subdirectories
CHANGED_FILES=$(git diff --name-only "$BASE_SHA" "$HEAD_SHA" | grep '^plugins/[^/]\+/' || true)
Expand Down
2 changes: 1 addition & 1 deletion plugins/wp-graphql-webhooks/src/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ static function () use ( $error_message ) {
);
}
}
}
}
2 changes: 1 addition & 1 deletion plugins/wp-graphql-webhooks/src/TypeRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ private static function register_types( array $classes_to_register ): void {
self::$registry[] = $class;
}
}
}
}