Skip to content

Releases: bumbummen99/LaravelShoppingcart

2.8.8 Bugfix

12 Jan 16:48
3abb164
Compare
Choose a tag to compare

#56 Fix cartitem priceTax bug

2.8.7

09 Jan 19:00
0b3a507
Compare
Choose a tag to compare

New Feature: cart.merged Event #43
New Feature: Erase stored carts #35

2.8.6

02 Nov 15:06
18c89a4
Compare
Choose a tag to compare
  • Fix: Products keep their position in the collection after updating (i.e. changing the rowId)
  • Doc: Further README translation

2.8.5

01 Nov 17:27
fe5fe94
Compare
Choose a tag to compare
  • Hotfix related to validating the weight parameter.
  • Readme translation

Laravel 6.1 Support

04 Oct 08:04
015b2a8
Compare
Choose a tag to compare
Update composer.json

Should also support Laravel 6.1

2.8.3 | Laravel 6 Support

06 Sep 16:10
bfbebfd
Compare
Choose a tag to compare

Compatibility for Laravel 6
Big thanks to Daniel Tomlinson

2.8.2

26 Jun 14:16
74607eb
Compare
Choose a tag to compare

Fixed publish migration
Fixed copypasta in the Readme
Added validation for weight

2.8.1

07 May 16:07
e21c2e9
Compare
Choose a tag to compare

Fixed weight integration (options return empty array)

Updated to Laravel 5.8

01 Mar 14:22
Compare
Choose a tag to compare

Compatibility with Laravel 5.8
Dropped support for versions below 5.4

Merge carts

28 Dec 02:52
Compare
Choose a tag to compare

Added Cart merge functionality
Fixed up the Readme a bit
Fixed NoSqlDb support
Fixed up typos
Small changes