Skip to content

v3.1.0

Choose a tag to compare

@karlomikus karlomikus released this 22 Oct 16:22
· 1414 commits to master since this release
0e275f7

New

  • Added bar:export-zip command
    • You can use this command to export all the data from specific bars
    • For example: php artisan bar:export 5 7 9 will export all data from bars with id: 5, 7, 9
  • Added bar:import-zip command
  • Now you can share your collections with other bar members
    • Added /collections/shared endpoint
    • Added is_bar_shared property to collection request