Skip to content

Tags: tylercd100/lern

Tags

6.0.0

Toggle 6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP 8.0 support 🚀 and more (#78)

* update composer for Laravel 6.0.4

* update composer for Laravel ^6.0, raise minimum php version to 7.1

* update input facade to request

* fix Components/Notifier.php

* update composer.json for Laravel 7

* update composer.json for Laravel 7

* update Exception classes to Throwables

* more fixes but one part unsure (ddd())

* more fixes

* revert change in NotifierFailedException.php

* Support Laravel 6, 7 and 8

With PHP >= 7.2

* Clean Travis Ci config

* Use 'next' branch for laravel-notify

* Update README.md

To use Throwable instead of Exception for the report() method signature

* Fix PHP 7.4 error with PHPUnit

See: sebastianbergmann/phpunit#3728

* PHP 8.0 support

* Add Sentry driver to replace Raven

Because RavenHandler was removed from Monolog since version 2.0

* Update CHANGELOG and README

* Clean Composer file

Use the upcoming 'tylercd100/laravel-notify' 4.0.0 version

* Remove prefer lowest from travis

Co-authored-by: Robbie Love <[email protected]>
Co-authored-by: Tyler Arbon <[email protected]>

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Recorder.php

4.5.1

Toggle 4.5.1's commit message
Changed test

4.5.0

Toggle 4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix database infinite loop (#66)

* Possible fix for #56

* Changed property visibility

* Changed some unit test

* Some more testing

* set proper assertions

* Anotha fix

* Rate limiting by using file cache

* Fixed missing classes

* Fixed missing carbon class

* Added rate limiting test

* debug

* Attempt to fix cache

* Now uses cache default config setting

* Missing use statement!

* Fixed unit test loop

* removed debug

* updated readme and changelogs

* Added config value for ratelimiting

4.4.0

Toggle 4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

4.3.0

Toggle 4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added setLogLevel and getLogLevel functions (#62)

* - Added setLogLevel and getLogLevel functions

* fixed test file

4.2.2

Toggle 4.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

4.2.1

Toggle 4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed Auto Discovery (#53)

* Fixed Auto Discovery

* Update CHANGELOG.md

4.2.0

Toggle 4.2.0's commit message
Added IP option and custom Recorder/Notifier classes (#51)

* custom fields

* added missing use statements

4.1.1

Toggle 4.1.1's commit message
- Small typo