Skip to content

Releases: codestudiohq/laravel-totem

v8.3.3

07 Mar 12:46
9e93d1c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.2...v8.3.3

v8.3.2

24 Feb 04:52
aaa90ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.1...v8.3.2

v8.3.1

01 Feb 18:08
bb50cd8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.0...v8.3.1

v8.3.0

08 Sep 17:18
7d05f82
Compare
Choose a tag to compare
  • Updates DBAL to 3.x
  • Adds Docker for local development
  • Caching frequencies to reduce DB calls thanks to @o-kima
  • Updated initialization check to still all app to run when table doesn't exist thanks to @o-kima

v8.2.0

13 Aug 19:49
93861f7
Compare
Choose a tag to compare

Updated log output to no longer require local log writing thanks to @shawnheide

v8.1.4

25 May 13:33
d66d29c
Compare
Choose a tag to compare

Enhancement on handling parameters that include the = in them thanks to @o-kima. Examples can be viewed on the PR: #281

v8.1.3

25 May 02:04
5c17447
Compare
Choose a tag to compare
  • Fix for missing default prefix value in config courtesy of @CrazyBoy49z
  • Fix for cleanup toggles so the correct selection shows after save courtesy of @bondas83

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