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 *
22test *
33* .jpg
Original file line number Diff line number Diff line change 11codebird-php - changelog
22========================
33
4- 2.5.0 (not yet released )
4+ 2.5.0 (2014-06-20 )
55+ Add section about cacert.pem to README
66+ Option to set cURL timeout
77+ #42 Allow to get the supported API methods as array
Original file line number Diff line number Diff line change 11{
22 "name" : " codebird-php" ,
3- "version" : " 2.5.0-rc.3-dev " ,
3+ "version" : " 2.5.0" ,
44 "homepage" : " http://www.jublo.net/projects/codebird/php" ,
55 "authors" : [
66 " Joshua Atkins <joshua.atkins@jublo.net>" ,
Original file line number Diff line number Diff line change 66 * A Twitter library in PHP.
77 *
88 * @package codebird
9- * @version 2.5.0-rc.3-dev
9+ * @version 2.5.0
1010 * @author Jublo Solutions <support@jublo.net>
1111 * @copyright 2010-2014 Jublo Solutions <support@jublo.net>
1212 *
@@ -117,7 +117,7 @@ class Codebird
117117 /**
118118 * The current Codebird version
119119 */
120- protected $ _version = '2.5.0-rc.3-dev ' ;
120+ protected $ _version = '2.5.0 ' ;
121121
122122 /**
123123 * Request timeout
You can’t perform that action at this time.
0 commit comments