Skip to content

Tags: intelij/laravel-totem

Tags

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

v5.0.3

Toggle v5.0.3's commit message
[fix] use table prefix config

- update TaskRepository and Result model to use table prefix config

v5.0.2

Toggle v5.0.2's commit message
[fix] create task

- update create method on tasks controller to accomodate new
command list vue component

v5.0.1

Toggle v5.0.1's commit message
[feature] typeahead for command list

- adds typeahead component for selecting command on edit task form

v5.0.0

Toggle v5.0.0's commit message
[chore] update changelog

v4.0.3

Toggle v4.0.3's commit message
[fix] constant definition typo in service provider

The affected line was meant to fallback to the default db connection if the user does not specify one in his .env file

But instead the default connection name was being passed to define() third parameter which is meant to set whether the constant should be case sensitive or not.

PHP 7.3 added a deprecation "Declaration of case-insensitive constants is deprecated" which causes an error

resolves always-open#133

v4.0.2

Toggle v4.0.2's commit message
refactor : cache table prefix

- store table prefix in cache to avoid multiple and frequent database calls

v4.0.1

Toggle v4.0.1's commit message
fix(model) : don't concatenate table prefixes recursively

resolves always-open#122

v4.0.0

Toggle v4.0.0's commit message
fix(readme): fix image links