Skip to content

Commit 95c4262

Browse files
Merge pull request #921 from WordPress/chore/v1.5
Preparing new version 1.5
2 parents 30ac686 + 7a8203c commit 95c4262

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
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.4.0
8+
* Version: 1.5.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.4.0' );
19+
define( 'WP_PLUGIN_CHECK_VERSION', '1.5.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: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== Plugin Check (PCP) ===
22

33
Contributors: wordpressdotorg
4-
Tested up to: 6.7
5-
Stable tag: 1.4.0
4+
Tested up to: 6.8
5+
Stable tag: 1.5.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,20 @@ In any case, passing the checks in this tool likely helps to achieve a smooth pl
6868

6969
== Changelog ==
7070

71+
= 1.5.0 =
72+
73+
* Enhancement - Improve url validation to check duplicate protocol.
74+
* Enhancement - Update severity for incorrect textdomains and i18n error codes.
75+
* Enhancement - Now issues in URL Author check are ERROR instead of WARNING.
76+
* Enhancement - New check for minor version in Tested up.
77+
* Enhancement - Make sure headers are not empty in the requires header check.
78+
* Enhancement - Include experimental option in admin.
79+
* Enhancement - Add Behat test for experimental checks from addons.
80+
* Enhancement - Improve license check for Apache.
81+
* Enhancement - Warn if requires headers are not same in readme and plugin header.
82+
* Fix - Remove warning for dynamic callback in register_setting check.
83+
* Fix - Incorrect database tables being referenced on subsites in Multisite.
84+
7185
= 1.4.0 =
7286

7387
* Enhancement - Allow ISC license in the License check.

0 commit comments

Comments
 (0)