Skip to content

Releases: bumbummen99/LaravelShoppingcart

Fix PostgreSQL

15 May 15:33
1c50fb5
Compare
Choose a tag to compare

Use base64 to avoid truncation with PostgreSQL #167 by @mauriciv

Laravel 9

27 Apr 14:50
71dfa94
Compare
Choose a tag to compare

Add Laravel 9 compatibility #165 by @quintenbuis

4.1.0

17 Jan 18:58
82541cb
Compare
Choose a tag to compare

Added ?string instance member to CartItem #140 by @ChrisThompsonTLDR
Added array handling for CartItemOptions #141 by @macbookandrew
Fixed variable name typo #118 by @guysolamour

4.0.0

28 Jan 21:05
f2c763e
Compare
Choose a tag to compare

Fixed CanBeBoughtTrait for newer versions of Laravel by @geisi

Breaking Changes

  • Make sure to replace countItems() with countInstances().

3.2.0

27 Dec 20:16
786477b
Compare
Choose a tag to compare

Fixed instances implementation by @Norris1z!

3.1.0

27 Dec 20:15
8b1ae2d
Compare
Choose a tag to compare

Added Macroable Trait to the Cart Facade by @ganyicz

3.0.0

23 Sep 00:19
b05497d
Compare
Choose a tag to compare

Important:
The package will from now on use schematic versioning.

New Features:

  • New events (adding, updating, removing) that trigger before the cart has been modified by @manojo123

Laravel 8 & Calculators

12 Sep 01:00
Compare
Choose a tag to compare

Check/Republish your config file!!!

Support for Laravel 8+,
Introduction of Calculators, simply adjust the calculation logic as you want,

2.9.0

10 Mar 11:09
9c08840
Compare
Choose a tag to compare

New minor version, check/republish your config file.

  • Laravel 7 Support
  • (Optional) Gross price as base (tax calculation)

2.8.9

10 Feb 15:57
97e021f
Compare
Choose a tag to compare

Fix rounding issues (#58)