From 700785e5ffd57f8d4628364bd3723ba7de232cf8 Mon Sep 17 00:00:00 2001 From: Rinat K Date: Thu, 19 Feb 2026 10:44:59 -0600 Subject: [PATCH 1/2] Update README to reflect project status as archived Added a notice indicating that the project is archived and no longer maintained. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1d15795..4bf1170f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # WordPress VIP Decoupled Plugin Bundle + +> ⚠️ This project is archived and is not maintained anymore. The code you see is provided for the reference purpose only and is not guaranteed to work anymore. + + This plugin bundle provides a number of plugins to help you quickly setup a decoupled WordPress application. It is designed to support VIP’s [Next.js boilerplate][nextjs-boilerplate] but can be used to support any decoupled frontend. It solves a number of common problems facing decoupled sites, including: - Previewing @@ -7,8 +11,6 @@ This plugin bundle provides a number of plugins to help you quickly setup a deco - Feeds - Exposing structured data for block-based content -> ⚠️ This project is under active development. If you are a VIP customer, please let us know if you'd like to use this plugin and we can provide additional guidance. Issues and PRs are welcome. 💖 - ## Table of contents - [Installation](#installation) - [Plugin activation](#plugin-activation) From d7a92cdfb6bb86a43f036fe6ef331590062f2995 Mon Sep 17 00:00:00 2001 From: Rinat K Date: Thu, 19 Feb 2026 19:00:23 -0600 Subject: [PATCH 2/2] Update README.md Co-authored-by: Max Schmeling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf1170f..64ad4385 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # WordPress VIP Decoupled Plugin Bundle -> ⚠️ This project is archived and is not maintained anymore. The code you see is provided for the reference purpose only and is not guaranteed to work anymore. +> ⚠️ This project is archived and no longer maintained. The code you see is provided for the reference purpose only and is not guaranteed to work. This plugin bundle provides a number of plugins to help you quickly setup a decoupled WordPress application. It is designed to support VIP’s [Next.js boilerplate][nextjs-boilerplate] but can be used to support any decoupled frontend. It solves a number of common problems facing decoupled sites, including: