Skip to content

Commit 832a335

Browse files
Merge pull request #1007 from WordPress/chore/v1.6.0
New version 1.6.0
2 parents 25922f4 + a38dcab commit 832a335

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-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.4
8-
* Version: 1.5.0
8+
* Version: 1.6.0
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.5.0' );
19+
define( 'WP_PLUGIN_CHECK_VERSION', '1.6.0' );
2020
define( 'WP_PLUGIN_CHECK_MINIMUM_PHP', '7.4' );
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: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributors: wordpressdotorg
44
Tested up to: 6.8
5-
Stable tag: 1.5.0
5+
Stable tag: 1.6.0
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: plugin best practices, testing, accessibility, performance, security
@@ -68,6 +68,26 @@ In any case, passing the checks in this tool likely helps to achieve a smooth pl
6868

6969
== Changelog ==
7070

71+
= 1.6.0 =
72+
73+
* Enhancement - Support strict output format for CLI commands.
74+
* Enhancement - Improve check for donate link in readme.
75+
* Enhancement - Improve info check in Version utils.
76+
* Enhancement - Improve URL validation for plugin header fields.
77+
* Enhancement - Improve ruleset files.
78+
* Enhancement - Increased severity for invalid plugin uri domain and plugin description checks in plugin header.
79+
* Enhancement - Remove CallTimePassByReference as it's deprecated rule.
80+
* Enhancement - Disallow special characters in textdomain.
81+
* Enhancement - Imported readme parser for preventing conflicts with wordpress.org. Use dotorg readme parser if available.
82+
* Enhancement - Discourage the use of `load_plugin_textdomain` found in plugins as it's not necessary in wordpress.org.
83+
* Enhancement - Upgrade severity for missing readme headers.
84+
* Enhancement - Show tested up to minor check only when it is current major version.
85+
* Enhancement - Added link in plugins page to run the plugin check.
86+
* Fix - Dynamic WP Content folder.
87+
* Fix - Fix test for special chars in file names giving problems to users after clone.
88+
* Fix - Remove Image_Functions_Check as they were making false positives.
89+
* Fix - Prevent WordPress version 10+ from being flagged as an error in the "Tested up to" check.
90+
7191
= 1.5.0 =
7292

7393
* Enhancement - Improve url validation to check duplicate protocol.

0 commit comments

Comments
 (0)