8000 Add namespace, release 2.3.3. Requires PHP >= 5.3.0 · lpirir/codebird-php@07ad363 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07ad363

Browse files
committed
Add namespace, release 2.3.3. Requires PHP >= 5.3.0
1 parent 9f84f6d commit 07ad363

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
codebird-php - changelog
22
========================
33

4-
2.3.3 (not yet released)
4+
2.3.3 (2013-04-26)
55
+ Detect API error responses as XML, see #1
66
+ OAuth: add support for force_login, screen_name parameters, see #14
7+
+ Add namespace
78

89
2.3.2 (2013-04-09)
910
+ Use protected keyword for methods that may be overriden in extended classes

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ This is the PHP version of the Codebird library.
2222
It was forked from the JScript version.
2323
Please enable the CURL and OPENSSL extensions in your PHP environment.
2424

25+
**This library requires PHP 5.3.0 or higher.**
26+
2527
1. Authentication
2628
-----------------
2729

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.2",
4+
"version": "2.3.3",
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.3-dev
9+
* @version 2.3.3
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.3-dev';
99+
protected $_version = '2.3.3';
100100

101101
/**
102102
* Returns singleton class instance

0 commit comments

Comments
 (0)
0