File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " codebird-php" ,
3- "version" : " 2.7.0 " ,
3+ "version" : " 2.7.1 " ,
44 "homepage" : " http://www.jublo.net/projects/codebird/php" ,
55 "authors" : [
66 " Joshua Atkins <joshua.atkins@jublo.net>" ,
Original file line number Diff line number Diff line change 66 * A Twitter library in PHP.
77 *
88 * @package codebird
9- * @version 2.7.0
9+ * @version 2.7.1
1010 * @author Jublo Solutions <support@jublo.net>
1111 * @copyright 2010-2015 Jublo Solutions <support@jublo.net>
1212 * @license http://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
@@ -104,7 +104,7 @@ class Codebird
104104 /**
105105 * The current Codebird version
106106 */
107- protected $ _version = '2.7.0 ' ;
107+ protected $ _version = '2.7.1 ' ;
108108
109109 /**
110110 * Auto-detect cURL absence
@@ -716,7 +716,7 @@ protected function getCurlInitialization($url)
716716 protected function getNoCurlInitialization ($ url , $ contextOptions , $ hostname = '' )
717717 {
718718 $ httpOptions = array ();
719-
719+
720720 $ httpOptions ['header ' ] = array (
721721 'User-Agent: codebird-php ' . $ this ->getVersion () . ' by Jublo Solutions <support@jublo.net> '
722722 );
You can’t perform that action at this time.
0 commit comments