From b308d4304d7d77acb17d46a4774ff570f439a96c Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 23 Oct 2024 19:16:18 -0400 Subject: [PATCH] installer 1.2.1 to fix php issue --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 792f0e518..c1fbffbcf 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-global-ctb": "^1.0.13", "newfold-labs/wp-module-help-center": "^2.1.1", - "newfold-labs/wp-module-installer": "^1.2.0", + "newfold-labs/wp-module-installer": "^1.2.1", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", "newfold-labs/wp-module-migration": "^1.0.12", diff --git a/composer.lock b/composer.lock index 478329f9a..e7d60e94f 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": "06a9dce3655bca9b3e7aa79895a9539e", + "content-hash": "7f052fe743bdff597a3bcfca1610bc2b", "packages": [ { "name": "doctrine/inflector", @@ -1285,16 +1285,16 @@ }, { "name": "newfold-labs/wp-module-installer", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-installer.git", - "reference": "1d7cb9d6f35107f409bb38e31c469c8a87ccd55b" + "reference": "4c5b0e49c53eb34feb5b438175d114dd2570d013" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/1d7cb9d6f35107f409bb38e31c469c8a87ccd55b", - "reference": "1d7cb9d6f35107f409bb38e31c469c8a87ccd55b", + "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/4c5b0e49c53eb34feb5b438175d114dd2570d013", + "reference": "4c5b0e49c53eb34feb5b438175d114dd2570d013", "shasum": "" }, "require": { @@ -1324,10 +1324,10 @@ ], "description": "An installer for WordPress plugins and themes.", "support": { - "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.2.0", + "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.2.1", "issues": "https://github.com/newfold-labs/wp-module-installer/issues" }, - "time": "2024-10-23T09:22:01+00:00" + "time": "2024-10-23T23:13:54+00:00" }, { "name": "newfold-labs/wp-module-loader",