File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
codebird-php - changelog
2
2
========================
3
3
4
- 2.3.7 (not yet released)
4
+ 2.4.0 (not yet released)
5
5
6
6
2.3.6 (2013-05-12)
7
7
+ Add backslash to stdClass construction, due to namespace
Original file line number Diff line number Diff line change @@ -19,12 +19,17 @@ GNU General Public License for more details.
19
19
You should have received a copy of the GNU General Public License
20
20
along with this program. If not, see < http://www.gnu.org/licenses/ > .
21
21
22
+ ### Versions
22
23
23
- This is the PHP version of the Codebird library.
24
- It was forked from the JScript version.
25
- Please enable the CURL and OPENSSL extensions in your PHP environment.
24
+ - JavaScript: https://github.com/mynetx/codebird-js
25
+ - PHP: https://github.com/mynetx/codebird-php
26
+
27
+ ### Requirements
28
+
29
+ - PHP 5.3.0 or higher
30
+ - CURL extension
31
+ - OpenSSL extension
26
32
27
- ** This library requires PHP 5.3.0 or higher.**
28
33
29
34
1 . Authentication
30
35
-----------------
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.6 " ,
4
+ "version" : " 2.4.0-dev " ,
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.7 -dev
9
+ * @version 2.4.0 -dev
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.7 -dev ' ;
99
+ protected $ _version = '2.4.0 -dev ' ;
100
100
101
101
/**
102
102
* Returns singleton class instance
You can’t perform that action at this time.
0 commit comments