Skip to content

Commit

Permalink
change update url to new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 10, 2024
1 parent b12e1d7 commit f6133d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function () {
setContainer( $bluehost_module_container );

// Set up the updater endpoint and map values
$updateurl = 'https://hiive.cloud/workers/release-api/plugins/bluehost/bluehost-wordpress-plugin'; // Custom API GET endpoint
$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
$pluginUpdater = new PluginUpdater( BLUEHOST_PLUGIN_FILE, $updateurl );
$pluginUpdater->setDataMap(
array(
Expand Down

0 comments on commit f6133d4

Please sign in to comment.