Skip to content

Commit 856a330

Browse files
committed
Release 3.2
1 parent c8b366c commit 856a330

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
V3.2 - 2011-06-09
2+
3+
* Add pull request API thanks to https://github.com/jeanvoye
4+
15
V3.1 - 2011-02-24
26

37
Bugfixes release

MIGRATE_FROM_V2_TO_V3.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Good news! Even if the internal code is much better, the API stays untouched!
2-
Only the main class has changed. Just replace
2+
Only the main class name has changed. Just replace
33

44
$github = new phpGitHubApi(); // old
55

ROADMAP_V3

-10
This file was deleted.

lib/Github/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Simple yet very cool PHP Github client
55
*
66
* @tutorial http://github.com/ornicar/php-github-api/blob/master/README.markdown
7-
* @version 3.1
7+
* @version 3.2
88
* @author Thibault Duplessis <thibault.duplessis at gmail dot com>
99
* @license MIT License
1010
*

0 commit comments

Comments
 (0)