File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
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-beta.1 (2015-12-05 )
4
+ 3.0.0-beta.2 (2015-12-20 )
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
@@ -16,6 +16,7 @@ codebird-php - changelog
16
16
+ Support WebP media format
17
17
+ Fixes for non-multipart media uploads, see #141
18
18
+ Return rate-limiting info as object, when return format = object
19
+ + Add unit testing suite
19
20
20
21
2.7.2 (2015-09-23)
21
22
- #135 Invalid HTTP request headers in non-cURL mode
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codebird-php" ,
3
- "version" : " 3.0.0-beta.1 " ,
3
+ "version" : " 3.0.0-beta.2 " ,
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 3.0.0-beta.1
9
+ * @version 3.0.0-beta.2
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
@@ -505,7 +505,7 @@ class Codebird
505
505
/**
506
506
* The current Codebird version
507
507
*/
508
- protected static $ _version = '3.0.0-beta.1 ' ;
508
+ protected static $ _version = '3.0.0-beta.2 ' ;
509
509
510
510
/**
511
511
* The Request or access token. Used to sign requests
You can’t perform that action at this time.
0 commit comments