From 915ca4cb5d6df482d83098da0b201413e859a4de Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 9 Aug 2026 21:11:40 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature:=20Rename=20project=20and=20up?= =?UTF-8?q?date=20README;=20add=20main=20plugin=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- projects-for-wordpress.php => projects-portfolio.php | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename projects-for-wordpress.php => projects-portfolio.php (100%) diff --git a/README.md b/README.md index 3490a1e..5ca3dba 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Projects for WordPress® +# Projects Portfolio -Create a beautifully structured, developer-first showcase directory for your WordPress® plugins, themes, and patterns - powered by GitHub. +Create a beautifully structured, developer-first showcase directory for your WordPress® plugins, themes, and patterns - powered by [GitHub](https://git.keithsolomon.net/Solo-Web-Works/Projects-Portfolio). ## What It Does -**Projects for WordPress®** adds a custom post type (`projects`) and taxonomy (`project-type`) to your WordPress® admin, allowing you to: +**Projects Portfolio** adds a custom post type (`projects`) and taxonomy (`project-type`) to your WordPress® admin, allowing you to: - Add plugins, themes, or patterns as projects. - Connect each project to a GitHub repository. @@ -26,13 +26,13 @@ Create a beautifully structured, developer-first showcase directory for your Wor ### From GitHub -1. **Download the latest ZIP** from the [GitHub Releases page](https://github.com/robertdevore/projects-portfolio/releases). +1. **Download the latest ZIP** from the [GitHub Releases page](https://git.keithsolomon.net/Solo-Web-Works/Projects-Portfolio/releases). 2. Go to your WordPress® Dashboard → Plugins → Add New → Upload Plugin. 3. Upload the ZIP and activate the plugin. ### From [keithsolomon.net](https://keithsolomon.net) -1. Visit the official plugin page: [Projects for WordPress®](https://keithsolomon.net/projects/projects-portfolio). +1. Visit the official plugin page: [Projects Portfolio](https://keithsolomon.net/projects/projects-portfolio). 2. Download the ZIP. 3. Install it via the WordPress® dashboard like above. diff --git a/projects-for-wordpress.php b/projects-portfolio.php similarity index 100% rename from projects-for-wordpress.php rename to projects-portfolio.php