Skip to content

Conversation

josephfusco
Copy link
Member

Adjustments to #362

@josephfusco josephfusco requested a review from a team as a code owner August 29, 2025 15:28
Copy link

changeset-bot bot commented Aug 29, 2025

⚠️ No Changeset found

Latest commit: 357c7ee

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes installation failures for the wpgraphql-webhooks plugin by standardizing naming conventions across the codebase. The main issue was inconsistent naming between wp-graphql-webhooks and wpgraphql-webhooks which caused installation problems.

  • Updates text domain from wpgraphql-webhooks to graphql-webhooks for i18n consistency
  • Standardizes package naming to wpgraphql-webhooks (removing hyphens) across composer configurations
  • Updates documentation and script examples to reflect the corrected naming

Reviewed Changes

Copilot reviewed 7 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
plugins/wpgraphql-webhooks/wpgraphql-webhooks.php Updates text domain for i18n
plugins/wpgraphql-webhooks/src/Admin/WebhooksListTable.php Updates all i18n text domain references
plugins/wpgraphql-webhooks/composer.json Corrects archive name to match package naming
plugins/composer-packages.json Updates package name and distribution URLs across all versions
plugins/README.md Updates plugin reference in documentation table
docs/how-to/install-toolkit-plugins/index.md Updates composer package names in installation examples
.github/scripts/update_composer_package.sh Updates example URLs in script documentation
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Replaces the use of jq for generating a JSON array of valid plugins with a pure Bash implementation. This improves portability and removes the need for jq in the script's environment.
Copy link

📦 Plugin Artifacts Ready!

Download from GitHub Actions run

Available plugins:

  • ✅ wpgraphql-debug-extensions.zip
  • ✅ wpgraphql-webhooks.zip

See the "Artifacts" section at the bottom of the Actions run page

@wpengine wpengine deleted a comment from github-actions bot Aug 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant