8000 2.4.2-dev · lpirir/codebird-php@ace8033 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ace8033

Browse files
committed
2.4.2-dev
1 parent 5d15ee5 commit ace8033

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 10000 +1,8 @@
11
codebird-php - changelog
22
========================
33

4+
2.4.2 (not yet released)
5+
46
2.4.1 (2013-06-23)
57
+ #26 Stringify null and boolean parameters
68
+ Validate Twitter SSL certificate for oauth2/token method

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.4.1",
4+
"version": "2.4.2-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.4.1
9+
* @version 2.4.2-dev
1010
* @author J.M. <me@mynetx.net>
1111
* @copyright 2010-2013 J.M. <me@mynetx.net>
1212
*
@@ -107,7 +107,7 @@ class Codebird
107107
/**
108108
* The current Codebird version
109109
*/
110-
protected $_version = '2.4.1';
110+
protected $_version = '2.4.2-dev';
111111

112112
/**
113113
* Returns singleton class instance

0 commit comments

Comments
 (0)
0