Skip to content

Commit

Permalink
Merge b3aa468 into 1e5d248
Browse files Browse the repository at this point in the history
  • Loading branch information
aratidgr8 authored Nov 20, 2024
2 parents 1e5d248 + b3aa468 commit 2f5f095
Show file tree
Hide file tree
Showing 20 changed files with 485 additions and 406 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.github
/bin
node_modules
/scripts
/src
/tests

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- '8.2'
- '8.3'
wpVersion:
- '6.4'
- '6.5'
- '6.6'
- '6.7'

steps:

Expand Down
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "WordPress/WordPress#tags/6.6.2",
"core": "WordPress/WordPress#tags/6.7",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
4 changes: 2 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* Update URI: https://github.com/bluehost/bluehost-wordpress-plugin
* Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.
* Version: 3.15.3
* Requires at least: 6.4
* Requires at least: 6.5
* Requires PHP: 7.3
* Tested up to: 6.6.2
* Tested up to: 6.7.0
* Author: Bluehost
* Author URI: https://bluehost.com
* Text Domain: wp-plugin-bluehost
Expand Down
4 changes: 1 addition & 3 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use WP_Forge\UpgradeHandler\UpgradeHandler;
use NewfoldLabs\WP\ModuleLoader\Container;
use NewfoldLabs\WP\ModuleLoader\Plugin;
use NewfoldLabs\WP\Context\Context;
use NewfoldLabs\WP\Module\Features\Features;
use function NewfoldLabs\WP\ModuleLoader\container as setContainer;
use function NewfoldLabs\WP\Context\setContext;
Expand Down Expand Up @@ -80,8 +79,7 @@ function () {
$bluehost_module_container->set( 'cache_types', $cache_types );
$bluehost_module_container->set( 'marketplace_brand', $marketplace_brand );
}
},
11
}
);

// Properly get branding links depending on market
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"newfold-labs/wp-php-standards": "^1.2.4",
"roave/security-advisories": "dev-latest",
"wp-cli/i18n-command": "^2.6.3",
"wp-phpunit/wp-phpunit": "^6.6.2"
"wp-phpunit/wp-phpunit": "^6.7.0"
},
"require": {
"newfold-labs/wp-module-activation": "^1.0.5",
Expand All @@ -78,19 +78,19 @@
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "^2.6.6",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-ecommerce": "^1.4.3",
"newfold-labs/wp-module-ecommerce": "^1.4.4",
"newfold-labs/wp-module-facebook": "^1.0.9",
"newfold-labs/wp-module-features": "^1.4.2",
"newfold-labs/wp-module-global-ctb": "^1.0.13",
"newfold-labs/wp-module-help-center": "^2.2.0",
"newfold-labs/wp-module-help-center": "^2.2.1",
"newfold-labs/wp-module-installer": "^1.2.2",
"newfold-labs/wp-module-loader": "^1.0.10",
"newfold-labs/wp-module-marketplace": "^2.4.0",
"newfold-labs/wp-module-migration": "^1.0.12",
"newfold-labs/wp-module-notifications": "^1.6.4",
"newfold-labs/wp-module-onboarding": "^2.5.2",
"newfold-labs/wp-module-onboarding-data": "^1.2.1",
"newfold-labs/wp-module-patterns": "^2.6.0",
"newfold-labs/wp-module-onboarding": "^2.5.3",
"newfold-labs/wp-module-onboarding-data": "^1.2.3",
"newfold-labs/wp-module-patterns": "^2.6.1",
"newfold-labs/wp-module-performance": "2.0.1",
"newfold-labs/wp-module-pls": "^1.0.0",
"newfold-labs/wp-module-runtime": "^1.0.12",
Expand Down
Loading

0 comments on commit 2f5f095

Please sign in to comment.