Skip to content

Commit

Permalink
Bumps version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawardekar committed Aug 11, 2023
1 parent b305ced commit fb2c7b3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "block-catalog-plugin",
"description": "Easily keep track of which Gutenberg Blocks are used across your site.",
"version": "1.4.0",
"version": "1.5.0",
"author": {
"name": "Darshan Sawardekar",
"email": "darshan@10up.com"
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


// Useful global constants.
define( 'BLOCK_CATALOG_PLUGIN_VERSION', '1.4.0' );
define( 'BLOCK_CATALOG_PLUGIN_VERSION', '1.5.0' );
define( 'BLOCK_CATALOG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'BLOCK_CATALOG_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'BLOCK_CATALOG_PLUGIN_INC', BLOCK_CATALOG_PLUGIN_PATH . 'includes/' );
Expand Down
16 changes: 14 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: dsawardekar, 10up
Tags: gutenberg, developer, blocks, custom blocks
Requires at least: 5.7
Tested up to: 6.2.2
Tested up to: 6.3
Requires PHP: 7.4
Stable tag: 1.4.0
Stable tag: 1.5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -54,6 +54,18 @@ To address this you need to update your custom block registration. If this is ou

== Changelog ==

= 1.5.0 - 2023-08-11

- Adds support for multisite via WP CLI

= 1.4.0 - 2022-12-03

- Improves Core Block Display Titles logic
- Fixes parent term for blocks registered without namespace
- Improve Reusable Block detection
- Add hooks to support nested variations
- Adds unit tests

= 1.3.2 - 2022-11-25 =

- Updates readme.txt
Expand Down

0 comments on commit fb2c7b3

Please sign in to comment.