Skip to content

Commit

Permalink
Updates readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawardekar committed Nov 25, 2022
1 parent c20014b commit 4e934d9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, per [the Ke
## [1.1.0] - 2022-11-23

- Improves batch indexing for larger sites.
- Refactor delete index use batch mode.
- Refactor delete index to use batch mode.
- Improves error handling during indexing & deleting via WP-Admin.

## [1.0.1] - 2022-11-21
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Once indexed, you will be able to see the different blocks used on your site in

![Screenshot of Block Catalog Terms](assets/screenshot-2.png)

Navigating to an Block Editor post type will also show you the list of blocks present in a post.
Navigating to any Block Editor post type will also show you the list of blocks present in a post.

![Screenshot of Post listing with Blocks](assets/screenshot-3.png)

Expand Down
19 changes: 11 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Block Catalog ===
Contributors: dsawardekar, 10up
Tags: Easily keep track of which Gutenberg Blocks are used across your site.
Tags: gutenberg, developer, blocks, custom blocks
Requires at least: 5.7
Tested up to: 6.1
Requires PHP: 7.4
Expand All @@ -10,7 +10,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html

Easily keep track of which Gutenberg Blocks are used across your site.

== Features ==
== Description ==

* Find which blocks are used across your site.
* Fully Integrated with the WordPress Admin.
Expand All @@ -19,6 +19,8 @@ Easily keep track of which Gutenberg Blocks are used across your site.
* Use the WP CLI to quickly find blocks from the command line.
* Use custom WordPress filters to extend the Block Catalog.

[Fork on GitHub](https://github.com/10up/block-catalog)

== Screenshots ==

1. The Block Catalog indexing page. You need to index your content first.
Expand All @@ -32,7 +34,7 @@ Easily keep track of which Gutenberg Blocks are used across your site.

2. Once indexed, you will be able to see the different blocks used on your site in the Block Catalog Taxonomy.

3. Navigating to an Block Editor post type will also show you the list of blocks present in a post.
3. Navigating to any Block Editor post type will also show you the list of blocks present in a post.

4. You can also filter the listing to only show Posts that have a specific block.

Expand Down Expand Up @@ -67,22 +69,23 @@ add_filter( 'block_catalog_block_title', function( $title, $block_name, $block )

== Changelog ==

## [1.2.1] - 2022-11-25
= 1.2.1 - 2022-11-25 =

- Improves block title detection when default title is missing.
- Initial svn release

## [1.2.0] - 2022-11-24
= 1.2.0 - 2022-11-24 =

- Improves filter output with wp_kses.

## [1.1.0] - 2022-11-23
= 1.1.0 - 2022-11-23 =

- Improves batch indexing for larger sites.
- Refactor delete index use batch mode.
- Refactor delete index to use batch mode.
- Improves error handling during indexing & deleting via WP-Admin.

## [1.0.1] - 2022-11-21
= 1.0.1 - 2022-11-21 =

- Initial release


0 comments on commit 4e934d9

Please sign in to comment.