File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
codebird-php - changelog
2
2
========================
3
3
4
- 3.0.0 (not yet released )
4
+ 3.0.0-beta.1 (2015-12-05 )
5
5
- #107 Decoding issue for big ints on 32-bit servers
6
6
+ #32 Add support for streaming API
7
7
+ #117 Drop cURL workarounds added for PHP 5.3
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 3.0.0-dev
9
+ * @version 3.0.0-beta.1
10
10
* @author Jublo Solutions <support@jublo.net>
11
11
* @copyright 2010-2015 Jublo Solutions <support@jublo.net>
12
12
* @license http://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
@@ -509,7 +509,7 @@ class Codebird
509
509
/**
510
510
* The current Codebird version
511
511
*/
512
- protected $ _version = '3.0.0-dev ' ;
512
+ protected $ _version = '3.0.0-beta.1 ' ;
513
513
514
514
/**
515
515
* Auto-detect cURL absence
You can’t perform that action at this time.
0 commit comments