Skip to content

Commit 9d78f88

Browse files
committed
Set version to 3.0.0, year to 2016, use https links
1 parent 1e9cc65 commit 9d78f88

19 files changed

+360
-354
lines changed

CHANGELOG

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
codebird-php - changelog
22
========================
33

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

2222
2.7.2 (2015-09-23)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Code style
66
- Please use 2 soft spaces per indent level.
77
- Take a look at the coding style used in codebird.php and apply the same convention to your contributed code.
8-
The styleguide is also available online at http://pear.php.net/manual/en/standards.php.
8+
The styleguide is also available online at https://pear.php.net/manual/en/standards.php.
99

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

0 commit comments

Comments
 (0)