Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit fc48c1b

Browse files
authored
Merge pull request #1463 from bluehost/update/abandon-bluehost-org-repo
Abandon bluehost org repo and point to new repo at newfold-labs
2 parents 5f1a5bc + 43003d8 commit fc48c1b

File tree

4 files changed

+10
-59
lines changed

4 files changed

+10
-59
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<img src="https://raw.githubusercontent.com/bluehost/bluehost-wordpress-plugin/main/assets/svg/bluehost-logo.svg" alt="Bluehost Logo" title="Bluehost" align="right" height="32" />
33
</a>
44

5+
# Attention
6+
> [!NOTE]
7+
> **This repository has moved!**
8+
> Ongoing development has migrated to https://github.com/newfold-labs/wp-plugin-bluehost.
9+
> 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.
10+
511
# Bluehost WordPress Plugin
612
[![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)
713
[![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)

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": [
66
"GPL-2.0-or-later"
77
],
8+
"abandoned": "newfold-labs/wp-plugin-bluehost",
89
"authors": [
910
{
1011
"name": "Evan Mullins",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"wordpress",
1313
"plugin"
1414
],
15-
"homepage": "https://github.com/bluehost/bluehost-wordpress-plugin#readme",
15+
"homepage": "https://github.com/newfold-labs/wp-plugin-bluehost#readme",
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/bluehost/bluehost-wordpress-plugin.git"
18+
"url": "git+https://github.com/newfold-labs/wp-plugin-bluehost.git"
1919
},
2020
"bugs": {
21-
"url": "https://github.com/bluehost/bluehost-wordpress-plugin/issues"
21+
"url": "https://github.com/newfold-labs/wp-plugin-bluehost/issues"
2222
},
2323
"contributors": [
2424
"Abdulrahman Al Ani (https://alani.dev/)",

0 commit comments

Comments
 (0)