Skip to content

Tags: tonypartridge/laravel-activitylog

Tags

4.7.3

Toggle 4.7.3's commit message
Fix for replacePlaceholders with ending dot

I noticed that placeholders at the end of a sentence are not matching. 

':causer.name has updated :properties.updatedFields.'

Removing the last dot works, but is not always nice. 

I would suggest changing the regex a little.

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. The key has expired.
Merge pull request spatie#1121 from spatie/fix-enum-casting

Fix enum casting

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. The key has expired.
Merge pull request spatie#1115 from stevebauman/fix-nullable-custom-p…

…roperties-php-80

Fix nullable custom properties in PHP 8.0

4.7.0

Toggle 4.7.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix styling

4.6.0

Toggle 4.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix styling

4.5.3

Toggle 4.5.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Gummibeer Tom Herrmann
v4.5.3

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. The key has expired.
v4.5.2

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.
Use scoped instances of instead of singletons

See https://laravel.com/docs/8.x/container#binding-scoped.

These are essentially the same thing as `singleton` instances, only difference being that Laravel will make sure that the `scoped` instances get refreshed every request (in Octane) and every job (Horizon).

4.5.0

Toggle 4.5.0's commit message
Fix styling

4.4.3

Toggle 4.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tap subject when using the logger (spatie#1031)