From d08082890a345e3e9b4ba92c9991f5e0a5e124d2 Mon Sep 17 00:00:00 2001 From: Taylor Lovett <tlovett88@gmail.com> Date: Mon, 20 Jan 2025 09:53:24 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c67eaef..83b9d71 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +__This software is currently BETA.__ + # WP Framework WP Framework is a PHP package designed to simplify the development of WordPress themes and plugins by centralizing shared functionality. It provides a set of foundational tools, abstract classes, and reusable components to handle common challenges, enabling developers to focus on project-specific logic while ensuring consistency across projects.