Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
codebird-cors-proxy - changelog
===============================

1.6.0 (2020-01-06)
+ Update cacert.pem
+ Update copyright notice

1.5.0 (2015-12-05)
+ Support TON API
+ Support Ads API and its sandbox
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ codebird-cors-proxy
===================
*Proxy to the Twitter API, adding CORS headers to replies.*

Copyright (C) 2013-2015 Jublo Solutions <support@jublo.net>
Copyright (C) 2013-2021 Jublo Limited <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
Expand All @@ -20,6 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

This is the CORS proxy of the Codebird library.

Limited support available at [www.jublo.net](https://www.jublo.net)

### Codebird versions

- JavaScript: https://github.com/jublonet/codebird-js
Expand All @@ -31,7 +33,7 @@ This is the CORS proxy of the Codebird library.
- PHP 5.5.0 or higher
- CURL extension
- OpenSSL extension
- For IIS, [URL Rewrite](http://www.iis.net/downloads/microsoft/url-rewrite) is required
- For IIS, [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite) is required
- Uploading media requires the user account of your IIS Application Pool
to have NTFS write permissions to the %TEMP% folder.

Expand Down
Loading