Skip to content

Commit 0d4f96b

Browse files
committed
Merge branch 'develop' into cypress-e2e
2 parents d6a1ba3 + 3bd427d commit 0d4f96b

7 files changed

Lines changed: 3086 additions & 1806 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- develop
1313
paths:
1414
- "**.php"
15+
- "composer.json"
16+
- "composer.lock"
17+
- ".github/workflows/*.yml"
1518

1619
permissions:
1720
contents: read

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ add_filter( 'block_catalog_block_title', function( $title, $block_name, $block )
158158
}, 10, 3 );
159159
```
160160

161+
### Where do I report security bugs found in this plugin?
162+
163+
Please report security bugs found in the source code of the Block Catalog plugin through the [Patchstack Vulnerability Disclosure  Program](https://patchstack.com/database/vdp/2b074f7a-1627-4c59-9072-4dca6bc02b63). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
164+
161165
## Support Level
162166

163167
**Stable:** 10up is not planning to develop any new features for this, but will still respond to bug reports and security concerns. We welcome PRs, but any that include new features should be small and easy to integrate and should not include breaking changes. We otherwise intend to keep this tested up to the most recent version of WordPress.

block-catalog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Block Catalog
44
* Description: Keep track of which Gutenberg Blocks are used across your site.
55
* Version: 1.6.2
6-
* Requires at least: 6.6
6+
* Requires at least: 6.8
77
* Requires PHP: 7.4
88
* Author: 10up
99
* Author URI: https://10up.com

0 commit comments

Comments
 (0)