Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #167 from bluehost/update/updater-endpoint
Browse files Browse the repository at this point in the history
Update updater endpoint / Release 1.8.0
  • Loading branch information
circlecube authored Aug 14, 2024
2 parents c217a8e + feba73d commit 5babb68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function () {
mm_require( MM_BASE_DIR . 'inc/admin-page-notifications-blocker.php' );

// Set up the updater endpoint and map values
$mojo_update_url = 'https://hiive.cloud/workers/release-api/plugins/bluehost/mojo-marketplace-wp-plugin?file=mojo-marketplace.php'; // Custom API GET endpoint
$mojo_update_url = 'https://hiive.cloud/workers/release-api/plugins/newfold-labs/wp-plugin-mojo?slug=mojo-marketplace-wp-plugin&file=mojo-marketplace.php '; // Custom API GET endpoint
$mojo_plugin_updater = new PluginUpdater( MM_FILE, $mojo_update_url );
$mojo_plugin_updater->setDataMap(
array(
Expand Down
6 changes: 3 additions & 3 deletions mojo-marketplace.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* Plugin Name: The MOJO Marketplace
* Plugin URI: https://mojomarketplace.com
* Description: This plugin adds shortcodes, widgets, and themes to your WordPress site.
* Version: 1.7.9
* Tested up to: 6.3.2
* Version: 1.8.0
* Tested up to: 6.6.1
* Requires at least: 5.8
* Requires PHP: 5.6
* Author: Bluehost
Expand All @@ -28,7 +28,7 @@
die;
}

define( 'MM_VERSION', '1.7.9' );
define( 'MM_VERSION', '1.8.0' );
define( 'MM_FILE', __FILE__ );
define( 'MM_BASE_DIR', plugin_dir_path( __FILE__ ) );
define( 'MM_BASE_URL', plugin_dir_url( __FILE__ ) );
Expand Down

0 comments on commit 5babb68

Please sign in to comment.