From 6dd324c61cc21286dc9c347163bc6376be0d6907 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 13 Nov 2023 17:23:30 -0500 Subject: [PATCH 1/2] update wp versions in test matrix --- .github/workflows/cypress-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-matrix.yml b/.github/workflows/cypress-matrix.yml index 6bd570e5..0bcd79c7 100644 --- a/.github/workflows/cypress-matrix.yml +++ b/.github/workflows/cypress-matrix.yml @@ -29,9 +29,9 @@ jobs: - '8.1' - '8.2' wpVersion: - - '6.1' - '6.2' - '6.3' + - '6.4' steps: From 9229a0c4fd689ad214b06aa41736b0f2ed3d5d3a Mon Sep 17 00:00:00 2001 From: diDroid Date: Fri, 17 Nov 2023 14:54:32 +0530 Subject: [PATCH 2/2] bump onboarding to 1.11.9 --- composer.json | 2 +- composer.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 5a0c4dc9..3560ab8a 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.0.2", "newfold-labs/wp-module-notifications": "^1.1.6", - "newfold-labs/wp-module-onboarding": "^1.11.8", + "newfold-labs/wp-module-onboarding": "^1.11.9", "newfold-labs/wp-module-performance": "^1.2.2", "newfold-labs/wp-module-runtime": "^1.0.7", "newfold-labs/wp-module-secure-passwords": "^1.1", diff --git a/composer.lock b/composer.lock index 9e905822..89f57fd8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c38ea103f342f7f0af3a342e6356326d", + "content-hash": "c8071742d7691dcdb51843e4a2ffa28a", "packages": [ { "name": "doctrine/inflector", @@ -625,21 +625,21 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "1.11.8", + "version": "1.11.9", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "196e62b8d741e825b11b52648cb23cd505597ca7" + "reference": "13627cecfc7e6be28f3af3dcfbfb3682b8e70469" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/196e62b8d741e825b11b52648cb23cd505597ca7", - "reference": "196e62b8d741e825b11b52648cb23cd505597ca7", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/13627cecfc7e6be28f3af3dcfbfb3682b8e70469", + "reference": "13627cecfc7e6be28f3af3dcfbfb3682b8e70469", "shasum": "" }, "require": { "mustache/mustache": "^2.14", - "newfold-labs/wp-module-onboarding-data": "^0.0.6", + "newfold-labs/wp-module-onboarding-data": "^0.0.7", "newfold-labs/wp-module-patterns": "^0.1.8", "wp-cli/wp-config-transformer": "^1.3" }, @@ -677,23 +677,23 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/1.11.8", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/1.11.9", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2023-11-07T11:23:21+00:00" + "time": "2023-11-17T09:15:03+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", - "version": "0.0.6", + "version": "0.0.7", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git", - "reference": "4735ce96add2e17253e434c38a1b613bd36b2cf4" + "reference": "dbebb068b86e8645d137abadba316331f715dc9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/4735ce96add2e17253e434c38a1b613bd36b2cf4", - "reference": "4735ce96add2e17253e434c38a1b613bd36b2cf4", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/dbebb068b86e8645d137abadba316331f715dc9f", + "reference": "dbebb068b86e8645d137abadba316331f715dc9f", "shasum": "" }, "require": { @@ -718,10 +718,10 @@ ], "description": "A non-toggleable module containing a standardized interface for interacting with Onboarding data.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/0.0.6", + "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/0.0.7", "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" }, - "time": "2023-11-01T10:30:53+00:00" + "time": "2023-11-17T09:04:51+00:00" }, { "name": "newfold-labs/wp-module-patterns", @@ -2545,5 +2545,5 @@ "platform-overrides": { "php": "7.1.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }