Skip to content

Commit

Permalink
Bump plugin version to 11.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed Oct 1, 2022
1 parent c907f7a commit 19b99ee
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/bp-core/bp-core-blocks.php
Expand Up @@ -80,15 +80,15 @@ function bp_register_block_components() {
/**
* Enqueue additional BP Assets for the Block Editor.
*
* @since 10.5.0
* @since 11.0.0
*/
function bp_enqueue_block_editor_assets() {
wp_enqueue_script( 'bp-blocks-collection' );

/**
* Fires when it's time to enqueue BP Block assets.
*
* @since 10.5.0
* @since 11.0.0
*/
do_action( 'bp_enqueue_block_editor_assets' );
}
Expand Down
4 changes: 2 additions & 2 deletions class-bp-blocks.php
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: BP Blocks
* Plugin URI: https://github.com/buddypress/bp-blocks
* Description: BuddyPress Blocks development plugin.
* Version: 10.5.0
* Version: 11.0.0-alpha
* Author: The BuddyPress Community
* Author URI: https://buddypress.org
* License: GPL-2.0+
Expand Down Expand Up @@ -85,7 +85,7 @@ function bp_blocks() {
/**
* Removes the hook to register a BP Block category.
*
* @since 10.5.0
* @since 11.0.0
*/
function bp_admin() {
if ( has_action( 'bp_init', 'bp_block_init_category_filter' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion inc/globals.php
Expand Up @@ -21,7 +21,7 @@
function globals() {
$bpb = bp_blocks();

$bpb->version = '10.5.0';
$bpb->version = '11.0.0-alpha';

// Path.
$bpb->dir = plugin_dir_path( dirname( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bp-blocks",
"version": "10.5.0",
"version": "11.0.0-alpha",
"description": "BuddyPress Blocks development plugin.",
"engines": {
"node": ">=14.15.0",
Expand Down

0 comments on commit 19b99ee

Please sign in to comment.