This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Releases: code-lts/Laravel-FCM
Releases · code-lts/Laravel-FCM
1.8.1
1.8.0
- Support Laravel
10
- Allow
monolog/monolog
^3.2
- Composer archive exclude
/tests
and/phpunit.xml
- Enable multiple FCM account support by adding new optional parameters
$serverKey, $senderId
to some top functions (#21) by @anujgandhi - Implement
retryAfter
protected property onBaseResponse
class and addgetRetryAfterHeaderValue
function (#20) by @quyle92 - Improve the
ServerResponseException
class
1.7.1
1.7.0
1.7.0
- Make topics more extendable and fix topicsToFcm (#17) by @Stevemoretz
- Support Laravel
9
#18 - Drop support for Laravel
5.{1,2,3,4,5}
- Set the minium PHP version allowed to
7.1.3
like Laravel5.6
- Improve phpdoc blocs for easier phpstan analysis
1.6.2
1.6.1
1.6.0
1.6.0
- Support laravel 8
- Support
illuminate/support
8 - Support
guzzlehttp/guzzle
7 - Add support for setDirectBootOk on OptionsBuilder
- Mark setDryRun as deprecated v1 FCM on OptionsBuilder
- Add Topics Creation And Subscription (#5)
- Drop dev dependency
mockery/mockery
- Update rendered documentation
- Exclude
doc
folder from composer tarballs - Add support for fcmOptions (#3)
1.5.0
- Add support for images on PayloadNotificationBuilder
- Fix phpdoc errors reported on phpstan level 2 and 3
- Add logger injection
1.4.0
- Support laravel 7
- Re-write ci to use GitHub actions
- Update package to @code-lts
- Replace coveralls by codecov
- Remove composer lock file
- Make test suite run from phpunit 5 to 9
- Update README.md
- Add a CHANGELOG.md
- Add a
.gitattributes
file
1.3.1
- Allow
monolog/monolog:^2.0