From 2c61a134bdf979b2d5ba3968d2ca0046fa396040 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 14 Aug 2024 13:03:41 -0400 Subject: [PATCH 1/3] add abandoned flag to composer and point to new(fold) plugin --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 1e33a77..c08256f 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "WordPress plugin that has shortcodes, widgets and themes.", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", + "abandoned": "newfold-labs/wp-plugin-mojo", "authors": [ { "name": "Mike Hansen", From 578369539d77e6fb9caeff6778f36f517fa6cf0e Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 14 Aug 2024 13:05:40 -0400 Subject: [PATCH 2/3] update readme --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 43f68f1..2e91c56 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,4 @@ WordPress plugin that integrates a WordPress site with Hosting and the Mojo Mark # Discontinued -New development on this plugin has been discontinued. It has been replaced with a newer plugin. It can be found at https://github.com/newfold-labs/wp-plugin-mojo/ This repo is still here to support existing sites running this plugin. - -# Installation - -Find the `mojo-marketplace-wp-plugin.zip` asset for your preferred version at: https://github.com/bluehost/mojo-marketplace-wp-plugin/releases/. - -Alternatively, check the updater endpoint for the latest version at: https://hiive.cloud/workers/release-api/plugins/bluehost/mojo-marketplace-wp-plugin?file=mojo-marketplace.php, this also includes a download link to the latest zip file or use this link to access the latest download: https://hiive.cloud/workers/release-api/plugins/bluehost/mojo-marketplace-wp-plugin/download/?file=mojo-marketplace.php. - -# Releasing Updates - -This plugin has version number set in 2 places in 1 file (mojo-marketplace-wp-plugin/mojo-marketplace.php): - -- the plugin header info -- the constant MM_VERSION +New development on this plugin has finally been discontinued. It has been superseded with a newer plugin. It can be found at https://github.com/newfold-labs/wp-plugin-mojo/ This repo is still here to support existing sites running this plugin. \ No newline at end of file From b6552ad3846b1df7bb261395165193bbbb5149bc Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 14 Aug 2024 13:05:56 -0400 Subject: [PATCH 3/3] remove dependabot file --- .github/dependabot.yml | 50 ------------------------------------------ 1 file changed, 50 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 215f70a..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,50 +0,0 @@ -version: 2 -updates: - - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - target-branch: "develop" - allow: - - dependency-type: direct - schedule: - interval: "daily" - commit-message: - prefix: "GitHub Actions" - include: "scope" - labels: - - "dependencies" - - # Maintain dependencies for npm - - package-ecosystem: "npm" - directory: "/" - target-branch: "develop" - allow: - - dependency-type: direct - schedule: - interval: "daily" - versioning-strategy: increase - commit-message: - prefix: "NPM" - prefix-development: "NPM Dev" - include: "scope" - labels: - - "dependencies" - - "javascript" - - # Maintain dependencies for Composer - - package-ecosystem: "composer" - directory: "/" - target-branch: "develop" - schedule: - interval: "daily" - allow: - - dependency-type: direct - versioning-strategy: increase - commit-message: - prefix: "Composer" - prefix-development: "Composer Dev" - include: "scope" - labels: - - "dependencies" - - "php"