diff --git a/composer.json b/composer.json index 714bdf5b7..89a2333ff 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,13 @@ "only": [ "newfold-labs/*" ] + }, + "instawp": { + "type": "vcs", + "url": "git@github.com:InstaWP/connect-helpers.git", + "only": [ + "instawp/*" + ] } }, "scripts": { @@ -77,8 +84,8 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.2.4", "newfold-labs/wp-module-notifications": "^1.3.0", - "newfold-labs/wp-module-onboarding": "^2.1.9", - "newfold-labs/wp-module-patterns": "^0.1.18", + "newfold-labs/wp-module-onboarding": "^2.3.0", + "newfold-labs/wp-module-patterns": "^1.0.0", "newfold-labs/wp-module-performance": "^1.4.1", "newfold-labs/wp-module-runtime": "^1.0.10", "newfold-labs/wp-module-secure-passwords": "^1.1.1", diff --git a/composer.lock b/composer.lock index 1990544f4..b1c38818b 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": "d4d2db33d9068ca786071a8550b33817", + "content-hash": "751a6dc2d087b4f415ffb17c9a633a7b", "packages": [ { "name": "doctrine/inflector", @@ -102,6 +102,54 @@ ], "time": "2021-04-16T17:34:40+00:00" }, + { + "name": "instawp/connect-helpers", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/InstaWP/connect-helpers.git", + "reference": "34e9bdeb65e07a926dbeef41f90fac8a5a50a312" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/InstaWP/connect-helpers/zipball/34e9bdeb65e07a926dbeef41f90fac8a5a50a312", + "reference": "34e9bdeb65e07a926dbeef41f90fac8a5a50a312", + "shasum": "" + }, + "require": { + "php": ">= 5.6", + "wp-cli/wp-config-transformer": "^1.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "InstaWP\\Connect\\Helpers\\": "src/" + } + }, + "scripts": { + "build": [ + "composer dump-autoload" + ], + "build-nd": [ + "composer dump-autoload --no-dev" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sayan Datta", + "email": "sayan@instawp.com" + } + ], + "description": "CLI Package for InstaWP Remote Features", + "support": { + "source": "https://github.com/InstaWP/connect-helpers/tree/1.0.0", + "issues": "https://github.com/InstaWP/connect-helpers/issues" + }, + "time": "2024-05-02T13:07:03+00:00" + }, { "name": "mustache/mustache", "version": "v2.14.2", @@ -580,16 +628,16 @@ }, { "name": "newfold-labs/wp-module-facebook", - "version": "v1.0.6", + "version": "v1.0.7", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-facebook.git", - "reference": "55acbb2732e333eb0890943b35a54141eb74700b" + "reference": "77a433621894590b3d38c511d880d830fb3b4b64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-facebook/zipball/55acbb2732e333eb0890943b35a54141eb74700b", - "reference": "55acbb2732e333eb0890943b35a54141eb74700b", + "url": "https://api.github.com/repos/newfold-labs/wp-module-facebook/zipball/77a433621894590b3d38c511d880d830fb3b4b64", + "reference": "77a433621894590b3d38c511d880d830fb3b4b64", "shasum": "" }, "require": { @@ -615,10 +663,10 @@ } ], "support": { - "source": "https://github.com/newfold-labs/wp-module-facebook/tree/v1.0.6", + "source": "https://github.com/newfold-labs/wp-module-facebook/tree/v1.0.7", "issues": "https://github.com/newfold-labs/wp-module-facebook/issues" }, - "time": "2024-02-12T08:48:41+00:00" + "time": "2024-05-03T10:09:41+00:00" }, { "name": "newfold-labs/wp-module-global-ctb", @@ -900,6 +948,60 @@ }, "time": "2024-02-27T17:01:06+00:00" }, + { + "name": "newfold-labs/wp-module-migration", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-migration.git", + "reference": "06bef1f285797a89d5e7561af564eb0caa954317" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/06bef1f285797a89d5e7561af564eb0caa954317", + "reference": "06bef1f285797a89d5e7561af564eb0caa954317", + "shasum": "" + }, + "require": { + "instawp/connect-helpers": "1.0.0", + "newfold-labs/wp-module-loader": "^1.0.10" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\Migration\\": "includes/" + }, + "files": [ + "bootstrap.php" + ] + }, + "scripts": { + "i18n": [ + "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 ." + ], + "lint": [ + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ] + }, + "authors": [ + { + "name": "Beyond", + "email": "team-spartans@newfold.com" + } + ], + "description": "Initiates the migration process", + "support": { + "source": "https://github.com/newfold-labs/wp-module-migration/tree/v1.0.1", + "issues": "https://github.com/newfold-labs/wp-module-migration/issues" + }, + "time": "2024-05-03T08:33:23+00:00" + }, { "name": "newfold-labs/wp-module-notifications", "version": "1.3.0", @@ -947,24 +1049,24 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "2.1.9", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "2222ba0dd38a7ac9be07f16a077000b195bb088b" + "reference": "52e72f9fda8838e657c5960bfd2f7619cdb6267f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/2222ba0dd38a7ac9be07f16a077000b195bb088b", - "reference": "2222ba0dd38a7ac9be07f16a077000b195bb088b", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/52e72f9fda8838e657c5960bfd2f7619cdb6267f", + "reference": "52e72f9fda8838e657c5960bfd2f7619cdb6267f", "shasum": "" }, "require": { "mustache/mustache": "^2.14", "newfold-labs/wp-module-facebook": "^1.0", - "newfold-labs/wp-module-install-checker": "^1.0", + "newfold-labs/wp-module-migration": "^1.0", "newfold-labs/wp-module-onboarding-data": "^1.1", - "newfold-labs/wp-module-patterns": "^0.1", + "newfold-labs/wp-module-patterns": "^1.0", "wp-cli/wp-config-transformer": "^1.3", "wp-forge/helpers": "^2.0" }, @@ -1002,23 +1104,23 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.1.9", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.3.0", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2024-04-10T06:31:29+00:00" + "time": "2024-05-06T13:36:43+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", - "version": "1.1.6", + "version": "1.1.8", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git", - "reference": "a490aea294a8c80bef942f3169f9b90249aa2afc" + "reference": "af38c140688f02983628026d85d111cce89d0991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/a490aea294a8c80bef942f3169f9b90249aa2afc", - "reference": "a490aea294a8c80bef942f3169f9b90249aa2afc", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/af38c140688f02983628026d85d111cce89d0991", + "reference": "af38c140688f02983628026d85d111cce89d0991", "shasum": "" }, "require": { @@ -1026,19 +1128,24 @@ "newfold-labs/wp-module-ai": "^1.1", "newfold-labs/wp-module-coming-soon": "^1.2", "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-install-checker": "^1.0", "newfold-labs/wp-module-installer": "^1.1", - "newfold-labs/wp-module-patterns": "^0.1", + "newfold-labs/wp-module-patterns": "^1.0", "newfold-labs/wp-module-performance": "^1.4", "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "^2.4.3" }, "type": "library", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Onboarding\\Data\\": "includes/" - } + }, + "files": [ + "includes/I18n.php" + ] }, "authors": [ { @@ -1048,23 +1155,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/1.1.6", + "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/1.1.8", "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" }, - "time": "2024-04-09T08:29:00+00:00" + "time": "2024-05-03T12:25:04+00:00" }, { "name": "newfold-labs/wp-module-patterns", - "version": "0.1.18", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-patterns.git", - "reference": "9a9da02c091b24c5390b463d9d4876088fe67265" + "reference": "3f41c4cc25b27f1e488a9cc2ffd82f5bc953128a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/9a9da02c091b24c5390b463d9d4876088fe67265", - "reference": "9a9da02c091b24c5390b463d9d4876088fe67265", + "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/3f41c4cc25b27f1e488a9cc2ffd82f5bc953128a", + "reference": "3f41c4cc25b27f1e488a9cc2ffd82f5bc953128a", "shasum": "" }, "require-dev": { @@ -1098,10 +1205,10 @@ ], "description": "WordPress Cloud Patterns", "support": { - "source": "https://github.com/newfold-labs/wp-module-patterns/tree/0.1.18", + "source": "https://github.com/newfold-labs/wp-module-patterns/tree/1.0.0", "issues": "https://github.com/newfold-labs/wp-module-patterns/issues" }, - "time": "2024-04-15T15:11:04+00:00" + "time": "2024-05-01T20:37:14+00:00" }, { "name": "newfold-labs/wp-module-performance", @@ -3961,5 +4068,5 @@ "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }