Skip to content

Commit

Permalink
Fixes issue with release notes not being shown
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbug authored Dec 22, 2023
2 parents 8d013bd + 99200f0 commit d2a4c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/version_dialog/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
$current_version=$this->optionslib->get_option('version');
if ($data !== null && !empty($data)) {
foreach ($data as $singledata) {
if ($singledata['name']==$current_version) {
if ($singledata['tag_name']==$current_version) {
$firstRelease = $singledata;
continue;
}
Expand Down

0 comments on commit d2a4c79

Please sign in to comment.