Skip to content

Commit

Permalink
Some more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlfarth committed Oct 23, 2024
1 parent 7823175 commit 897c106
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
9 changes: 4 additions & 5 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* This file adds functions to the Internet Chapters Theme.
*
* @package Internet Chapters
* @author StudioPress
* @author Henri Wohlfarth
* @license GPL-2.0-or-later
* @link https://www.studiopress.com/
* @link https://www.chapter-template.isoc.org
*/

// https://github.com/YahnisElsts/plugin-update-checker/tree/master
Expand All @@ -16,7 +16,8 @@

$myUpdateChecker = PucFactory::buildUpdateChecker(
'https://github.com/InternetSociety/genesis-child-chapters',
//'http://chapter.local/wp-content/themes/genesis-child-chapters-main/plugin-update-checker/examples/theme.json',
// 'https://github.com/InternetSociety/genesis-child-chapters/blob/main/plugin-update-checker/examples/',
// 'http://chapter.local/wp-content/themes/genesis-child-chapters-main/plugin-update-checker/examples/theme.json',
__FILE__,
'genesis-child-chapters-main'
);
Expand All @@ -26,8 +27,6 @@

$myUpdateChecker->getVcsApi()->enableReleaseAssets();

$myUpdateChecker->getVcsApi()->enableReleaseAssets();


// Starts the engine.
require_once get_template_directory() . '/lib/init.php';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "internet-hall-of-fame",
"name": "Genesis Child Chapters",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down
11 changes: 5 additions & 6 deletions style.css

Large diffs are not rendered by default.

0 comments on commit 897c106

Please sign in to comment.