Skip to content

Releases: always-open/laravel-totem

v3.3.1

02 Sep 22:55
1ecaf00
Compare
Choose a tag to compare
  • dont queue deleting event so that a listener can bust cache immediately

resolves #95

v3.3.0

02 Sep 22:00
3853a78
Compare
Choose a tag to compare
  • update elixir and uikit npm packages
  • fix phpunit config
  • refactor export/import to their own controllers
  • refactor import tasks to use interface repository pattern and a vue component along with uikit upload library
  • refactor icons to uikit icons instead of custom icon library
  • refactor caching mechanism
  • better route model binding along with strict types in controller methods

resolves #97 #96 #95 #52 #44

v3.2.6

19 Aug 02:55
Compare
Choose a tag to compare
  • Fix typo in whitelist config param
  • Publish config through service provider. Use vendor:publish to publish config

v2.4.1

19 Aug 02:54
Compare
Choose a tag to compare
  • Fix typo in whitelist config param
  • Publish config through service provider. Use vendor:publish to publish config

v3.2.5

10 Jul 14:50
b566729
Compare
Choose a tag to compare

Added use of table prefixes to migration.

v3.2.4

06 Jul 21:33
Compare
Choose a tag to compare

Added migrations to create indexes and foreign keys on tables

v3.2.1

04 Jul 17:08
Compare
Choose a tag to compare
  • Add onOneServer support

v3.2.0

22 Mar 19:26
e4f30b0
Compare
Choose a tag to compare

Added simple sorting of description column as well as searching of descriptions.

v3.1.0

04 Mar 02:23
db7bab0
Compare
Choose a tag to compare

Change the display on the dropdown to show an opt-group of the commands name and then the description to make selecting easier when editing /creating a task.

v3.0.2

04 Mar 02:14
8bcb962
Compare
Choose a tag to compare

Fixed issue with service provider checking if tasks table existed with table prefix.