From 383e2cff65081c0bf68ba3ac77aea1781f64ad93 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 9 Aug 2026 20:30:50 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20Fix=20project=20URLs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects-for-wordpress.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects-for-wordpress.php b/projects-for-wordpress.php index b9173d2..2e33e1b 100644 --- a/projects-for-wordpress.php +++ b/projects-for-wordpress.php @@ -10,7 +10,7 @@ * * Plugin Name: Projects Portfolio * Description: Create a showcase directory for projects (plugins, themes, patterns) with custom post types, taxonomies, and download functionality. - * Plugin URI: https://git.keithsolomon.net/Solo-Web-Works/Projects-for-WordPress + * Plugin URI: https://git.keithsolomon.net/Solo-Web-Works/Projects-Portfolio * Version: 1.0.0 * Author: Keith Solomon * Author URI: https://keithsolomon.net @@ -18,7 +18,7 @@ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: projects-wp * Domain Path: /languages - * Update URI: https://git.keithsolomon.net/Solo-Web-Works/Projects-for-WordPress + * Update URI: https://git.keithsolomon.net/Solo-Web-Works/Projects-Portfolio */ // If this file is called directly, abort. @@ -30,7 +30,7 @@ require 'includes/plugin-update-checker/plugin-update-checker.php'; use YahnisElsts\PluginUpdateChecker\v5\PucFactory; $myUpdateChecker = PucFactory::buildUpdateChecker( - 'https://git.keithsolomon.net/Solo-Web-Works/Projects-for-WordPress', + 'https://git.keithsolomon.net/Solo-Web-Works/Projects-Portfolio', __FILE__, 'projects-portfolio' );