Skip to content

Releases: shopperlabs/shopper

v0.0.13

23 Oct 09:22
Compare
Choose a tag to compare
v0.0.13 Pre-release
Pre-release

Changed

  • Fiele max file validation move from 1mb to 5mb

v0.0.12

21 Oct 16:19
ee2b77d
Compare
Choose a tag to compare
v0.0.12 Pre-release
Pre-release

Fixed

  • bug on order detail
  • bug on add product attribute color

Updated

  • Display multiple attribute value
  • wip

v0.0.11

15 Oct 13:10
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

Updated

  • Category name validation (2 categories can have the same name with different slug)

v0.0.10

15 Oct 11:59
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

Fixed

  • bug on load livewire trix component

v0.0.9

15 Oct 11:03
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

Fixed

  • bug when upload files
  • bug on notify function when send mail to user
  • bug on update discount error on first of null

Updated

  • Remove WithUploadProcess Trait on all single file upload component

Added

  • Livewire components forms Uploads\Single & Uploads\Multiple for improve file upload

v0.0.8

12 Oct 20:09
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Fixed

  • Bug on when setup shop with undefined x-shopper-input.file-upload

v0.0.7

09 Oct 21:15
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Updated

  • Dark mode on product reviews

Fixed

  • Bug on product association with collections and categories
  • Bug on product edit type attribute
  • Bug on display selected product with image when create and update discount

v0.0.6

30 Sep 20:57
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

v0.0.6 (2021-09-30)

Added

  • Add Spatie/media-library in place of File to save files in database
  • Add Filepond to upload files
  • Multiple upload files on product create and edit component
  • Publish Spatie media library package on shopper installation

Updated

  • Use uploads filesystem as collections name to save products, category and brand files.
  • Method to retrieve product (or category, collection) first image.

Fixed

  • Livewire upload error on update product
  • Variant update stock

Removed

  • File Class for managing file. No longer used
  • phpcs
  • phpinsights

v0.0.5

30 Aug 11:13
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Added

  • Livewire Trix component
  • Multiselect with Choices.js input to create and update product

Updated

  • AlpineJS from V2 to V3
  • improve user experience
  • Replace all <x-shopper-input.rich-text /> component by <livewire:shopper-trix />

Fixed

  • Fix error on create product (issue #62)
  • Fix bug on create new admin user
  • Fix bug on User Model fillable attributes

v0.0.4

25 Aug 16:17
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Added

  • Add booted method to Filetable Trait to remove all assets when delete a model
  • Seo custom Attribute array to Categories, Collections, Brands & Products Livewire Forms
  • Seo Form on categories and brands livewire components

Updated

  • Attribute type on Livewire Create and Edit component.
  • UI improved

Fixed

  • Typo error for instance on Discounts Livewire component