Bitly4laravel Versions Save

Provides a Laravel package to communicate with Bit.ly API

v3.0.3

9 years ago

Fixing #16

v3.0.2

9 years ago

Fixing the #15 issue.

v2.2.2

9 years ago

This release fixes invalid package configuration file under Laravel 5.

v3.0.1

9 years ago

Change log:

  • fixes #12

v3.0

9 years ago

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

v2.2.1

9 years ago

v2.2.0

9 years ago

This release brings Laravel 5 support while still keeping backwards compatibility with Laravel 4.

v2.1.3

10 years ago

v2.1.0

10 years ago

Added possibility to pass options to connection class.

v2.0.3

10 years ago

The best release so far, testing on my production site for a month.