Releases: ylsideas/subscribable-notifications
Releases · ylsideas/subscribable-notifications
v1.6.0
v1.5.1
What's Changed
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #48
- Bump actions/checkout from 3 to 4 by @dependabot in #47
- fix: callback handlers for queue workers by @gavinservai in #43
New Contributors
- @gavinservai made their first contribution in #43
Full Changelog: v1.5.0...v1.5.1
v1.5.0 - Laravel 10
What's Changed
- Bump actions/cache from 1 to 2.1.7 by @dependabot in #31
- Bump actions/checkout from 2 to 3 by @dependabot in #34
- Bump dependabot/fetch-metadata from 1.1.1 to 1.3.1 by @dependabot in #36
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #37
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #38
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #39
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #41
- Bump ramsey/composer-install from 1 to 2 by @dependabot in #40
- Laravel 10.x Compatibility by @laravel-shift in #42
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #44
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #45
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #46
New Contributors
- @dependabot made their first contribution in #31
- @laravel-shift made their first contribution in #42
Full Changelog: v1.4.0...v1.5.0
Laravel 9 compatible
Changes
- Supports Laravel 9.0
- Changes to CI, using Larastan over Psalm etc.
Removes typo
Removes a typo in one of the blade files for emails.
Laravel 7 Compatible
1.2.0 Suggested style changes
Issue Fixes
Altered
- Changes the view namespace to subscriber from unsubscribe. This was done to avoid confusion. This would have potentially caused problems if you wanted to customise how the unsubscribe links worked visually. If you update to this version and have previously published the vendor folder and then renamed the folder to unsubscribe you will need to rename it to subscriber.
Laravel 6
1.0.1
Initial Release
1.0.0 Update CHANGELOG.md