-
Notifications
You must be signed in to change notification settings - Fork 800
Changelog
James Mallison edited this page May 4, 2015
·
7 revisions
You can see a list of all commits here
09/07/2013 - Commit
Removed CURLOPT_SSL_VERIFYPEER => false
from cURL options to prevent MitM attacks.
19/06/2013 - Commit Prepend null value instead of space for @mentions due to cURL limitation (fixed in PHP 5.5, see CURL_POSTFIELDS).
17/06/2013 - Commit Fixed issue with posting tweets starting with @ symbol.
14/06/2013 - Commit
Fixed issue to automatically encode commas (geo queries), hashes (hashtags), pluses (+OR+ queries) and colons (:from queries). You no longer have to encode these characters yourself when coding $getfield = '?q=#hashtag'
.
04/05/2015 - Fixed media/upload, a few other minor changes, added travis CI tests (Thanks glenscott for this).