Skip to content

Commit

Permalink
Merge pull request #160 from WildcardSearch/stable
Browse files Browse the repository at this point in the history
2.0.7 Release
  • Loading branch information
Mark Vincent committed Mar 19, 2014
2 parents cf40c65 + 12f19b5 commit 45e9068
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Advanced-Sidebox 2.0.6
## Advanced-Sidebox 2.0.7

<p align="center">
<img title="Advanced Sidebox Logo" alt="Advanced Sidebox Logo" src="https://github.com/WildcardSearch/Advanced-Sidebox/wiki/asb_logo_320.png" />
Expand Down
3 changes: 1 addition & 2 deletions Upload/inc/plugins/asb/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function asb_info()
"website" => "https://github.com/WildcardSearch/Advanced-Sidebox",
"author" => $author,
"authorsite" => "http://www.rantcentralforums.com",
"version" => "2.0.6",
"version" => "2.0.7",
"compatibility" => "16*",
"guid" => "870e9163e2ae9b606a789d9f7d4d2462",
);
Expand All @@ -115,7 +115,6 @@ function asb_info()
*/
function asb_is_installed()
{
global $db;
return asb_get_settingsgroup();
}

Expand Down
2 changes: 1 addition & 1 deletion Upload/inc/plugins/asb/modules/whosonline.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function asb_whosonline_get_online_members($settings, $width)
}

$user_avatar = <<<EOF
<img style="width: 100%;{$avatar_width_style}{$avatar_height_style}" src="{$avatar_filename}" alt="{$lang->asb_wol_avatar}" title="{$user['username']}'s {$lang->asb_wol_profile}"/>
<img style="{$avatar_width_style}{$avatar_height_style}" src="{$avatar_filename}" alt="{$lang->asb_wol_avatar}" title="{$user['username']}'s {$lang->asb_wol_profile}"/>
EOF;

// if this is the last allowable avatar (conforming to ACP settings)
Expand Down

0 comments on commit 45e9068

Please sign in to comment.