Skip to content

Releases: always-open/laravel-totem

v8.4.2

22 Mar 13:10
60cb88f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.4.1...v8.4.2

v8.4.1

22 Mar 01:15
41c588b
Compare
Choose a tag to compare

DO NOT USE, CONTAINS INFINITE LOOP BUG

What's Changed

  • Updated to pluck ids and perform delete using the ids by @qschmick in #322

Full Changelog: v8.4.0...v8.4.1

v8.4.0

15 Mar 13:24
7d159df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.3...v8.4.0

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