Skip to content

Releases: always-open/laravel-totem

v7.0.1

09 Jun 17:30
3cf5e06
Compare
Choose a tag to compare
  • fixes mutex name to be unique

v6.0.3

09 Jun 04:25
4e6a52e
Compare
Choose a tag to compare
  • fixes mutex name to be unique

v7.0.0

18 Apr 03:45
Compare
Choose a tag to compare
  • Adds Laravel 7.0 support

v5.3.1

19 Jan 03:09
cf10be8
Compare
Choose a tag to compare
  • fixes task migration

v6.0.2

06 Jan 01:55
Compare
Choose a tag to compare
  • Publish views
  • Removed phone number from Slack field
  • Fixed foreign key on tasks table
  • Fixed results table migration

v6.0.1

26 Oct 22:51
Compare
Choose a tag to compare
  • change Laravel dependencies to caret version to include all minor and patch version of Laravel components

v6.0.0

26 Oct 20:06
Compare
Choose a tag to compare
  • adds support for Laravel 6.x

Backwards incompatible release, please upgrade to Laravel 6.x to use this and future releases

v5.3.0

25 Oct 03:49
Compare
Choose a tag to compare

features

  • adds support for single hyphen parameters

refactors

  • now busts cache on import and create events

v5.2.0

27 Sep 16:16
d7582ae
Compare
Choose a tag to compare
  • Fixes issue with sort/filters lost when paging on task list
  • Updated column type for duration to decimal to fix issues with MSSQL and Postgres for aggregate operations

v5.1.0

05 Sep 13:36
Compare
Choose a tag to compare
  • Added the ability to toggle broadcasting on/off
  • Added ability to set the specific channel name it should broadcast on
  • Two new environment variables
    • TOTEM_BROADCASTING_ENABLED (defaults to true)
    • TOTEM_BROADCASTING_CHANNEL (defaults to task.events)