File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11codebird-js - changelog
22=======================
33
4- 2.5.0-alpha.2-dev (not yet released)
4+ 2.5.0 (not yet released)
55+ #24 Add README section about xAuth
66+ #46 Don't force to send base64 media uploads via proxy
77+ #23 Support internal API methods
@@ -16,6 +16,7 @@ codebird-js - changelog
1616- #55 Typo in _clone function
1717- #57 Fix XHR in Safari
1818+ Add new API methods
19+ + #60 Multiple media per tweet
1920
20212.4.3 (2013-07-24)
2122- #31 HTTP error on multiple oauth_requestToken calls
Original file line number Diff line number Diff line change 22 * A Twitter library in JavaScript
33 *
44 * @package codebird
5- * @version 2.5.0-alpha.2-dev
5+ * @version 2.5.0-rc.1
66 * @author Jublo Solutions <support@jublo.net>
77 * @copyright 2010-2014 Jublo Solutions <support@jublo.net>
88 *
@@ -145,7 +145,7 @@ var Codebird = function () {
145145 /**
146146 * The current Codebird version
147147 */
148- var _version = "2.5.0-alpha.2-dev " ;
148+ var _version = "2.5.0-rc.1 " ;
149149
150150 /**
151151 * Sets the OAuth consumer key and secret (App key)
Original file line number Diff line number Diff line change 11{
22 "name" : " codebird" ,
3- "version" : " 2.5.0-alpha.2-dev " ,
3+ "version" : " 2.5.0-rc.1 " ,
44 "description" : " A Twitter library in JavaScript." ,
55 "main" : " codebird.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments