diff --git a/bootstrap.php b/bootstrap.php index 4174f421b..3be951356 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -52,7 +52,6 @@ function () { 'file' => BLUEHOST_PLUGIN_FILE, 'brand' => get_option( 'mm_brand', 'bluehost' ), 'install_date' => get_option( 'bluehost_plugin_install_date' ), - 'site_id' => \NewfoldLabs\WP\Module\CustomerBluehost\SiteMeta::get_id(), ) ); } diff --git a/composer.json b/composer.json index d1106adda..fe41909c6 100644 --- a/composer.json +++ b/composer.json @@ -66,11 +66,8 @@ "wp-phpunit/wp-phpunit": "^6.4.2" }, "require": { - "newfold-labs/wp-module-business-reviews": "^1.1.1", "newfold-labs/wp-module-coming-soon": "^1.2.0", "newfold-labs/wp-module-context": "^1.0.0", - "newfold-labs/wp-module-ctb": "^1.1.3", - "newfold-labs/wp-module-customer-bluehost": "^1.6.0", "newfold-labs/wp-module-data": "^2.4.18", "newfold-labs/wp-module-deactivation": "^1.0.5", "newfold-labs/wp-module-ecommerce": "^1.3.23", diff --git a/composer.lock b/composer.lock index 04e43fdd5..0ee395801 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": "0e977814a696f26c3c4d70414fac5d6d", + "content-hash": "e183faade9de353a4ce1adc2e3f453f9", "packages": [ { "name": "doctrine/inflector", @@ -235,41 +235,6 @@ }, "time": "2024-02-27T15:16:54+00:00" }, - { - "name": "newfold-labs/wp-module-business-reviews", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://github.com/newfold-labs/wp-module-business-reviews.git", - "reference": "b5319eeef7ec72ecceb857f0ae8c6ae61ffa8027" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-business-reviews/zipball/b5319eeef7ec72ecceb857f0ae8c6ae61ffa8027", - "reference": "b5319eeef7ec72ecceb857f0ae8c6ae61ffa8027", - "shasum": "" - }, - "type": "library", - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "William Earnhardt", - "email": "william.earnhardt@endurance.com" - } - ], - "description": "Newfold Bluehost Business Reviews Integration", - "support": { - "source": "https://github.com/newfold-labs/wp-module-business-reviews/tree/1.1.1" - }, - "time": "2023-06-06T17:53:42+00:00" - }, { "name": "newfold-labs/wp-module-coming-soon", "version": "1.2.0", @@ -378,102 +343,6 @@ }, "time": "2024-02-22T18:22:13+00:00" }, - { - "name": "newfold-labs/wp-module-ctb", - "version": "1.1.3", - "source": { - "type": "git", - "url": "https://github.com/newfold-labs/wp-module-ctb.git", - "reference": "dedae32b61847c30faee072b3e33099a4d4fe985" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ctb/zipball/dedae32b61847c30faee072b3e33099a4d4fe985", - "reference": "dedae32b61847c30faee072b3e33099a4d4fe985", - "shasum": "" - }, - "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "NewfoldLabs\\WP\\Module\\CTB\\": "includes" - }, - "files": [ - "bootstrap.php" - ] - }, - "scripts": { - "fix": [ - "vendor/bin/phpcbf . --standard=phpcs.xml" - ], - "lint": [ - "vendor/bin/phpcs . --standard=phpcs.xml -s" - ] - }, - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Evan Mullins", - "homepage": "https://evanmullins.com" - } - ], - "description": "Newfold module for 'Click to Buy' functionality in brand plugins", - "support": { - "source": "https://github.com/newfold-labs/wp-module-ctb/tree/1.1.3", - "issues": "https://github.com/newfold-labs/wp-module-ctb/issues" - }, - "time": "2024-02-02T13:40:45+00:00" - }, - { - "name": "newfold-labs/wp-module-customer-bluehost", - "version": "1.6.0", - "source": { - "type": "git", - "url": "https://github.com/newfold-labs/wp-module-customer-bluehost.git", - "reference": "c0b205c9619c657264e0eb7efa29fba191102045" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-customer-bluehost/zipball/c0b205c9619c657264e0eb7efa29fba191102045", - "reference": "c0b205c9619c657264e0eb7efa29fba191102045", - "shasum": "" - }, - "require": { - "newfold-labs/wp-module-data": "^2.2.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "NewfoldLabs\\WP\\Module\\CustomerBluehost\\": "includes" - }, - "files": [ - "bootstrap.php", - "includes/AccessToken.php", - "includes/CustomerBluehost.php", - "includes/ResponseUtilities.php", - "includes/SiteMeta.php" - ] - }, - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Evan Mullins", - "homepage": "https://evanmullins.com" - } - ], - "description": "Customer module to interface with bluehost and the data module.", - "support": { - "source": "https://github.com/newfold-labs/wp-module-customer-bluehost/tree/1.6.0", - "issues": "https://github.com/newfold-labs/wp-module-customer-bluehost/issues" - }, - "time": "2023-05-30T21:27:34+00:00" - }, { "name": "newfold-labs/wp-module-data", "version": "2.4.18",