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

Commit 5f1a5bc

Browse files
authored
Merge pull request #1542 from bluehost/release/3.16.1
Release/3.16.1
2 parents 011303c + 3024d0d commit 5f1a5bc

File tree

7 files changed

+307
-272
lines changed

7 files changed

+307
-272
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.16.0
15+
* Version: 3.16.1
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.16.0' );
35+
define( 'BLUEHOST_PLUGIN_VERSION', '3.16.1' );
3636
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
3737
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
3838
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function () {
137137
setContainer( $bluehost_module_container );
138138

139139
// Set up the updater endpoint and map values
140-
$updateurl = 'https://hiive.cloud/workers/release-api/plugins/bluehost/bluehost-wordpress-plugin'; // Custom API GET endpoint
140+
$updateurl = 'https://hiive.cloud/workers/release-api/plugins/newfold-labs/wp-plugin-bluehost?slug=bluehost-wordpress-plugin&file=bluehost-wordpress-plugin.php '; // Custom API GET endpoint
141141
$pluginUpdater = new PluginUpdater( BLUEHOST_PLUGIN_FILE, $updateurl );
142142
$pluginUpdater->setDataMap(
143143
array(

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,32 +72,32 @@
7272
"wp-phpunit/wp-phpunit": "^6.7.1"
7373
},
7474
"require": {
75-
"newfold-labs/wp-module-activation": "^1.0.5",
75+
"newfold-labs/wp-module-activation": "^1.0.6",
7676
"newfold-labs/wp-module-atomic": "^1.3.0",
77-
"newfold-labs/wp-module-coming-soon": "^1.3.4",
77+
"newfold-labs/wp-module-coming-soon": "^1.3.5",
7878
"newfold-labs/wp-module-context": "^1.0.1",
79-
"newfold-labs/wp-module-data": "^2.6.8",
79+
"newfold-labs/wp-module-data": "^2.6.9",
8080
"newfold-labs/wp-module-deactivation": "^1.3.0",
8181
"newfold-labs/wp-module-ecommerce": "^1.5.1",
82-
"newfold-labs/wp-module-facebook": "^1.1.1",
82+
"newfold-labs/wp-module-facebook": "^1.1.2",
8383
"newfold-labs/wp-module-features": "^1.4.2",
8484
"newfold-labs/wp-module-global-ctb": "^1.0.14",
8585
"newfold-labs/wp-module-help-center": "^2.2.3",
8686
"newfold-labs/wp-module-installer": "^1.3.0",
87-
"newfold-labs/wp-module-loader": "^1.0.11",
87+
"newfold-labs/wp-module-loader": "^1.0.12",
8888
"newfold-labs/wp-module-marketplace": "^2.5.0",
89-
"newfold-labs/wp-module-migration": "^1.0.12",
89+
"newfold-labs/wp-module-migration": "^1.1.0",
9090
"newfold-labs/wp-module-notifications": "^1.6.6",
91-
"newfold-labs/wp-module-onboarding": "^2.5.6",
91+
"newfold-labs/wp-module-onboarding": "^2.5.7",
9292
"newfold-labs/wp-module-onboarding-data": "^1.2.4",
9393
"newfold-labs/wp-module-patterns": "^2.8.1",
94-
"newfold-labs/wp-module-performance": "^2.4.0",
94+
"newfold-labs/wp-module-performance": "^2.4.1",
9595
"newfold-labs/wp-module-pls": "^1.0.1",
9696
"newfold-labs/wp-module-runtime": "^1.1.3",
9797
"newfold-labs/wp-module-secure-passwords": "^1.1.1",
9898
"newfold-labs/wp-module-solutions": "^1.0.8",
99-
"newfold-labs/wp-module-sso": "^1.0.7",
100-
"newfold-labs/wp-module-staging": "^2.1.1",
99+
"newfold-labs/wp-module-sso": "^1.0.8",
100+
"newfold-labs/wp-module-staging": "^2.1.3",
101101
"wp-forge/wp-update-handler": "^1.0.2",
102102
"wp-forge/wp-upgrade-handler": "^1.0"
103103
}

0 commit comments

Comments
 (0)