From e293a1f0d04466af731daca5485475e7d60881a1 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Wed, 20 Sep 2023 11:03:59 +0530 Subject: [PATCH 1/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b257939a84..01ef23e524 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Thank you for your interest in contributing to the Performance Lab plugin! Compl In general, all code must follow the [WordPress Coding Standards and best practices](https://developer.wordpress.org/coding-standards/). All code in the Performance Lab plugin must follow these requirements: - **WordPress**: As of Performance Lab v1.6.0, released October 17, 2022, the plugin's minimum WordPress version requirement is 6.0. -- **PHP**: Always match the latest WordPress version. The minimum required version right now is 5.6. +- **PHP**: Always match the latest WordPress version. The minimum required version right now is 7.0. ## Guidelines From 742dfacc000fde0e2c822d27cd75bbeefa2dc303 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Wed, 20 Sep 2023 11:05:38 +0530 Subject: [PATCH 2/3] Update load.php --- load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load.php b/load.php index 6b1d7bd153..7800bf305d 100644 --- a/load.php +++ b/load.php @@ -16,7 +16,7 @@ */ if ( ! defined( 'ABSPATH' ) ) { - exit; // Exit if accessed directly. + exit; } define( 'PERFLAB_VERSION', '2.6.1' ); From c7317f1fde68f93affb13f7c8bbc9e473c27ca82 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Wed, 20 Sep 2023 11:35:50 +0530 Subject: [PATCH 3/3] Update php-test.yml --- .github/workflows/php-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-test.yml b/.github/workflows/php-test.yml index 96eace9e50..4c249687b0 100644 --- a/.github/workflows/php-test.yml +++ b/.github/workflows/php-test.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 20 steps: - - uses: styfle/cancel-workflow-action@0.9.1 + - uses: styfle/cancel-workflow-action@0.11.0 - uses: actions/checkout@v3 - name: Setup Node.js (.nvmrc) uses: actions/setup-node@v3