8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7574dda commit aa1cb54Copy full SHA for aa1cb54
CHANGELOG
@@ -1,6 +1,8 @@
1
codebird-php - changelog
2
========================
3
4
+2.3.5 (not yet released)
5
+
6
2.3.4 (2013-04-28)
7
+ Fix namespace not properly cased
8
src/codebird.php
@@ -6,7 +6,7 @@
* A Twitter library in PHP.
*
* @package codebird
9
- * @version 2.3.4
+ * @version 2.3.5-dev
10
* @author J.M. <me@mynetx.net>
11
* @copyright 2010-2013 J.M. <me@mynetx.net>
12
@@ -96,7 +96,7 @@ class Codebird
96
/**
97
* The current Codebird version
98
*/
99
- protected $_version = '2.3.4';
+ protected $_version = '2.3.5-dev';
100
101
102
* Returns singleton class instance
0 commit comments