diff --git a/CHANGELOG b/CHANGELOG index 290bc99..a66182a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ codebird-cors-proxy - changelog =============================== +1.4.0 (2015-12-04) ++ #6 Support custom content-types ++ Update cacert.pem + 1.3.0 (2014-05-27) + #4 Allow uploading multiple media (use media_data) diff --git a/README.md b/README.md index 9c611ba..6a6783f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ codebird-cors-proxy =================== *Proxy to the Twitter API, adding CORS headers to replies.* -Copyright (C) 2013-2014 Jublo Solutions <support@jublo.net> +Copyright (C) 2013-2015 Jublo Solutions <support@jublo.net> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ This is the CORS proxy of the Codebird library. ### Requirements - For use with **codebird-js 2.4.1 or higher** -- PHP 5.3.0 or higher +- PHP 5.5.0 or higher - CURL extension - OpenSSL extension - For IIS, [URL Rewrite](http://www.iis.net/downloads/microsoft/url-rewrite) is required