|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/nexmo-notification-channel/compare/v2.5.1...master) |
| 3 | +## [Unreleased](https://github.com/laravel/vonage-notification-channel/compare/v2.5.1...master) |
4 | 4 |
|
5 | 5 | ### Changed
|
6 |
| -- Dropped support for Laravel 5.8 ([78bc3f9](https://github.com/laravel/nexmo-notification-channel/commit/78bc3f92091f7cd38cdb27de1df845d12f263f24)) |
7 |
| -- Dropped support for PHP 7.1 ([858f0cb](https://github.com/laravel/nexmo-notification-channel/commit/858f0cb55c5a3bea671c10f7737926c8c8ffee2c)) |
| 6 | +- Dropped support for Laravel 5.8 ([78bc3f9](https://github.com/laravel/vonage-notification-channel/commit/78bc3f92091f7cd38cdb27de1df845d12f263f24)) |
| 7 | +- Dropped support for PHP 7.1 ([858f0cb](https://github.com/laravel/vonage-notification-channel/commit/858f0cb55c5a3bea671c10f7737926c8c8ffee2c)) |
8 | 8 |
|
9 | 9 |
|
10 |
| -## [v2.5.1 (2020-12-22)](https://github.com/laravel/nexmo-notification-channel/compare/v2.5.0...v2.5.1) |
| 10 | +## [v2.5.1 (2020-12-22)](https://github.com/laravel/vonage-notification-channel/compare/v2.5.0...v2.5.1) |
11 | 11 |
|
12 | 12 | ### Fixed
|
13 |
| -- Fix callback not being applied ([#44](https://github.com/laravel/nexmo-notification-channel/pull/44)) |
14 |
| -- Fix `client-ref` key ([#45](https://github.com/laravel/nexmo-notification-channel/pull/45)) |
| 13 | +- Fix callback not being applied ([#44](https://github.com/laravel/vonage-notification-channel/pull/44)) |
| 14 | +- Fix `client-ref` key ([#45](https://github.com/laravel/vonage-notification-channel/pull/45)) |
15 | 15 |
|
16 | 16 |
|
17 |
| -## [v2.5.0 (2020-12-03)](https://github.com/laravel/nexmo-notification-channel/compare/v2.4.0...v2.5.0) |
| 17 | +## [v2.5.0 (2020-12-03)](https://github.com/laravel/vonage-notification-channel/compare/v2.4.0...v2.5.0) |
18 | 18 |
|
19 | 19 | ### Added
|
20 |
| -- PHP 8 Support ([#39](https://github.com/laravel/nexmo-notification-channel/pull/39)) |
21 |
| -- Add functionality to process callbacks ([#41](https://github.com/laravel/nexmo-notification-channel/pull/41), [f124a4d](https://github.com/laravel/nexmo-notification-channel/commit/f124a4db6a7824251aa065d83389995745805bc0)) |
| 20 | +- PHP 8 Support ([#39](https://github.com/laravel/vonage-notification-channel/pull/39)) |
| 21 | +- Add functionality to process callbacks ([#41](https://github.com/laravel/vonage-notification-channel/pull/41), [f124a4d](https://github.com/laravel/vonage-notification-channel/commit/f124a4db6a7824251aa065d83389995745805bc0)) |
22 | 22 |
|
23 | 23 |
|
24 |
| -## [v2.4.0 (2020-09-08)](https://github.com/laravel/nexmo-notification-channel/compare/v2.3.1...v2.4.0) |
| 24 | +## [v2.4.0 (2020-09-08)](https://github.com/laravel/vonage-notification-channel/compare/v2.3.1...v2.4.0) |
25 | 25 |
|
26 | 26 | ### Added
|
27 |
| -- Laravel 8 support ([#38](https://github.com/laravel/nexmo-notification-channel/pull/38)) |
| 27 | +- Laravel 8 support ([#38](https://github.com/laravel/vonage-notification-channel/pull/38)) |
28 | 28 |
|
29 | 29 |
|
30 |
| -## [v2.3.1 (2020-08-11)](https://github.com/laravel/nexmo-notification-channel/compare/v2.3.0...v2.3.1) |
| 30 | +## [v2.3.1 (2020-08-11)](https://github.com/laravel/vonage-notification-channel/compare/v2.3.0...v2.3.1) |
31 | 31 |
|
32 | 32 | ### Fixed
|
33 |
| -- Fix shortcode messaging with the latest version of nexmo-client ([#37](https://github.com/laravel/nexmo-notification-channel/pull/37)) |
| 33 | +- Fix shortcode messaging with the latest version of nexmo-client ([#37](https://github.com/laravel/vonage-notification-channel/pull/37)) |
34 | 34 |
|
35 | 35 |
|
36 |
| -## [v2.3.0 (2019-12-10)](https://github.com/laravel/nexmo-notification-channel/compare/v2.2.1...v2.3.0) |
| 36 | +## [v2.3.0 (2019-12-10)](https://github.com/laravel/vonage-notification-channel/compare/v2.2.1...v2.3.0) |
37 | 37 |
|
38 | 38 | ### Added
|
39 |
| -- Allow to override Nexmo client via NexmoMessage ([#30](https://github.com/laravel/nexmo-notification-channel/pull/30), [174323b](https://github.com/laravel/nexmo-notification-channel/commit/174323b32e0c2e8881e8dc96702be782e3e49637)) |
| 39 | +- Allow to override Nexmo client via NexmoMessage ([#30](https://github.com/laravel/vonage-notification-channel/pull/30), [174323b](https://github.com/laravel/vonage-notification-channel/commit/174323b32e0c2e8881e8dc96702be782e3e49637)) |
40 | 40 |
|
41 | 41 |
|
42 |
| -## [v2.2.1 (2019-10-29)](https://github.com/laravel/nexmo-notification-channel/compare/v2.2.0...v2.2.1) |
| 42 | +## [v2.2.1 (2019-10-29)](https://github.com/laravel/vonage-notification-channel/compare/v2.2.0...v2.2.1) |
43 | 43 |
|
44 | 44 | ### Fixed
|
45 |
| -- Fix shortcode implementation and test coverage ([#26](https://github.com/laravel/nexmo-notification-channel/pull/26)) |
| 45 | +- Fix shortcode implementation and test coverage ([#26](https://github.com/laravel/vonage-notification-channel/pull/26)) |
46 | 46 |
|
47 | 47 |
|
48 |
| -## [v2.2.0 (2019-10-01)](https://github.com/laravel/nexmo-notification-channel/compare/v2.1.0...v2.2.0) |
| 48 | +## [v2.2.0 (2019-10-01)](https://github.com/laravel/vonage-notification-channel/compare/v2.1.0...v2.2.0) |
49 | 49 |
|
50 | 50 | ### Added
|
51 |
| -- Implement shortcode support ([#24](https://github.com/laravel/nexmo-notification-channel/pull/24)) |
| 51 | +- Implement shortcode support ([#24](https://github.com/laravel/vonage-notification-channel/pull/24)) |
52 | 52 |
|
53 | 53 | ### Changed
|
54 |
| -- Upgrade to nexmo/laravel 2.0 ([#22](https://github.com/laravel/nexmo-notification-channel/pull/22)) |
| 54 | +- Upgrade to nexmo/laravel 2.0 ([#22](https://github.com/laravel/vonage-notification-channel/pull/22)) |
55 | 55 |
|
56 | 56 |
|
57 |
| -## [v2.1.0 (2019-07-30)](https://github.com/laravel/nexmo-notification-channel/compare/v2.0.0...v2.1.0) |
| 57 | +## [v2.1.0 (2019-07-30)](https://github.com/laravel/vonage-notification-channel/compare/v2.0.0...v2.1.0) |
58 | 58 |
|
59 | 59 | ### Added
|
60 |
| -- Support for Client Ref on the Nexmo API ([#17](https://github.com/laravel/nexmo-notification-channel/pull/17), [59436e9](https://github.com/laravel/nexmo-notification-channel/commit/59436e9260a91669a4cde12aeb2ea7026e76181c)) |
| 60 | +- Support for Client Ref on the Nexmo API ([#17](https://github.com/laravel/vonage-notification-channel/pull/17), [59436e9](https://github.com/laravel/vonage-notification-channel/commit/59436e9260a91669a4cde12aeb2ea7026e76181c)) |
61 | 61 |
|
62 | 62 | ### Changed
|
63 |
| -- Updated version constraints for Laravel 6 ([eeb50d9](https://github.com/laravel/nexmo-notification-channel/commit/eeb50d991aa0442578c1c6f3c66920d32853692c)) |
| 63 | +- Updated version constraints for Laravel 6 ([eeb50d9](https://github.com/laravel/vonage-notification-channel/commit/eeb50d991aa0442578c1c6f3c66920d32853692c)) |
64 | 64 |
|
65 | 65 |
|
66 |
| -## [v2.0.0 (2019-02-26)](https://github.com/laravel/nexmo-notification-channel/compare/v1.0.1...v2.0.0) |
| 66 | +## [v2.0.0 (2019-02-26)](https://github.com/laravel/vonage-notification-channel/compare/v1.0.1...v2.0.0) |
67 | 67 |
|
68 | 68 | ### Added
|
69 |
| -- Added support for Laravel 5.8 ([9b9d340](https://github.com/laravel/nexmo-notification-channel/commit/9b9d34093654501faaf975565ab290527fbdd925)) |
| 69 | +- Added support for Laravel 5.8 ([9b9d340](https://github.com/laravel/vonage-notification-channel/commit/9b9d34093654501faaf975565ab290527fbdd925)) |
70 | 70 |
|
71 | 71 | ### Changed
|
72 |
| -- Use `Facade::resolved()` before extending channel ([#4](https://github.com/laravel/nexmo-notification-channel/pull/4)) |
| 72 | +- Use `Facade::resolved()` before extending channel ([#4](https://github.com/laravel/vonage-notification-channel/pull/4)) |
73 | 73 |
|
74 | 74 | ### Removed
|
75 |
| -- Dropped support for Laravel 5.7 ([9b9d340](https://github.com/laravel/nexmo-notification-channel/commit/9b9d34093654501faaf975565ab290527fbdd925)) |
| 75 | +- Dropped support for Laravel 5.7 ([9b9d340](https://github.com/laravel/vonage-notification-channel/commit/9b9d34093654501faaf975565ab290527fbdd925)) |
0 commit comments