Skip to content

Releases: always-open/laravel-totem

v8.1.2

25 May 01:54
6fb6fd9
Compare
Choose a tag to compare

Laravel 8.x treats the order of registration differently. This change properly registers the Console Service Provider so schedule tasks will run correctly and the schedule:list command will work

v8.1.1

10 Feb 15:01
409ace7
Compare
Choose a tag to compare

Thanks to @MesutErdemir for the routing update

  • Adds customizable route prefix to config

v8.1

06 Feb 18:46
d88336c
Compare
Choose a tag to compare

Big thanks to @daniel-g-wood

  • Fixes issues #271: inconsistencies between using Storage::path and storage_path.
  • Adds a "log_folder" key to the config (totem.php) to specify where the output from command results are stored
  • Export to json no longer uses a temporary file, but instead uses streamDownload
  • Adds additional tests for execution of the task via the scheduler, and also via the execute task endpoint
  • Adds additional tests for exporting and importing tasks
  • Upgrades phpunit.xml to the new format
  • Adds 'ext-json' as an explicit dependency in composer.json

v8.0.4

21 Jan 20:28
adf3b23
Compare
Choose a tag to compare
  • Updated onOneServer to enable use of database and dynamodb cache drivers thanks to @jonah-dev

v8.0.3

20 Jan 13:39
7a54ed6
Compare
Choose a tag to compare

Updates to leverage storage facade thanks to @lucidlogic

v8.0.2

10 Dec 17:42
596452d
Compare
Choose a tag to compare
  • Adds ability to marks tasks to run in the background

v8.0.1

16 Nov 13:52
2230103
Compare
Choose a tag to compare
  • Fixed issue with migration for PostgreSQL

v7.0.3

16 Nov 13:52
71c8b5b
Compare
Choose a tag to compare
  • Fixed issue with migration for PostgreSQL

v8.0

30 Oct 14:06
Compare
Choose a tag to compare
  • adds Laravel 8 compatability
  • adds model factories

v7.0.2

27 Oct 13:21
8c3cff7
Compare
Choose a tag to compare
  • Fixes duration migration issue for Postgres while maintaining data
  • Minor tweaks to GHA pipeline