Skip to content

Tags: l3aro/laravel-tags

Tags

4.8.0

Toggle 4.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change the implicit nullable type declaration to a nullable type decl…

…aration for PHP 8.4 (spatie#525)

https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated#change

4.7.2

Toggle 4.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix dynamic taggable table name (spatie#520)

4.7.1

Toggle 4.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update HasTags.php (spatie#523)

Make changes to avoid multiple pivotAttached event fired, removing loop into synTagIds method

4.7.0

Toggle 4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request spatie#519 from AlexVanderbist/add-hasTag-document…

…ation

Document the `hasTag` method

4.6.1

Toggle 4.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
allow carbon v3 (spatie#496)

4.6.0

Toggle 4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add laravel 11 support (spatie#493)

* add laravel 11 support

* update workflows for laravel 11

4.5.2

Toggle 4.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fixing issue when using a different table to store pivot data (s…

…patie#492)

4.5.1

Toggle 4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Define class MorphPivot as default for the 'tags.taggable.class_name'…

… config getter. (spatie#476)

Co-authored-by: Benno Eggnauer <benno.eggnauer@deinadieu.ch>

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.
Add configurable taggable model class (spatie#470)

Co-authored-by: Benno Eggnauer <benno.eggnauer@deinadieu.ch>

4.4.0

Toggle 4.4.0's commit message
Fix styling