From 6c39ab4296e0d80c55d4f6bccf980a62224d9d91 Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Thu, 28 Sep 2023 14:02:51 +0530 Subject: [PATCH 1/2] Bump Onboarding to 1.11.0 --- composer.json | 2 +- composer.lock | 64 ++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 54 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index b8ad57341..e84ace825 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.0.2", "newfold-labs/wp-module-notifications": "^1.1.5", - "newfold-labs/wp-module-onboarding": "^1.10.4", + "newfold-labs/wp-module-onboarding": "^1.11.0", "newfold-labs/wp-module-patterns": "^0.1.4", "newfold-labs/wp-module-performance": "^1.2.1", "newfold-labs/wp-module-runtime": "^1.0.5", diff --git a/composer.lock b/composer.lock index 139937b6c..60db59b57 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": "d224b92e84b59edbb007b8d62adaa2fe", + "content-hash": "5ded9c92659a8d1ad573c512928b97e5", "packages": [ { "name": "doctrine/inflector", @@ -811,27 +811,27 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "1.10.4", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "639c8164cabba7760a01391107a9c14831932562" + "reference": "0a869da55c0b1d30a3b82f5ba1f8f7beb13af541" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/639c8164cabba7760a01391107a9c14831932562", - "reference": "639c8164cabba7760a01391107a9c14831932562", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/0a869da55c0b1d30a3b82f5ba1f8f7beb13af541", + "reference": "0a869da55c0b1d30a3b82f5ba1f8f7beb13af541", "shasum": "" }, "require": { "mustache/mustache": "^2.14", - "newfold-labs/wp-module-installer": "^1.1", + "newfold-labs/wp-module-onboarding-data": "^0.0.2", "newfold-labs/wp-module-patterns": "^0.1.2", - "wp-cli/wp-config-transformer": "^1.3", - "wp-forge/wp-upgrade-handler": "^1.0" + "wp-cli/wp-config-transformer": "^1.3" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "^2.4.3", "wp-phpunit/wp-phpunit": "^6.2", "yoast/phpunit-polyfills": "^2.0" }, @@ -863,10 +863,52 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/1.10.4", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/1.11.0", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2023-09-20T12:11:19+00:00" + "time": "2023-09-28T08:16:22+00:00" + }, + { + "name": "newfold-labs/wp-module-onboarding-data", + "version": "0.0.2", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git", + "reference": "3076e11442cc358105df6f563e6e0b31e51690fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/3076e11442cc358105df6f563e6e0b31e51690fd", + "reference": "3076e11442cc358105df6f563e6e0b31e51690fd", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-customer-bluehost": "^1.6.0", + "newfold-labs/wp-module-data": "^2.4.3", + "newfold-labs/wp-module-installer": "^1.1", + "wp-forge/wp-upgrade-handler": "^1.0" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Onboarding\\Data\\": "includes/" + } + }, + "authors": [ + { + "name": "arunshenoy99", + "email": "devarunshenoy99@gmail.com" + } + ], + "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.2", + "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" + }, + "time": "2023-09-26T10:52:25+00:00" }, { "name": "newfold-labs/wp-module-patterns", @@ -3414,5 +3456,5 @@ "platform-overrides": { "php": "7.1.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } From cca0e55ab4410e0602f14ce0a51b181f45bba5f2 Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Thu, 28 Sep 2023 14:43:32 +0530 Subject: [PATCH 2/2] Update onboarding --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 60db59b57..4b379e72f 100644 --- a/composer.lock +++ b/composer.lock @@ -815,12 +815,12 @@ "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "0a869da55c0b1d30a3b82f5ba1f8f7beb13af541" + "reference": "be6a011d78660058fbeb1d43192cd92ff8fde8c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/0a869da55c0b1d30a3b82f5ba1f8f7beb13af541", - "reference": "0a869da55c0b1d30a3b82f5ba1f8f7beb13af541", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/be6a011d78660058fbeb1d43192cd92ff8fde8c9", + "reference": "be6a011d78660058fbeb1d43192cd92ff8fde8c9", "shasum": "" }, "require": { @@ -866,7 +866,7 @@ "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/1.11.0", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2023-09-28T08:16:22+00:00" + "time": "2023-09-28T08:56:05+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data",