From 21debd2810897cc591d17fcb32c7da5cb59ddca1 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 10 Oct 2023 14:38:34 -0400 Subject: [PATCH] update onboarding module to 1.11.2 - Upgrading newfold-labs/wp-module-onboarding (1.10.4 => 1.11.2) - Locking newfold-labs/wp-module-onboarding-data (0.0.3) --- composer.json | 2 +- composer.lock | 61 ++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 52 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 3cc69e18c..417b75a69 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.2", "newfold-labs/wp-module-patterns": "^0.1.5", "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 9baddd9c7..f4dd3c7b8 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": "218ccb837c139911e8bcd796c9a00e5f", + "content-hash": "b75160c95513f4dac0f500efce004ed3", "packages": [ { "name": "doctrine/inflector", @@ -811,27 +811,27 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "1.10.4", + "version": "1.11.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "639c8164cabba7760a01391107a9c14831932562" + "reference": "32d72186f338af6358bc90165604a3e825350c96" }, "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/32d72186f338af6358bc90165604a3e825350c96", + "reference": "32d72186f338af6358bc90165604a3e825350c96", "shasum": "" }, "require": { "mustache/mustache": "^2.14", - "newfold-labs/wp-module-installer": "^1.1", + "newfold-labs/wp-module-onboarding-data": "^0.0.3", "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,51 @@ ], "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.2", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2023-09-20T12:11:19+00:00" + "time": "2023-10-06T11:04:32+00:00" + }, + { + "name": "newfold-labs/wp-module-onboarding-data", + "version": "0.0.3", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git", + "reference": "6c8cef5e2efd0fb3678b122582979a1c4c580c87" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/6c8cef5e2efd0fb3678b122582979a1c4c580c87", + "reference": "6c8cef5e2efd0fb3678b122582979a1c4c580c87", + "shasum": "" + }, + "require": { + "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.3", + "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" + }, + "time": "2023-10-06T10:38:41+00:00" }, { "name": "newfold-labs/wp-module-patterns",