Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Dec 26, 2024
2 parents 9c68837 + 5d55639 commit a38fd32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[unreleased]

#### 2.3.3 / 2024-12-26
* revert fix for deprecated parameter

#### 2.3.2 / 2024-12-25
* update for no parameter in `get_remote_changes()`

Expand Down
2 changes: 1 addition & 1 deletion git-updater-gitea.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin Name: Git Updater - Gitea
* Plugin URI: https://github.com/afragen/git-updater-gitea
* Description: Add Gitea hosted repositories to the Git Updater plugin.
* Version: 2.3.2
* Version: 2.3.3
* Author: Andy Fragen
* License: MIT
* Network: true
Expand Down
2 changes: 1 addition & 1 deletion src/Gitea/Gitea_API.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function get_remote_tag() {
* @return mixed
*/
public function get_remote_changes( $changes ) {
return $this->get_remote_api_changes( 'gitea', '/repos/:owner/:repo/raw/:branch/:changelog' );
return $this->get_remote_api_changes( 'gitea', $changes, '/repos/:owner/:repo/raw/:branch/:changelog' );
}

/**
Expand Down

0 comments on commit a38fd32

Please sign in to comment.