Skip to content

Commit 4a11bd3

Browse files
committed
Set version to 3.0.0-beta.2
1 parent f157bbe commit 4a11bd3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
codebird-php - changelog
22
========================
33

4-
3.0.0-beta.1 (2015-12-05)
4+
3.0.0-beta.2 (2015-12-20)
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
@@ -16,6 +16,7 @@ codebird-php - changelog
1616
+ Support WebP media format
1717
+ Fixes for non-multipart media uploads, see #141
1818
+ Return rate-limiting info as object, when return format = object
19+
+ Add unit testing suite
1920

2021
2.7.2 (2015-09-23)
2122
- #135 Invalid HTTP request headers in non-cURL mode

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebird-php",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0-beta.2",
44
"homepage": "http://www.jublo.net/projects/codebird/php",
55
"authors": [
66
"Joshua Atkins <joshua.atkins@jublo.net>",

src/codebird.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* A Twitter library in PHP.
77
*
88
* @package codebird
9-
* @version 3.0.0-beta.1
9+
* @version 3.0.0-beta.2
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.1';
508+
protected static $_version = '3.0.0-beta.2';
509509

510510
/**
511511
* The Request or access token. Used to sign requests

0 commit comments

Comments
 (0)