Skip to content

Tags: bsbip/laravel-totem

Tags

v6.0.3

Toggle v6.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[refactor] import log facade instead of relying on alias

duplicates always-open#218 resolves always-open#221

v7.0.0

Toggle v7.0.0's commit message
[fix] move Throwable import statement to the bottom to comply with st…

…yleci rules

v5.3.1

Toggle v5.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[fix] code style

v6.0.2

Toggle v6.0.2's commit message
[fix] results table migration

* update results table migration to avoid setting collation and character set on duration column

v6.0.1

Toggle v6.0.1's commit message
[fix] change to dependency versions to caret

- changes laravel dependency versions to caret

v6.0.0

Toggle v6.0.0's commit message
[chore] updates docs

- updates readme, changelog etc for new release

v5.3.0

Toggle v5.3.0's commit message
[refactor] cache busting

- busts cache when a new task is created to rebuild cache

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added migration to move duration from varchar to decimal (always-open…

…#187)

* Added migration to move duration from varchar to decimal

* Added doctrine dbal requirement

* Updated from double to decimal

v5.1.0

Toggle v5.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[feature] toggle broadcasting

* adds the ability to toggle broadcasting on/off 
* allows setting the specific channel name it should broadcast on.

v5.0.4

Toggle v5.0.4's commit message
[fix] task list last run at time format

- changes last run at timestamp format to 24 hours on task list

resolves always-open#171