Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
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
56 changes: 0 additions & 56 deletions .github/dependabot.yml

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<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" />
</a>

# 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)
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": [
"GPL-2.0-or-later"
],
"abandoned": "newfold-labs/wp-plugin-bluehost",
"authors": [
{
"name": "Evan Mullins",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/)",
Expand Down
Loading