🔵 other: Fix project URLs

This commit is contained in:
Keith Solomon
2026-08-09 20:30:50 -05:00
parent 360fe48089
commit 383e2cff65
+3 -3
View File
@@ -10,7 +10,7 @@
* *
* Plugin Name: Projects Portfolio * Plugin Name: Projects Portfolio
* Description: Create a showcase directory for projects (plugins, themes, patterns) with custom post types, taxonomies, and download functionality. * 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 * Version: 1.0.0
* Author: Keith Solomon * Author: Keith Solomon
* Author URI: https://keithsolomon.net * Author URI: https://keithsolomon.net
@@ -18,7 +18,7 @@
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: projects-wp * Text Domain: projects-wp
* Domain Path: /languages * 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. // 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; use YahnisElsts\PluginUpdateChecker\v5\PucFactory;
$myUpdateChecker = PucFactory::buildUpdateChecker( $myUpdateChecker = PucFactory::buildUpdateChecker(
'https://git.keithsolomon.net/Solo-Web-Works/Projects-for-WordPress', 'https://git.keithsolomon.net/Solo-Web-Works/Projects-Portfolio',
__FILE__, __FILE__,
'projects-portfolio' 'projects-portfolio'
); );