This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
Releases: jelovac/bitly4laravel
Releases · jelovac/bitly4laravel
v2.2.3
v3.0.2
Laravel 5 v2 configuration patch
This release fixes invalid package configuration file under Laravel 5.
v3.0.1
3.0
Change log:
- GuzzleHttp Client is now responsible for API calls
- Added scalar type exceptions for public setters
- Added support for Laravel 5 while maintaining backwards compatibility with Laravel 4
- Changed the config name from config.php to bitly4laravel.php. The main method "get" which existed in v2 is now called "make" and it returns the response in xml/json format instead of returning the class object.
- License change from BSD-2 to MIT
Laravel 4/5 compatibility update fix
v2.2.1 Fixing the config isue with Laravel5
Laravel 5 here we come!
This release brings Laravel 5 support while still keeping backwards compatibility with Laravel 4.
Fifth release
Merge pull request #7 from jelovac/v2 Update composer.json
Fourth release
Added possibility to pass options to connection class.
Third release (stable)
The best release so far, testing on my production site for a month.