Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit bf83e90

Browse files
committed
version number change
1 parent e10169e commit bf83e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: http://enricob.github.com/gitpress
55
Description: This plugin provides a widget that lists a user's GitHub repositories.
66
Author: Enrico Bianco
7-
Version: 0.1
7+
Version: 0.2
88
Author URI: http://enricob.github.com/
99
*/
1010

@@ -165,7 +165,7 @@ function gitpress_widget_control($widget_args = 1) {
165165
if (isset($use_badge)) echo ' checked="true" ';
166166
echo '/></label></p>';
167167
echo '<p style="color: grey; font-size: xx-small; text-align: center; width: 250px">' .
168-
__('Note: Title is not rendered when using badges.') . '</p>';
168+
__('Note: Title is not rendered for badges and only one badge can be rendered at a time. ') . '</p>';
169169
echo '<input type="hidden" id="' . $submit_id . '" name="' . $submit_name . '" value="1" />';
170170
}
171171

0 commit comments

Comments
 (0)