File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- RELEASE_MESSAGE
1
+ RELEASE_MESSAGE *
2
2
test *
3
3
* .jpg
Original file line number Diff line number Diff line change 1
1
codebird-php - changelog
2
2
========================
3
3
4
- 2.5.0 (not yet released )
4
+ 2.5.0 (2014-06-20 )
5
5
+ Add section about cacert.pem to README
6
6
+ Option to set cURL timeout
7
7
+ #42 Allow to get the supported API methods as array
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codebird-php" ,
3
- "version" : " 2.5.0-rc.3-dev " ,
3
+ "version" : " 2.5.0" ,
4
4
"homepage" : " http://www.jublo.net/projects/codebird/php" ,
5
5
"authors" : [
6
6
" Joshua Atkins <joshua.atkins@jublo.net>" ,
Original file line number Diff line number Diff line change 6
6
* A Twitter library in PHP.
7
7
*
8
8
* @package codebird
9
- * @version 2.5.0-rc.3-dev
9
+ * @version 2.5.0
10
10
* @author Jublo Solutions <support@jublo.net>
11
11
* @copyright 2010-2014 Jublo Solutions <support@jublo.net>
12
12
*
@@ -117,7 +117,7 @@ class Codebird
117
117
/**
118
118
* The current Codebird version
119
119
*/
120
- protected $ _version = '2.5.0-rc.3-dev ' ;
120
+ protected $ _version = '2.5.0 ' ;
121
121
122
122
/**
123
123
* Request timeout
You can’t perform that action at this time.
0 commit comments