Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan committed Dec 7, 2024
1 parent 6cf1dcb commit b0282fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).

## [Unreleased]

### Changed

- Remove global variable.

## [1.2.1] - 2024-12-07

### Changed
Expand Down
6 changes: 2 additions & 4 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@
require_once S3S_LATEST_COMMENTS_EXTENDED_PATH . 'vendor/autoload.php';
}

$updater = PucFactory::buildUpdateChecker(
PucFactory::buildUpdateChecker(
'https://github.com/s3rgiosan/latest-comments-extended/',
__FILE__,
'latest-comments-extended'
);

$updater->setBranch( 'main' );
)->setBranch( 'main' );

( Plugin::get_instance() )->setup();

0 comments on commit b0282fa

Please sign in to comment.