Skip to content

Commit

Permalink
Set version to 3.0.0, year to 2016, use https links
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Dec 31, 2015
1 parent 1e9cc65 commit 9d78f88
Show file tree
Hide file tree
Showing 19 changed files with 360 additions and 354 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
codebird-php - changelog
========================

3.0.0-rc.1 (2015-12-28)
- #107 Decoding issue for big ints on 32-bit servers
+ #32 Add support for streaming API
3.0.0 (2016-01-01)
+ Add unit testing suite
+ #32 Support Twitter Streaming API
+ #144 Support Twitter Collections API
+ #145 Support Twitter TON (Object Nest) API
+ #120 Support Twitter Ads API
+ #117 Drop cURL workarounds added for PHP 5.3
+ Update cacert.pem
+ #121 Allow for multiple parameters in templated methods
by replacing preg_match with preg_match_all
+ #134 Add support for compressed remote images
+ #129 Allow to change remote media download timeout
+ #144 Support Collections API
+ #145 Support TON API
+ #120 Support Ads API
+ Support WebP media format
+ Fixes for non-multipart media uploads, see #141
+ Return rate-limiting info as object, when return format = object
+ Add unit testing suite
- #107 Decoding issue for big ints on 32-bit servers
- #147 Undefined index when checking for possible media files

2.7.2 (2015-09-23)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Code style
- Please use 2 soft spaces per indent level.
- Take a look at the coding style used in codebird.php and apply the same convention to your contributed code.
The styleguide is also available online at http://pear.php.net/manual/en/standards.php.
The styleguide is also available online at https://pear.php.net/manual/en/standards.php.

### License
- Code contributed by you will get the same license as Codebird itself, that is, GPU General Public License V3.
Loading

0 comments on commit 9d78f88

Please sign in to comment.