Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Merge branch 'develop' into release/2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Apr 26, 2023
2 parents ecc0f29 + 4166bae commit a06fc3f
Show file tree
Hide file tree
Showing 12 changed files with 91 additions and 436 deletions.
4 changes: 4 additions & 0 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

use NewfoldLabs\WP\ModuleLoader\Container;
use NewfoldLabs\WP\ModuleLoader\Plugin;
// use NewfoldLabs\WP\Module\CustomerBluehost\CustomerBluehost;
use Bluehost\SiteMeta;

use function NewfoldLabs\WP\ModuleLoader\container as setContainer;

Expand Down Expand Up @@ -122,6 +124,8 @@ function () {
'file' => BLUEHOST_PLUGIN_FILE,
'brand' => get_option( 'mm_brand', 'bluehost' ),
'install_date' => get_option( 'bh_plugin_install_date' ),
// 'customer' => CustomerBluehost::collect(),
'site_id' => SiteMeta::get_id(),
)
);
}
Expand Down
1 change: 0 additions & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function () {
require __DIR__ . '/inc/cli-init.php';
require __DIR__ . '/inc/jetpack.php';
require __DIR__ . '/inc/menu.php';
require __DIR__ . '/inc/CTB/bootstrap.php';
require __DIR__ . '/inc/partners.php';
require __DIR__ . '/inc/performance.php';
require __DIR__ . '/inc/track-last-login.php';
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@
"doctrine/inflector": "1.2.0 as 1.3.1",
"newfold-labs/wp-module-business-reviews": "^1.1",
"newfold-labs/wp-module-coming-soon": "^1.1.3",
"newfold-labs/wp-module-ctb": "^1.0.0",
"newfold-labs/wp-module-customer-bluehost": "^1.5.3",
"newfold-labs/wp-module-data": "^2.3.0",
"newfold-labs/wp-module-ecommerce": "0.8.2",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^1.5.0",
"newfold-labs/wp-module-marketplace": "^1.5.1",
"newfold-labs/wp-module-notifications": "^1.1.2",
"newfold-labs/wp-module-onboarding": "1.4.1",
"newfold-labs/wp-module-secure-passwords": "^1.1",
Expand Down
64 changes: 57 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 0 additions & 105 deletions inc/CTB/CTBApi.php

This file was deleted.

45 changes: 0 additions & 45 deletions inc/CTB/bootstrap.php

This file was deleted.

Loading

0 comments on commit a06fc3f

Please sign in to comment.