From abc96797b7a01307085d813946c5a225d5906c66 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 10 Dec 2024 15:12:37 -0500 Subject: [PATCH 1/4] add abandoned property to composer file --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 443cc59e0..6ffe9b92b 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "license": [ "GPL-2.0-or-later" ], + "abandoned": "newfold-labs/wp-plugin-bluehost", "authors": [ { "name": "Evan Mullins", From b49fac75016f2f490578ac52303862d6ff71e623 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 10 Dec 2024 15:13:46 -0500 Subject: [PATCH 2/4] remove dependabot in preparation for archiving repo --- .github/dependabot.yml | 56 ------------------------------------------ 1 file changed, 56 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 8e23bdd04..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,56 +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" - registries: - npm-github: - type: npm-registry - url: https://npm.pkg.github.com - token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }} - replaces-base: true - - # 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" From 5951d2872c52447cae1033b1c03491a9b74a7111 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 30 Jan 2025 11:36:50 -0500 Subject: [PATCH 3/4] update links in package file to new repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 53b5b4dae..b45e504c0 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,13 @@ "wordpress", "plugin" ], - "homepage": "https://github.com/bluehost/bluehost-wordpress-plugin#readme", + "homepage": "https://github.com/newfold-labs/wp-plugin-bluehost#readme", "repository": { "type": "git", - "url": "git+https://github.com/bluehost/bluehost-wordpress-plugin.git" + "url": "git+https://github.com/newfold-labs/wp-plugin-bluehost.git" }, "bugs": { - "url": "https://github.com/bluehost/bluehost-wordpress-plugin/issues" + "url": "https://github.com/newfold-labs/wp-plugin-bluehost/issues" }, "contributors": [ "Abdulrahman Al Ani (https://alani.dev/)", From 43003d84c570833264b2dd2f261373978d5faaae Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 30 Jan 2025 11:37:15 -0500 Subject: [PATCH 4/4] add alert in readme pointing to new repo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 96194fd6f..0c4e53473 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Bluehost Logo +# Attention +> [!NOTE] +> **This repository has moved!** +> Ongoing development has migrated to https://github.com/newfold-labs/wp-plugin-bluehost. +> Installed plugins updating to this version will continue receiving updates to releases of the new repository automatically, in other words, no steps are required to keep a site updated via automatic or manual updates. + # Bluehost WordPress Plugin [![Version Number](https://img.shields.io/github/v/release/bluehost/bluehost-wordpress-plugin?color=21a0ed&labelColor=333333)](https://github.com/bluehost/bluehost-wordpress-plugin/releases) [![Package Plugin](https://github.com/bluehost/bluehost-wordpress-plugin/actions/workflows/upload-asset-on-release.yml/badge.svg?event=release)](https://github.com/bluehost/bluehost-wordpress-plugin/actions/workflows/upload-asset-on-release.yml)