Skip to content

Commit 0e361ff

Browse files
authored
Merge pull request #549 from WordPress/fix/531-bump-minimum-wp-version
Bump minimum WordPress requirement to 6.0
2 parents 38f6fac + 506d17c commit 0e361ff

4 files changed

Lines changed: 3 additions & 59 deletions

File tree

docs/Getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In general, all code must follow the [WordPress Coding Standards and best practi
4141

4242
### WordPress and PHP compatibility
4343
All code in the Performance Lab plugin must follow these requirements:
44-
- **WordPress**: the latest release is the minimum required version. Right now, the plugin is compatible with WordPress 5.8.
44+
- **WordPress**: the latest release is the minimum required version. Right now, the plugin is compatible with WordPress 6.0.
4545
- **PHP**: always match the latest WordPress version. The minimum required version right now is 5.6.
4646

4747
### Linting and formatting

load.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Performance Lab
44
* Plugin URI: https://github.com/WordPress/performance
55
* Description: Performance plugin from the WordPress Performance Team, which is a collection of standalone performance modules.
6-
* Requires at least: 5.8
6+
* Requires at least: 6.0
77
* Requires PHP: 5.6
88
* Version: 1.5.0
99
* Author: WordPress Performance Team
@@ -244,6 +244,3 @@ function perflab_load_active_and_valid_modules() {
244244
if ( is_admin() ) {
245245
require_once PERFLAB_PLUGIN_DIR_PATH . 'admin/load.php';
246246
}
247-
248-
// Polyfills.
249-
require_once PERFLAB_PLUGIN_DIR_PATH . 'polyfills.php';

polyfills.php

Lines changed: 0 additions & 53 deletions
This file was deleted.

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Performance Lab ===
22

33
Contributors: wordpressdotorg
4-
Requires at least: 5.8
4+
Requires at least: 6.0
55
Tested up to: 6.0
66
Requires PHP: 5.6
77
Stable tag: 1.5.0

0 commit comments

Comments
 (0)