From c61f3f3310271ecfe048a906a7caca88fd0e4d67 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 21 Oct 2024 11:37:33 -0400 Subject: [PATCH] update to latest installer module also run `composer bump` to list specific current module versions --- composer.json | 20 ++++++++++---------- composer.lock | 14 +++++++------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index 353cb8b..f33feea 100644 --- a/composer.json +++ b/composer.json @@ -25,20 +25,20 @@ } }, "require": { - "newfold-labs/wp-module-installer": "^1.2.0-beta", + "newfold-labs/wp-module-installer": "^1.2.0-beta.4", "newfold-labs/wp-module-patterns": "^2.5", - "newfold-labs/wp-module-ai": "^1.1", + "newfold-labs/wp-module-ai": "^1.1.12", "wp-forge/wp-upgrade-handler": "^1.0", - "mustache/mustache": "^2.14", - "newfold-labs/wp-module-data": "^2.6", - "newfold-labs/wp-module-coming-soon": "^1.2", - "newfold-labs/wp-module-performance": "^2.0", - "newfold-labs/wp-module-install-checker": "^1.0", - "newfold-labs/wp-module-survey": "^1.0" + "mustache/mustache": "^2.14.2", + "newfold-labs/wp-module-data": "^2.6.3", + "newfold-labs/wp-module-coming-soon": "^1.2.6", + "newfold-labs/wp-module-performance": "^2.0.1", + "newfold-labs/wp-module-install-checker": "^1.0.3", + "newfold-labs/wp-module-survey": "^1.0.1" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "^2.4.3" + "newfold-labs/wp-php-standards": "^1.2.4", + "wp-cli/i18n-command": "^2.6.2" }, "config": { "allow-plugins": { diff --git a/composer.lock b/composer.lock index c272d8c..dec27c4 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": "837c81fe2ee7e029194ed202cd9cc0e4", + "content-hash": "6f3d591785b1246985438f3257c983b4", "packages": [ { "name": "doctrine/inflector", @@ -540,16 +540,16 @@ }, { "name": "newfold-labs/wp-module-installer", - "version": "1.2.0-beta", + "version": "1.2.0-beta.4", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-installer.git", - "reference": "ac8d961df8e6826df952d08eeb3f5a7f9b171db0" + "reference": "8a0f103d04318f12d6801ed1f3fb4764d5b0014d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/ac8d961df8e6826df952d08eeb3f5a7f9b171db0", - "reference": "ac8d961df8e6826df952d08eeb3f5a7f9b171db0", + "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/8a0f103d04318f12d6801ed1f3fb4764d5b0014d", + "reference": "8a0f103d04318f12d6801ed1f3fb4764d5b0014d", "shasum": "" }, "require": { @@ -579,10 +579,10 @@ ], "description": "An installer for WordPress plugins and themes.", "support": { - "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.2.0-beta", + "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.2.0-beta.4", "issues": "https://github.com/newfold-labs/wp-module-installer/issues" }, - "time": "2024-10-09T08:34:34+00:00" + "time": "2024-10-21T15:00:43+00:00" }, { "name": "newfold-labs/wp-module-loader",