From 05ebbbc7ef7a3ead76b611a6058a6ca68ffb5866 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 11 Dec 2024 15:18:48 -0500 Subject: [PATCH] update solutions module and solutions test exclusion --- composer.json | 4 ++-- composer.lock | 18 +++++++++--------- cypress.config.js | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index f90b4b81c..56982d62b 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ "newfold-labs/wp-module-global-ctb": "^1.0.13", "newfold-labs/wp-module-help-center": "^2.2.1", "newfold-labs/wp-module-installer": "^1.2.2", - "newfold-labs/wp-module-loader": "^1.0.10", + "newfold-labs/wp-module-loader": "^1.0.11", "newfold-labs/wp-module-marketplace": "^2.4.0", "newfold-labs/wp-module-migration": "^1.0.12", "newfold-labs/wp-module-notifications": "^1.6.6", @@ -95,7 +95,7 @@ "newfold-labs/wp-module-pls": "^1.0.0", "newfold-labs/wp-module-runtime": "^1.0.12", "newfold-labs/wp-module-secure-passwords": "^1.1.1", - "newfold-labs/wp-module-solutions": "^1.0.7", + "newfold-labs/wp-module-solutions": "^1.0.8", "newfold-labs/wp-module-sso": "^1.0.7", "newfold-labs/wp-module-staging": "^2.1.1", "wp-forge/wp-update-handler": "^1.0.2", diff --git a/composer.lock b/composer.lock index a090cc771..a7f80862d 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": "2798260ea25e469d0b5b58966c0e06b6", + "content-hash": "dbf825858f653c4a7ef4b978235d0d4b", "packages": [ { "name": "doctrine/inflector", @@ -1920,16 +1920,16 @@ }, { "name": "newfold-labs/wp-module-solutions", - "version": "1.0.7", + "version": "1.0.8", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-solutions.git", - "reference": "e478b76da20b5caa75dd901336471666ef7c7516" + "reference": "177657e42a0f10ca59a60e9f8dc01c2f13edf174" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/e478b76da20b5caa75dd901336471666ef7c7516", - "reference": "e478b76da20b5caa75dd901336471666ef7c7516", + "url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/177657e42a0f10ca59a60e9f8dc01c2f13edf174", + "reference": "177657e42a0f10ca59a60e9f8dc01c2f13edf174", "shasum": "" }, "require": { @@ -1960,10 +1960,10 @@ ], "description": "A Newfold module that handles integration of WordPress Solutions Addon packages (content creator/ service / ecommerce) for BlueHost & HostGator customers", "support": { - "source": "https://github.com/newfold-labs/wp-module-solutions/tree/1.0.7", + "source": "https://github.com/newfold-labs/wp-module-solutions/tree/1.0.8", "issues": "https://github.com/newfold-labs/wp-module-solutions/issues" }, - "time": "2024-11-24T19:55:44+00:00" + "time": "2024-12-11T20:08:01+00:00" }, { "name": "newfold-labs/wp-module-sso", @@ -5023,8 +5023,8 @@ }, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "platform-overrides": { "php": "7.3.0" }, diff --git a/cypress.config.js b/cypress.config.js index b03ecc21c..7083fd71e 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -71,7 +71,7 @@ module.exports = defineConfig( { // Test requires Jetpack, so exclude if not supported due to WP or PHP versions if ( ! supportsJetpack( config.env ) ) { config.excludeSpecPattern = config.excludeSpecPattern.concat( [ - 'vendor/newfold-labs/wp-module-solutions/tests/cypress/integration/wp-plugins-installation-check.cy.js', + 'vendor/newfold-labs/wp-module-solutions/tests/cypress/integration/wp-plugins-installation-jetpack.cy.js', ] ); }