Skip to content

Commit

Permalink
chore: (tmp) Drop WPGraphQL Content Blocks min to 4.1.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine authored Oct 17, 2024
1 parent e77c371 commit 03b81bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/GraphQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ protected function get_wpgraphql_dependency_args(): array {
* @return array{slug:string,name:string,check_callback:callable():(true|\WP_Error)}
*/
protected function get_wpgraphql_content_blocks_dependency_args(): array {
$minimum_version = '4.2.0';
$minimum_version = '4.1.0';

return [
'slug' => 'wp-graphql-content-blocks',
Expand Down

0 comments on commit 03b81bc

Please sign in to comment.