File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11codebird-php - changelog
22========================
33
4- 2.4.1 (not yet released )
4+ 2.4.1 (2013-06-23 )
55+ #26 Stringify null and boolean parameters
66+ Validate Twitter SSL certificate for oauth2/token method
77
Original file line number Diff line number Diff line change 11{
22 "name" : " mynetx/codebird-php" ,
33 "description" : " A Twitter library in PHP." ,
4- "version" : " 2.4.1-dev " ,
4+ "version" : " 2.4.1" ,
55 "autoload" : {
66 "classmap" : [" src/" ]
77 },
Original file line number Diff line number Diff line change 66 * A Twitter library in PHP.
77 *
88 * @package codebird
9- * @version 2.4.1-dev
9+ * @version 2.4.1
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-dev ' ;
110+ protected $ _version = '2.4.1 ' ;
111111
112112 /**
113113 * Returns singleton class instance
You can’t perform that action at this time.
0 commit comments