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