Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: incorrect plugin version #313

Merged
merged 1 commit into from
Nov 13, 2024
Merged

fix: incorrect plugin version #313

merged 1 commit into from
Nov 13, 2024

Conversation

josephfusco
Copy link
Member

This was corrected by running node ./bin/versionPlugin.js

@josephfusco josephfusco requested a review from a team as a code owner November 13, 2024 16:15
Copy link

changeset-bot bot commented Nov 13, 2024

🦋 Changeset detected

Latest commit: f99f768

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@wpengine/wp-graphql-content-blocks Patch

Not sure what this means? Click here to learn what changesets are.

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

@@ -43,7 +43,7 @@ function wpgraphql_content_blocks_constants(): void {
define( 'WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_PATH', plugin_basename( WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_FILE ) );
}
if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION' ) ) {
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.2.0' );
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.3.0' );
Copy link
Member Author

Choose a reason for hiding this comment

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

This was corrected by running node ./bin/versionPlugin.js

@josephfusco josephfusco merged commit 81fccf1 into main Nov 13, 2024
11 checks passed
@josephfusco josephfusco deleted the fix/versionPlugin branch November 13, 2024 16:19
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.

2 participants