Skip to content

Commit f0cab1c

Browse files
committed
Tagging 2.11
1 parent 8943d84 commit f0cab1c

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
V2.11 - 2010-07-22
2+
3+
* add phpGitHubIssueApi->searchLabel
4+
15
v2.10 - 2010-07-10
26

37
* add phpGitHubRepoApi->getRepoContributors

README.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ Returns an array of the issue labels as described in [http://develop.github.com/
194194
Remove a label from the issue by username, repo, label name and issue number. Requires authentication.
195195
Returns an array of the issue labels as described in [http://develop.github.com/p/issues.html#add_and_remove_labels](http://develop.github.com/p/issues.html#add_and_remove_labels)
196196

197+
### Search issues matching a label
198+
199+
$github->getIssueApi()->searchLabel('ornicar', 'php-github-api', 'label name')
200+
201+
Returns an array of issues matching the given label.
202+
197203
## Commits
198204

199205
Getting information on specific commits, the diffs they introduce, the files they've changed.

0 commit comments

Comments
 (0)