diff --git a/.changeset/three-bats-grab.md b/.changeset/three-bats-grab.md new file mode 100644 index 00000000..6fd7e49b --- /dev/null +++ b/.changeset/three-bats-grab.md @@ -0,0 +1,5 @@ +--- +"@wpengine/wp-graphql-content-blocks": patch +--- + +Fixed issue with updater functionality. diff --git a/includes/updates/update-callbacks.php b/includes/updates/update-callbacks.php index e02f4cd1..91ffcb93 100644 --- a/includes/updates/update-callbacks.php +++ b/includes/updates/update-callbacks.php @@ -35,6 +35,7 @@ function check_for_plugin_updates( $data ) { return $data; } + $response->slug = 'wp-graphql-content-blocks'; $current_plugin_data = \get_plugin_data( WPGRAPHQL_CONTENT_BLOCKS_FILE ); $meets_wp_req = version_compare( get_bloginfo( 'version' ), $response->requires_at_least, '>=' ); @@ -114,7 +115,7 @@ function display_plugin_row_notice() { $error = get_plugin_api_error(); ?> -