Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit d1c7df9

Browse files
authored
Update readmes and version bump to 0.3.0 (#4)
* Update readmes and version bump * Update readmes * Update readme
1 parent 91bfbbe commit d1c7df9

File tree

3 files changed

+34
-14
lines changed

3 files changed

+34
-14
lines changed

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
# Block Pattern Explorer
22

3-
[![License](https://img.shields.io/badge/license-GPL--2.0%2B-green.svg)](https://github.com/ndiego/block-pattern-explorer/blob/master/LICENSE.txt)
3+
[![License](https://img.shields.io/badge/license-GPL--2.0%2B-green.svg)](https://github.com/wpengine/block-pattern-explorer/blob/master/LICENSE.txt)
44

5-
![Block Pattern Explorer](https://raw.githubusercontent.com/ndiego/block-pattern-explorer/main/.wordpress-org/screenshot-1.png)
5+
![Block Pattern Explorer](https://user-images.githubusercontent.com/4832319/149374997-381c41de-6608-4997-91df-d72c7e273e2e.png)
66

77
The Block Pattern Explorer is an experimental WordPress plugin based **heavily** on the work currently being done in [Gutenberg](https://github.com/WordPress/gutenberg).
88

99
The purpose of this project is to isolate the pattern explorer into a standalone plugin that WordPress users/developers can interact with immediately, provide feedback on, and begin implementing into their own websites. Ideally, this initiative will also help inform the direction of core development.
1010

11-
Once the pattern explorer is integrated into WordPress proper, this project will be sunsetted in favor of the core offering.
11+
Once the pattern explorer is fully integrated into WordPress proper, this project will be sunsetted in favor of the core offering. Below is a list of current pull requests that are related to the Block Pattern Explorer in Gutenberg.
1212

13-
### Requirements
13+
- [#35006](https://github.com/WordPress/gutenberg/pull/35006)
14+
- [#35773](https://github.com/WordPress/gutenberg/pull/35773)
1415

15-
- For best results, it's recommended that you use the Block Pattern Explorer is conjunction with Gutenberg, at least until WordPress 5.9 is released.
16-
- You need to have the Block Editor enabled on your WordPress site.
16+
## Requirements
1717

18-
### Follow Core Development
18+
- WordPress 5.8+
19+
- [Gutenberg](https://github.com/WordPress/gutenberg) plugin (Not required if using WordPress 5.9+)
20+
- PHP 7.1+
1921

20-
Below is a list of current pull requests that are related to the Block Pattern Explorer in Gutenberg. Props to [@ntsekouras](https://github.com/ntsekouras) and [@shaunandrews](https://github.com/shaunandrews) who are spearheading much of this work.
22+
## Development
2123

22-
- https://github.com/WordPress/gutenberg/pull/35006
23-
- https://github.com/WordPress/gutenberg/pull/35773
24+
1. Set up a local WordPress development environment, we recommend using [Local](https://localwp.com/).
25+
2. Clone / download this repository into the `wp-content/plugins` folder.
26+
3. Navigate to the `wp-content/plugins/block-pattern-explorer` folder in the command line.
27+
4. Run `npm install` to install the plugin's dependencies within a `/node_modules/` folder.
28+
5. Run `composer install` to install the additional WordPress composer tools within a `/vendor/` folder.
29+
6. Run `npm run start` to compile and watch source files for changes while developing.
30+
31+
Refer to `package.json` and `composer.json` for additional commands.

block-pattern-explorer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: An experimental plugin to preview and insert block patterns in the Block Editor.
55
* Author: Nick Diego
66
* Author URI: https://www.nickdiego.com
7-
* Version: 0.2.1
7+
* Version: 0.3.0
88
* Requires at least: 5.8
99
* Requires PHP: 7.1
1010
* License: GPL2+

readme.txt

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: patterns, blocks, block patterns, starter content
55
Requires at least: 5.8
66
Tested up to: 5.9
77
Requires PHP: 7.1
8-
Stable tag: 0.2.1
8+
Stable tag: 0.3.0
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -17,15 +17,15 @@ An experimental plugin to preview and insert block patterns in the Block Editor
1717

1818
Please note that no block patterns are included with this plugin. Patterns must be provided by your theme or another plugin. You can also use the patterns provided by WordPress if enabled by your theme.
1919

20-
Furthermore, this plugin should be used in conjunction with the [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) until WordPress 5.9 is officially released.
20+
Furthermore, this plugin should be used in conjunction with the [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) until WordPress 5.9 is officially released on January 25, 2022.
2121

2222
=== Mission ===
2323

2424
The Block Pattern Explorer is heavily influenced by the work currently being done in the Gutenberg [GitHub repository](https://github.com/WordPress/gutenberg) on pattern previews.
2525

2626
The purpose of this project is to isolate the pattern explorer into a standalone plugin that WordPress users/developers can interact with immediately, provide feedback on, and begin implementing into their own websites. Ideally, this initiative will also help inform the direction of core development.
2727

28-
Once the pattern explorer is integrated into WordPress proper, this project will be sunsetted in favor of the core offering.
28+
Once the pattern explorer is fully integrated into WordPress proper, this project will be sunsetted in favor of the core offering.
2929

3030
== Screenshots ==
3131

@@ -50,6 +50,18 @@ Stay up-to-date on the Block Pattern Explorer, and Gutenberg development, using
5050

5151
== Changelog ==
5252

53+
= 0.3.0 - 2022-01-13 =
54+
55+
**Changed**
56+
57+
* Minor updates to modal styling.
58+
* Updated screenshots.
59+
60+
**Fixed**
61+
62+
* Fixed API bug causing the pattern explorer to be inaccessible on themes that do not utilize pattern category types.
63+
* Fixed linting and code quality errors.
64+
5365
= 0.2.1 - 2021-11-23 =
5466

5567
**Changed**

0 commit comments

Comments
 (0)