Skip to content

Commit

Permalink
update deprecated filter. bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jun 29, 2021
1 parent 8edde4e commit 0b90c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wds-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: WebDevStudios library of Gutenberg blocks.
* Author: WebDevStudios
* Author URI: https://webdevstudios.com
* Version: 2.2.1
* Version: 2.2.2
* License: GPLv2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wdsblocks
Expand Down Expand Up @@ -125,4 +125,4 @@ function register_block_category( $categories, $post ) {
]
);
}
add_filter( 'block_categories', __NAMESPACE__ . '\register_block_category', 10, 2 );
add_filter( 'block_categories_all', __NAMESPACE__ . '\register_block_category', 10, 2 );

0 comments on commit 0b90c04

Please sign in to comment.