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

Update updater endpoint / Release 1.8.0 #167

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading