diff --git a/composer.json b/composer.json index b55d2311d..4408371f6 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,7 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.1.0", "newfold-labs/wp-module-notifications": "^1.2.1", - "newfold-labs/wp-module-onboarding": "^1.11.8", + "newfold-labs/wp-module-onboarding": "^1.11.10", "newfold-labs/wp-module-patterns": "^0.1.8", "newfold-labs/wp-module-performance": "^1.2.2", "newfold-labs/wp-module-runtime": "^1.0.7", diff --git a/composer.lock b/composer.lock index ba4d996d5..c659e35f5 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": "2730ca21dbfbe1f3b9893a10d832d31f", + "content-hash": "912a54b4c4b3db876bfb2e6ed490814a", "packages": [ { "name": "doctrine/inflector", @@ -681,6 +681,45 @@ }, "time": "2023-10-24T15:24:33+00:00" }, + { + "name": "newfold-labs/wp-module-install-checker", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-install-checker.git", + "reference": "7d6574b297fb7a8a459ec9e53706bd956ef35490" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-install-checker/zipball/7d6574b297fb7a8a459ec9e53706bd956ef35490", + "reference": "7d6574b297fb7a8a459ec9e53706bd956ef35490", + "shasum": "" + }, + "type": "library", + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "NewfoldLabs\\WP\\Module\\InstallChecker\\": "includes/" + } + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Micah Wood", + "homepage": "https://wpscholar.com" + } + ], + "description": "A module that handles checking a WordPress installation to see if it is a fresh install and to fetch the estimated installation date.", + "support": { + "source": "https://github.com/newfold-labs/wp-module-install-checker/tree/1.0.2", + "issues": "https://github.com/newfold-labs/wp-module-install-checker/issues" + }, + "time": "2023-11-29T20:35:54+00:00" + }, { "name": "newfold-labs/wp-module-installer", "version": "1.1.2", @@ -873,22 +912,23 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "1.11.8", + "version": "1.11.10", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "196e62b8d741e825b11b52648cb23cd505597ca7" + "reference": "f1cc93205e8304c92eaa931ea6d71eda756c91a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/196e62b8d741e825b11b52648cb23cd505597ca7", - "reference": "196e62b8d741e825b11b52648cb23cd505597ca7", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/f1cc93205e8304c92eaa931ea6d71eda756c91a6", + "reference": "f1cc93205e8304c92eaa931ea6d71eda756c91a6", "shasum": "" }, "require": { "mustache/mustache": "^2.14", - "newfold-labs/wp-module-onboarding-data": "^0.0.6", - "newfold-labs/wp-module-patterns": "^0.1.8", + "newfold-labs/wp-module-install-checker": "^1.0", + "newfold-labs/wp-module-onboarding-data": "^0.0.8", + "newfold-labs/wp-module-patterns": "^0.1.9", "wp-cli/wp-config-transformer": "^1.3" }, "require-dev": { @@ -925,23 +965,23 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/1.11.8", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/1.11.10", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2023-11-07T11:23:21+00:00" + "time": "2023-11-29T09:55:24+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", - "version": "0.0.6", + "version": "0.0.8", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git", - "reference": "4735ce96add2e17253e434c38a1b613bd36b2cf4" + "reference": "3d9265b2c2e75978f9a4b6d430518817b2244301" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/4735ce96add2e17253e434c38a1b613bd36b2cf4", - "reference": "4735ce96add2e17253e434c38a1b613bd36b2cf4", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/3d9265b2c2e75978f9a4b6d430518817b2244301", + "reference": "3d9265b2c2e75978f9a4b6d430518817b2244301", "shasum": "" }, "require": { @@ -966,23 +1006,23 @@ ], "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.6", + "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/0.0.8", "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" }, - "time": "2023-11-01T10:30:53+00:00" + "time": "2023-11-29T09:37:19+00:00" }, { "name": "newfold-labs/wp-module-patterns", - "version": "0.1.8", + "version": "0.1.10", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-patterns.git", - "reference": "8e582216003d1e881b851efa76230ce0237d7fd4" + "reference": "0f459d2df5a44eec4dd39bc216187e36e9931cba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/8e582216003d1e881b851efa76230ce0237d7fd4", - "reference": "8e582216003d1e881b851efa76230ce0237d7fd4", + "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/0f459d2df5a44eec4dd39bc216187e36e9931cba", + "reference": "0f459d2df5a44eec4dd39bc216187e36e9931cba", "shasum": "" }, "require-dev": { @@ -1016,10 +1056,10 @@ ], "description": "WordPress Cloud Patterns", "support": { - "source": "https://github.com/newfold-labs/wp-module-patterns/tree/0.1.8", + "source": "https://github.com/newfold-labs/wp-module-patterns/tree/0.1.10", "issues": "https://github.com/newfold-labs/wp-module-patterns/issues" }, - "time": "2023-10-24T20:40:31+00:00" + "time": "2023-11-29T19:06:10+00:00" }, { "name": "newfold-labs/wp-module-performance",