From 5c09bebd4de13b85adfad2adbd20751179fcaef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:51:18 +0000 Subject: [PATCH] Composer(deps): Bump newfold-labs/wp-module-ecommerce Bumps [newfold-labs/wp-module-ecommerce](https://github.com/newfold-labs/wp-module-ecommerce) from 1.2.4 to 1.3.0. - [Release notes](https://github.com/newfold-labs/wp-module-ecommerce/releases) - [Commits](https://github.com/newfold-labs/wp-module-ecommerce/compare/v1.2.4...v1.3.0) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-ecommerce dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 58 ++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 51 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 3cc69e18c..d0d0dd0cd 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "newfold-labs/wp-module-ctb": "^1.1.2", "newfold-labs/wp-module-customer-bluehost": "^1.6.0", "newfold-labs/wp-module-data": "^2.4.8", - "newfold-labs/wp-module-ecommerce": "^1.2.4", + "newfold-labs/wp-module-ecommerce": "^1.3.0", "newfold-labs/wp-module-global-ctb": "^1.0.4", "newfold-labs/wp-module-help-center": "1.0.17", "newfold-labs/wp-module-loader": "^1.0.10", diff --git a/composer.lock b/composer.lock index 9baddd9c7..115b0b528 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": "8c824baa90792c4ebfa5b421002b3b7d", "packages": [ { "name": "doctrine/inflector", @@ -467,20 +467,21 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.2.4", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "b12626874f2261822da42400fd4df4783f38fb3a" + "reference": "8589c85bd93347a64e2f1ef19cb4c1ad8b85af27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/b12626874f2261822da42400fd4df4783f38fb3a", - "reference": "b12626874f2261822da42400fd4df4783f38fb3a", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/8589c85bd93347a64e2f1ef19cb4c1ad8b85af27", + "reference": "8589c85bd93347a64e2f1ef19cb4c1ad8b85af27", "shasum": "" }, "require": { - "newfold-labs/wp-module-installer": "^1.1" + "newfold-labs/wp-module-installer": "^1.1", + "newfold-labs/wp-module-onboarding-data": "^0.0.2" }, "require-dev": { "newfold-labs/wp-php-standards": "@stable", @@ -518,10 +519,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.2.4", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.0", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2023-09-15T09:47:05+00:00" + "time": "2023-10-06T10:58:11+00:00" }, { "name": "newfold-labs/wp-module-global-ctb", @@ -868,6 +869,47 @@ }, "time": "2023-09-20T12:11:19+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": "d0c6c03d24c6b15e8516007146ac226a4af14449" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/d0c6c03d24c6b15e8516007146ac226a4af14449", + "reference": "d0c6c03d24c6b15e8516007146ac226a4af14449", + "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.2", + "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" + }, + "time": "2023-09-28T08:43:53+00:00" + }, { "name": "newfold-labs/wp-module-patterns", "version": "0.1.5",