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

Commit cc77707

Browse files
authored
Merge pull request #1381 from bluehost/release/3.15.2
Release/3.15.2
2 parents 5ff8008 + ae92f06 commit cc77707

File tree

6 files changed

+105
-170
lines changed

6 files changed

+105
-170
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.1
15+
* Version: 3.15.2
1616
* Requires at least: 6.4
1717
* Requires PHP: 7.3
1818
* Tested up to: 6.6.2
@@ -32,7 +32,7 @@
3232
}
3333

3434
// Define constants
35-
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.1' );
35+
define( 'BLUEHOST_PLUGIN_VERSION', '3.15.2' );
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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"wp-phpunit/wp-phpunit": "^6.6.2"
7373
},
7474
"require": {
75-
"newfold-labs/wp-module-activation": "^1.0.4",
75+
"newfold-labs/wp-module-activation": "^1.0.5",
7676
"newfold-labs/wp-module-atomic": "^1.3.0",
7777
"newfold-labs/wp-module-coming-soon": "^1.2.6",
7878
"newfold-labs/wp-module-context": "^1.0.1",
@@ -87,14 +87,13 @@
8787
"newfold-labs/wp-module-loader": "^1.0.10",
8888
"newfold-labs/wp-module-marketplace": "^2.4.0",
8989
"newfold-labs/wp-module-migration": "^1.0.12",
90-
"newfold-labs/wp-module-my-products": "^1.0.6",
9190
"newfold-labs/wp-module-notifications": "^1.6.1",
92-
"newfold-labs/wp-module-onboarding": "^2.5.0",
91+
"newfold-labs/wp-module-onboarding": "^2.5.2",
9392
"newfold-labs/wp-module-onboarding-data": "^1.2.1",
9493
"newfold-labs/wp-module-patterns": "^2.6.0",
9594
"newfold-labs/wp-module-performance": "2.0.1 as 1.9.9",
9695
"newfold-labs/wp-module-pls": "^1.0.0",
97-
"newfold-labs/wp-module-runtime": "^1.0.11",
96+
"newfold-labs/wp-module-runtime": "^1.0.12",
9897
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
9998
"newfold-labs/wp-module-solutions": "^1.0.2",
10099
"newfold-labs/wp-module-sso": "^1.0.6",

composer.lock

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

0 commit comments

Comments
 (0)