diff --git a/composer.json b/composer.json index fde412db1..04ccb95eb 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 806a0e8b6..a92f65c2c 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": "940d048aed57fecaac623bfdcc7d61bd", + "content-hash": "853b922c4720f4af59b728f510fbe09c", "packages": [ { "name": "doctrine/inflector", @@ -418,16 +418,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.4.7", + "version": "2.4.8", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "c8b20f346302221c3ac18125a651fce66ebe2516" + "reference": "360de7c1eed2b3367162eeae0053988686a6db69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/c8b20f346302221c3ac18125a651fce66ebe2516", - "reference": "c8b20f346302221c3ac18125a651fce66ebe2516", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/360de7c1eed2b3367162eeae0053988686a6db69", + "reference": "360de7c1eed2b3367162eeae0053988686a6db69", "shasum": "" }, "require": { @@ -460,10 +460,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.4.7", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.4.8", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2023-09-28T17:34:55+00:00" + "time": "2023-10-04T14:06:48+00:00" }, { "name": "newfold-labs/wp-module-ecommerce", @@ -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",