Skip to content

Commit 7c3f6d4

Browse files
authored
Merge pull request #429 from WordPress/chore/v101-changelog
Prepare v1.0.1
2 parents 3821632 + c014313 commit 7c3f6d4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Plugin Check is a WordPress.org tool which provides checks to help plugins meet the directory requirements and follow various best practices.
66
* Requires at least: 6.3
77
* Requires PHP: 7.0
8-
* Version: 1.0.0
8+
* Version: 1.0.1
99
* Author: WordPress Performance Team and Plugin Review Team
1010
* License: GPLv2 or later
1111
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
@@ -16,7 +16,7 @@
1616

1717
use WordPress\Plugin_Check\Plugin_Main;
1818

19-
define( 'WP_PLUGIN_CHECK_VERSION', '1.0.0' );
19+
define( 'WP_PLUGIN_CHECK_VERSION', '1.0.1' );
2020
define( 'WP_PLUGIN_CHECK_MINIMUM_PHP', '7.0' );
2121
define( 'WP_PLUGIN_CHECK_MAIN_FILE', __FILE__ );
2222
define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_PATH', plugin_dir_path( WP_PLUGIN_CHECK_MAIN_FILE ) );

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: wordpressdotorg
44
Requires at least: 6.3
55
Tested up to: 6.4
66
Requires PHP: 7.0
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: plugin best practices, testing, accessibility, performance, security
@@ -69,6 +69,12 @@ In any case, passing the checks in this tool likely helps to achieve a smooth pl
6969

7070
== Changelog ==
7171

72+
= 1.0.1 =
73+
74+
* Fix - Add missing `test-content` folder needed for runtime checks.
75+
* Fix - Do not send emails when setting up test environment.
76+
* Fix - Prevent PHP warning when the `argv` variable isn't set.
77+
7278
= 1.0.0 =
7379

7480
* Feature - Complete overhaul of the plugin, its architecture, and all checks.

0 commit comments

Comments
 (0)