-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
43 lines (30 loc) · 1.71 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=== Which Blocks ===
Contributors: cadic
Tags: block, block editor, blocks usage, statistics
Requires at least: 5.7
Tested up to: 6.2
Requires PHP: 7.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Get blocks usage statistics across the site.
== Description ==
Display the statistics of block usage across the site. Showing how much posts are using every block type.
== Frequently Asked Questions ==
= Where is block usage statistics =
Admin menu: Tools > Which Blocks
== Screenshots ==
1. This is an example of the plugin results screen.
== Installation ==
1. Install the plugin via the plugin installer, either by searching for it or uploading a .zip file.
2. Activate the plugin.
3. Head to Tools → Which Blocks to see all blocks from the website and their usage.
== Changelog ==
= 1.0.1 - 2023-03-30 =
* **Changed** PHP Unit Tests (props [@cadic](https://github.com/cadic) via [#12](https://github.com/cadic/which-blocks/pull/12))
* **Changed** Readmes and github templates (props [@cadic](https://github.com/cadic) via [#14](https://github.com/cadic/which-blocks/pull/14))
* **Changed** Remove composer autoloader (props [@cadic](https://github.com/cadic) via [#13](https://github.com/cadic/which-blocks/pull/13))
* **Changed** Replace Cypress WP Utils with the NPM package (props [@cadic](https://github.com/cadic) via [#11](https://github.com/cadic/which-blocks/pull/11))
* **Security** Bump webpack from 5.75.0 to 5.76.1 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@cadic](https://github.com/cadic) via [#15](https://github.com/cadic/which-blocks/pull/15))
= 1.0.0 - 09.02.2023 =
* Initial plugin release.