8000 2.3.5 · UltraSimplified/codebird-php@f6a5a78 · 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 f6a5a78

Browse files
committed
2.3.5
1 parent fffa914 commit f6a5a78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5 (not yet released)
4+
2.3.5 (2013-04-30)
55
+ Fix fatal error: Class 'Codebird\Exception' not found
66

77
2.3.4 (2013-04-28)

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

101101
/**
102102
* Returns singleton class instance

0 commit comments

Comments
 (0)
0