Skip to content

Commit 81fccf1

Browse files
authored
Merge pull request #313 from wpengine/fix/versionPlugin
fix: incorrect plugin version
2 parents 6f5c0b6 + f99f768 commit 81fccf1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/silly-poems-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@wpengine/wp-graphql-content-blocks": patch
3+
---
4+
5+
Correct version definition

wp-graphql-content-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function wpgraphql_content_blocks_constants(): void {
4343
define( 'WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_PATH', plugin_basename( WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_FILE ) );
4444
}
4545
if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION' ) ) {
46-
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.2.0' );
46+
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.3.0' );
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)