File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11codebird-php - changelog
22========================
33
4- 3.0.0-beta.2 (2015-12-20 )
4+ 3.0.0-rc.1 (2015-12-28 )
55- #107 Decoding issue for big ints on 32-bit servers
66+ #32 Add support for streaming API
77+ #117 Drop cURL workarounds added for PHP 5.3
Original file line number Diff line number Diff line change 11{
22 "name" : " codebird-php" ,
3- "version" : " 3.0.0-beta.2 " ,
3+ "version" : " 3.0.0-rc.1 " ,
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 3.0.0-beta.2
9+ * @version 3.0.0-rc.1
1010 * @author Jublo Solutions <support@jublo.net>
1111 * @copyright 2010-2015 Jublo Solutions <support@jublo.net>
1212 * @license http://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
@@ -505,7 +505,7 @@ class Codebird
505505 /**
506506 * The current Codebird version
507507 */
508- protected static $ _version = '3.0.0-beta.2 ' ;
508+ protected static $ _version = '3.0.0-rc.1 ' ;
509509
510510 /**
511511 * The Request or access token. Used to sign requests
You can’t perform that action at this time.
0 commit comments