8000 2.4.0-dev · rsaeed/codebird-php@65b855e · GitHub
[go: up one dir, main page]

Skip to content

Commit 65b855e

Browse files
committed
2.4.0-dev
1 parent 8dce284 commit 65b855e

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

CHANGELOG

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

4-
2.3.7 (not yet released)
4+
2.4.0 (not yet released)
55

66
2.3.6 (2013-05-12)
77
+ Add backslash to stdClass construction, due to namespace

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,17 @@ GNU General Public License for more details.
1919
You should have received a copy of the GNU General Public License
2020
along with this program. If not, see <http://www.gnu.org/licenses/>.
2121

22+
### Versions
2223

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
2632

27-
**This library requires PHP 5.3.0 or higher.**
2833

2934
1. Authentication
3035
-----------------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mynetx/codebird-php",
33
"description" : "A Twitter library in PHP.",
4-
"version": "2.3.6",
4+
"version": "2.4.0-dev",
55
"autoload": {
66
"classmap": ["src/"]
77
},

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 2.3.7-dev
9+
* @version 2.4.0-dev
1010
* @author J.M. <me@mynetx.net>
1111
* @copyright 2010-2013 J.M. <me@mynetx.net>
1212
*
@@ -96,7 +96,7 @@ class Codebird
9696
/**
9797
* The current Codebird version
9898
*/
99-
protected $_version = '2.3.7-dev';
99+
protected $_version = '2.4.0-dev';
100100

101101
/**
102102
* Returns singleton class instance

0 commit comments

Comments
 (0)
0