From 0427457d0097036e2df116801b8bd55931db6ca4 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 18 Oct 2023 12:27:29 -0400 Subject: [PATCH] update notifications module to fix flaky test and ecommerce for ctb update. - Upgrading newfold-labs/wp-module-notifications (1.1.5 => 1.1.6) - Upgrading newfold-labs/wp-module-ecommerce (v1.3.1 => v1.3.4) --- composer.json | 4 ++-- composer.lock | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 90e0a1134..8cf3c887b 100644 --- a/composer.json +++ b/composer.json @@ -61,12 +61,12 @@ "newfold-labs/wp-module-customer-bluehost": "^1.6.0", "newfold-labs/wp-module-data": "^2.4.8", "newfold-labs/wp-module-deactivation": "^1.0.2", - "newfold-labs/wp-module-ecommerce": "^1.3.0", + "newfold-labs/wp-module-ecommerce": "^1.3.4", "newfold-labs/wp-module-global-ctb": "^1.0.7", "newfold-labs/wp-module-help-center": "1.0.17", "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-notifications": "^1.1.6", "newfold-labs/wp-module-onboarding": "^1.11.3", "newfold-labs/wp-module-patterns": "^0.1.6", "newfold-labs/wp-module-performance": "^1.2.1", diff --git a/composer.lock b/composer.lock index 588625498..5d88ed7bb 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": "7ca032f1831890283f0f5a3520a0eadf", + "content-hash": "a6a6a2e9e1971d732af59c2b438cf8ed", "packages": [ { "name": "doctrine/inflector", @@ -528,16 +528,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.3.1", + "version": "v1.3.4", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "58a01c0b313f1cba857147d4ecdb3189e9c18a9c" + "reference": "693becb29473fc03fd21c936179dfcea96d4882b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/58a01c0b313f1cba857147d4ecdb3189e9c18a9c", - "reference": "58a01c0b313f1cba857147d4ecdb3189e9c18a9c", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/693becb29473fc03fd21c936179dfcea96d4882b", + "reference": "693becb29473fc03fd21c936179dfcea96d4882b", "shasum": "" }, "require": { @@ -560,7 +560,7 @@ }, "scripts": { "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/wp-module-ecommerce.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/aulisius/bluehost-wordpress-plugin/issues\",\"POT-Creation-Date\":null}' --exclude=node_modules,src,tests" + "vendor/bin/wp i18n make-pot . ./languages/wp-module-ecommerce.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-ecommerce/issues\",\"POT-Creation-Date\":null}' --exclude=node_modules,src,tests" ], "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." @@ -580,10 +580,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.1", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.3.4", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2023-10-11T07:08:22+00:00" + "time": "2023-10-18T16:16:35+00:00" }, { "name": "newfold-labs/wp-module-global-ctb", @@ -828,16 +828,16 @@ }, { "name": "newfold-labs/wp-module-notifications", - "version": "1.1.5", + "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-notifications.git", - "reference": "042b1ca38ab5f89b1c9e1645eee48863b9f8aa4f" + "reference": "040c63553978974bdebc066febb0ba3842875095" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-notifications/zipball/042b1ca38ab5f89b1c9e1645eee48863b9f8aa4f", - "reference": "042b1ca38ab5f89b1c9e1645eee48863b9f8aa4f", + "url": "https://api.github.com/repos/newfold-labs/wp-module-notifications/zipball/040c63553978974bdebc066febb0ba3842875095", + "reference": "040c63553978974bdebc066febb0ba3842875095", "shasum": "" }, "require": { @@ -866,10 +866,10 @@ ], "description": "A module for managing Newfold in-site notifications.", "support": { - "source": "https://github.com/newfold-labs/wp-module-notifications/tree/1.1.5", + "source": "https://github.com/newfold-labs/wp-module-notifications/tree/1.1.6", "issues": "https://github.com/newfold-labs/wp-module-notifications/issues" }, - "time": "2023-09-19T22:36:12+00:00" + "time": "2023-10-18T16:10:26+00:00" }, { "name": "newfold-labs/wp-module-onboarding",