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

Commit 6cf3ecb

Browse files
Merge pull request #1470 from bluehost/release/3.15.8
Release/3.15.8
2 parents c4c9837 + 6861c8d commit 6cf3ecb

File tree

9 files changed

+635
-1255
lines changed

9 files changed

+635
-1255
lines changed

bluehost-wordpress-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin URI: https://bluehost.com
1313
* Update URI: https://github.com/bluehost/bluehost-wordpress-plugin
1414
* Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.
15-
* Version: 3.15.7
15+
* Version: 3.15.8
1616
* Requires at least: 6.5
1717
* Requires PHP: 7.3
1818
* Tested up to: 6.7.1
@@ -32,7 +32,7 @@
3232
}
3333

3434
// Define constants
35-
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.7' );
35+
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.8' );
3636
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
3737
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
3838
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,26 +76,26 @@
7676
"newfold-labs/wp-module-atomic": "^1.3.0",
7777
"newfold-labs/wp-module-coming-soon": "^1.3.2",
7878
"newfold-labs/wp-module-context": "^1.0.1",
79-
"newfold-labs/wp-module-data": "^2.6.7",
79+
"newfold-labs/wp-module-data": "^2.6.8",
8080
"newfold-labs/wp-module-deactivation": "^1.2.3",
8181
"newfold-labs/wp-module-ecommerce": "^1.4.4",
8282
"newfold-labs/wp-module-facebook": "^1.0.9",
8383
"newfold-labs/wp-module-features": "^1.4.2",
8484
"newfold-labs/wp-module-global-ctb": "^1.0.13",
8585
"newfold-labs/wp-module-help-center": "^2.2.1",
8686
"newfold-labs/wp-module-installer": "^1.2.2",
87-
"newfold-labs/wp-module-loader": "^1.0.10",
87+
"newfold-labs/wp-module-loader": "^1.0.11",
8888
"newfold-labs/wp-module-marketplace": "^2.4.0",
8989
"newfold-labs/wp-module-migration": "^1.0.12",
9090
"newfold-labs/wp-module-notifications": "^1.6.6",
9191
"newfold-labs/wp-module-onboarding": "^2.5.5",
9292
"newfold-labs/wp-module-onboarding-data": "^1.2.4",
93-
"newfold-labs/wp-module-patterns": "^2.8.0",
93+
"newfold-labs/wp-module-patterns": "^2.8.1",
9494
"newfold-labs/wp-module-performance": "^2.0.1",
9595
"newfold-labs/wp-module-pls": "^1.0.0",
9696
"newfold-labs/wp-module-runtime": "^1.0.12",
9797
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
98-
"newfold-labs/wp-module-solutions": "^1.0.7",
98+
"newfold-labs/wp-module-solutions": "^1.0.8",
9999
"newfold-labs/wp-module-sso": "^1.0.7",
100100
"newfold-labs/wp-module-staging": "^2.1.1",
101101
"wp-forge/wp-update-handler": "^1.0.2",

composer.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = defineConfig( {
7171
// Test requires Jetpack, so exclude if not supported due to WP or PHP versions
7272
if ( ! supportsJetpack( config.env ) ) {
7373
config.excludeSpecPattern = config.excludeSpecPattern.concat( [
74-
'vendor/newfold-labs/wp-module-solutions/tests/cypress/integration/wp-plugins-installation-check.cy.js',
74+
'vendor/newfold-labs/wp-module-solutions/tests/cypress/integration/wp-plugins-installation-jetpack.cy.js',
7575
] );
7676
}
7777

0 commit comments

Comments
 (0)