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

Commit

Permalink
Merge pull request #406 from bluehost/release/2.13.3
Browse files Browse the repository at this point in the history
Release/2.13.3
  • Loading branch information
circlecube authored Apr 26, 2023
2 parents 10bb685 + a06fc3f commit 2f8ee06
Show file tree
Hide file tree
Showing 13 changed files with 107 additions and 450 deletions.
8 changes: 6 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: The Bluehost Plugin
* Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.
* Version: 2.13.2
* Version: 2.13.3
* Tested up to: 6.2
* Requires at least: 5.9
* Requires PHP: 7.0
Expand All @@ -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 All @@ -33,7 +35,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '2.13.2' );
define( 'BLUEHOST_PLUGIN_VERSION', '2.13.3' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
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
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@
"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.3.0",
"newfold-labs/wp-module-onboarding": "1.4.1",
"newfold-labs/wp-module-secure-passwords": "^1.1",
"newfold-labs/wp-module-sso": "^1.0.3",
"wp-forge/collection": "^1.0.2",
Expand Down
76 changes: 63 additions & 13 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 2f8ee06

Please sign in to comment.