Skip to content

Tags: ylsideas/subscribable-notifications

Tags

v1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
L11 compatibility (#54)

* Bump dependencies for Laravel 11

* Update GitHub Actions for Laravel 11

* Update for Laravel 11

* Fix styling

* Install Pest 2 only

* drop windows

* Fix composer.json

---------

Co-authored-by: Shift <shift@laravelshift.com>
Co-authored-by: peterfox <peterfox@users.noreply.github.com>

v1.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: callback handlers for queue workers (#43)

When using a queue worker, each notification resets the scope.
The problem here is that when this happens, all of the callbacks that were registered are no longer available - this is because they were all registered to a scoped singleton.
I'm not sure how anyone else is able to use this package with a queue worker - out of the box it only works on "sync" mode, unless we remove the scoped singleton.

In-fact, I'm curious as to why the singleton was scoped in the first place as part of the laravel 9 compatibility upgrades?

v1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #46 from ylsideas/dependabot/github_actions/depend…

…abot/fetch-metadata-1.6.0

Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0

v1.4.0

Working under Laravel 9

Upgrades Laravel to be 9.* compatible and upgrades the CI step

v1.3.0


    

1.2.2


    

1.2.1

Typo

1.2.0

Suggested style changes

v1.1.0

Style Fixes from StyleCI

1.0.2

Updated for Laravel 6