Skip to content

Releases: always-open/laravel-totem

v9.0.0

29 Jun 14:49
4f65a2c

Choose a tag to compare

What's Changed

Full Changelog: v8.4.2...v9.0.0

v8.4.2

22 Mar 13:10
60cb88f

Choose a tag to compare

What's Changed

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

v8.4.1

22 Mar 01:15
41c588b

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

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

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

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

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

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

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

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