10BC0
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. 8000
1 parent f6a5a78 commit 6198821Copy full SHA for 6198821
CHANGELOG
@@ -1,6 +1,8 @@
1
codebird-php - changelog
2
========================
3
4
+2.3.6 (not yet released)
5
+
6
2.3.5 (2013-04-30)
7
+ Fix fatal error: Class 'Codebird\Exception' not found
8
src/codebird.php
@@ -6,7 +6,7 @@
* A Twitter library in PHP.
*
* @package codebird
9
- * @version 2.3.5
+ * @version 2.3.6-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.5';
+ protected $_version = '2.3.6-dev';
100
101
102
* Returns singleton class instance
0 commit comments