Skip to content

Commit

Permalink
Merge pull request #313 from wpengine/fix/versionPlugin
Browse files Browse the repository at this point in the history
fix: incorrect plugin version
  • Loading branch information
josephfusco authored Nov 13, 2024
2 parents 6f5c0b6 + f99f768 commit 81fccf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silly-poems-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wpengine/wp-graphql-content-blocks": patch
---

Correct version definition
2 changes: 1 addition & 1 deletion wp-graphql-content-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
}
}
}
Expand Down

0 comments on commit 81fccf1

Please sign in to comment.