File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.0.5] ( https://github.com/ably/laravel-broadcaster/tree/v1.0.5 )
4+
5+ [ Full Changelog] ( https://github.com/ably/laravel-broadcaster/compare/v1.0.4...v1.0.5 )
6+
7+ ** Closed issues:**
8+
9+ - Update Ably Laravel Broadcaster to support Laravel 11 [ \# 42] ( https://github.com/ably/laravel-broadcaster/issues/42 )
10+ - Update README to use ably-js version \< 2.0 [ \# 40] ( https://github.com/ably/laravel-broadcaster/issues/40 )
11+
12+ ** Merged pull requests:**
13+
14+ - Support laravel 11 [ \# 43] ( https://github.com/ably/laravel-broadcaster/pull/43 ) ([ sacOO7] ( https://github.com/sacOO7 ) )
15+ - Fix readme laravel echo [ \# 41] ( https://github.com/ably/laravel-broadcaster/pull/41 ) ([ sacOO7] ( https://github.com/sacOO7 ) )
16+
317## [ v1.0.4] ( https://github.com/ably/laravel-broadcaster/tree/v1.0.4 )
418
519[ Full Changelog] ( https://github.com/ably/laravel-broadcaster/compare/v1.0.3...v1.0.4 )
Original file line number Diff line number Diff line change 1414
1515class AblyBroadcaster extends Broadcaster
1616{
17- const LIB_VERSION = '1.0.4 ' ;
17+ const LIB_VERSION = '1.0.5 ' ;
1818
1919 /**
2020 * The AblyRest SDK instance.
You can’t perform that action at this time.
0 commit comments