Skip to content

Commit

Permalink
Merge pull request #429 from WordPress/chore/v101-changelog
Browse files Browse the repository at this point in the history
Prepare v1.0.1
  • Loading branch information
swissspidy authored Feb 14, 2024
2 parents 3821632 + c014313 commit 7c3f6d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Plugin Check is a WordPress.org tool which provides checks to help plugins meet the directory requirements and follow various best practices.
* Requires at least: 6.3
* Requires PHP: 7.0
* Version: 1.0.0
* Version: 1.0.1
* Author: WordPress Performance Team and Plugin Review Team
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Expand All @@ -16,7 +16,7 @@

use WordPress\Plugin_Check\Plugin_Main;

define( 'WP_PLUGIN_CHECK_VERSION', '1.0.0' );
define( 'WP_PLUGIN_CHECK_VERSION', '1.0.1' );
define( 'WP_PLUGIN_CHECK_MINIMUM_PHP', '7.0' );
define( 'WP_PLUGIN_CHECK_MAIN_FILE', __FILE__ );
define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_PATH', plugin_dir_path( WP_PLUGIN_CHECK_MAIN_FILE ) );
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: wordpressdotorg
Requires at least: 6.3
Tested up to: 6.4
Requires PHP: 7.0
Stable tag: 1.0.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: plugin best practices, testing, accessibility, performance, security
Expand Down Expand Up @@ -69,6 +69,12 @@ In any case, passing the checks in this tool likely helps to achieve a smooth pl

== Changelog ==

= 1.0.1 =

* Fix - Add missing `test-content` folder needed for runtime checks.
* Fix - Do not send emails when setting up test environment.
* Fix - Prevent PHP warning when the `argv` variable isn't set.

= 1.0.0 =

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

0 comments on commit 7c3f6d4

Please sign in to comment.