Skip to content

Commit 05116f0

Browse files
fix: change version numbers in docs
1 parent 637ce7f commit 05116f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/plugins/example-blocks/example-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* Plugin Name: Example Blocks
44
* Description: Collection of example blocks to demonstrate how custom blocks can be used and added.
5-
* Requires at least: 6.1
6-
* Requires PHP: 7.0
5+
* Requires at least: 6.3
6+
* Requires PHP: 7.1
77
* Version: 0.1.0
88
* Author: The WordPress Contributors
99
* License: GPL-2.0-or-later

src/plugins/example-blocks/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Example Blocks ===
22
Contributors: Sparkbox
33
Tags: block
4-
Tested up to: 6.1
4+
Tested up to: 6.3
55
Stable tag: 0.1.0
66
License: GPL-2.0-or-later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)