🔵 other: Fix project URLs
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user