All notable changes to php-bitly
will be documented in this file.
- Changed ownership from zenapply to leadthread
- Namespace changes
- Correctly using OAuth2 now by using a developer token instead of a username and password combination
- Now using OAuth2 for bitly
- Added two new exceptions. BitlyRateLimitException and BitlyErrorException.
- Fixes URLs that dont have a protocol by adding
http://
onto the front of them
- Changed dependency from zenapply/php-request to guzzlehttp/guzzle
- Fixed bug where status code was ignored on errors
- Initial release and connected with packagist