File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
codebird-php - changelog
2
2
========================
3
3
4
- 3.1.0 (not yet released )
4
+ 3.1.0 (2016-02-15 )
5
5
+ #143 Add support for proxy types
6
6
+ #152 Throw Exception on failed remote media download
7
7
+ Add REST API POST statuses/unretweet/:id
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codebird-php" ,
3
- "version" : " 3.1.0-rc.1 " ,
3
+ "version" : " 3.1.0" ,
4
4
"homepage" : " https://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.1.0-rc.1
9
+ * @version 3.1.0
10
10
* @author Jublo Solutions <support@jublo.net>
11
11
* @copyright 2010-2016 Jublo Solutions <support@jublo.net>
12
12
* @license https://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
@@ -508,7 +508,7 @@ class Codebird
508
508
/**
509
509
* The current Codebird version
510
510
*/
511
- protected static $ _version = '3.1.0-rc.1 ' ;
511
+ protected static $ _version = '3.1.0 ' ;
512
512
513
513
/**
514
514
* The Request or access token. Used to sign requests
You can’t perform that action at this time.
0 commit comments