Releases: ably/ably-php-laravel
Releases · ably/ably-php-laravel
1.0.8
- Updates the underlying ably-php version to 1.1.9
1.0.7
- Updates the underlying ably-php version to 1.1.8
1.0.6
- Updates the underlying ably-php version to 1.1.7
- Updates outdated URLs in README /#21
1.0.5
- Updates the underlying ably-php version to 1.1.6
- Adds support for Ably-Agent header #17
1.0.4
Updates the underlying ably-php version to 1.1.5
1.0.3
Closed issues:
- Laravel 5.5 Support - Auto Discovery #3
Merged pull requests:
- Conform license and copyright #10 (QuintinWillison)
- Support PHP 8, drop versions below 7.2 #9 (owenpearson)
- Add maintainers file #8 (niksilver)
- Known limitations section #7 (Srushtika)
- Adding Laravel 5.5 Auto Discovery #4 (robbydooo)
Auto Discovery Support for Laravel 5.5
1.0.0 Major update
Major update to this client library with some breaking changes. See https://blog.ably.io/v1-0-client-libraries-released-8a375dca7a26 for a summary of important, breaking changes and upgrade notes.
ably-php-laravel v0.9.0
Updated to use the latest ably-php library.
Initial release
The first release adds basic convenience features for Laravel: 'ably'
service provider, Ably
facade, AblyService
and AblyFactory
classes.