irazasyed / laravel-gamp

📊 Laravel Google Analytics Measurement Protocol Package
https://bit.ly/laravel-gamp
MIT License
332 stars 33 forks source link

Version v2.0.0 released #1

Closed jorgeborges closed 9 years ago

jorgeborges commented 9 years ago

Just a heads up. I released v2.0.0 of the php-ga-measurement-protocol package. It uses Guzzle 6 as the HTTP client so it no longer supports PHP 5.4, only 5.5 or above.

I'll maintain a separate branch v1 for version 1 releases, only important fixes will be applied to version 1 branch.

Feel free to do something similar so that users of your package can start using Guzzle 6 which implements the PSR-7 standard.

irazasyed commented 9 years ago

Hi @jorgeborges,

Thanks for the heads up. I highly appreciate it :+1:

Will update the package today as per the changes.

irazasyed commented 9 years ago

Released a new version v1.0 (First major since initial releases) and moved previous one to 0.5 branch which uses v1 of your library. Thanks again.