File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
codebird-php - changelog
2
2
========================
3
3
4
- 2.3.3 (not yet released )
4
+ 2.3.3 (2013-04-26 )
5
5
+ Detect API error responses as XML, see #1
6
6
+ OAuth: add support for force_login, screen_name parameters, see #14
7
+ + Add namespace
7
8
8
9
2.3.2 (2013-04-09)
9
10
+ Use protected keyword for methods that may be overriden in extended classes
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ This is the PHP version of the Codebird library.
22
22
It was forked from the JScript version.
23
23
Please enable the CURL and OPENSSL extensions in your PHP environment.
24
24
25
+ ** This library requires PHP 5.3.0 or higher.**
26
+
25
27
1 . Authentication
26
28
-----------------
27
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mynetx/codebird-php" ,
3
3
"description" : " A Twitter library in PHP." ,
4
- "version" : " 2.3.2 " ,
4
+ "version" : " 2.3.3 " ,
5
5
"autoload" : {
6
6
"classmap" : [" src/" ]
7
7
},
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 2.3.3-dev
9
+ * @version 2.3.3
10
10
* @author J.M. <me@mynetx.net>
11
11
* @copyright 2010-2013 J.M. <me@mynetx.net>
12
12
*
@@ -96,7 +96,7 @@ class Codebird
96
96
/**
97
97
* The current Codebird version
98
98
*/
99
- protected $ _version = '2.3.3-dev ' ;
99
+ protected $ _version = '2.3.3 ' ;
100
100
101
101
/**
102
102
* Returns singleton class instance
You can’t perform that action at this time.
0 commit comments