Releases: codestudiohq/laravel-totem
Releases · codestudiohq/laravel-totem
v8.3.3
v8.3.2
What's Changed
- Fix N+1 frequencies relation at tasks dashboard by @locnguyen1842 in #315
New Contributors
- @locnguyen1842 made their first contribution in #315
Full Changelog: v8.3.1...v8.3.2
v8.3.1
What's Changed
- Use default database connection from config by @cyruscollier in #312
New Contributors
- @cyruscollier made their first contribution in #312
Full Changelog: v8.3.0...v8.3.1
v8.3.0
v8.2.0
Updated log output to no longer require local log writing thanks to @shawnheide
v8.1.4
v8.1.3
v8.1.2
v8.1.1
Thanks to @MesutErdemir for the routing update
- Adds customizable route prefix to config
v8.1
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