Skip to content

Commit

Permalink
Removing functions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 18, 2024
1 parent f487745 commit 50f4100
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,6 @@
* @link https://www.chapter-template.isoc.org
*/

// https://github.com/YahnisElsts/plugin-update-checker/tree/master
require 'plugin-update-checker/plugin-update-checker.php';
use YahnisElsts\PluginUpdateChecker\v5\PucFactory;

$myUpdateChecker = PucFactory::buildUpdateChecker(
'https://github.com/InternetSociety/genesis-child-chapters',
// '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'
);

//Set the branch that contains the stable release.
$myUpdateChecker->setBranch('main');

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


// Starts the engine.
Expand Down

0 comments on commit 50f4100

Please sign in to comment.