Skip to content

Releases: darryldecode/laravelshoppingcart

Laravel 6.1~ Support

10 Oct 03:16
2c7a609
Compare
Choose a tag to compare

Updated composer.json to support laravel 6.1

Laravel 6.0 support

23 Sep 04:48
5a54064
Compare
Choose a tag to compare

update composer.json for laravel 6.0 support #190

Fix Issue #170

03 Mar 14:14
6b172fa
Compare
Choose a tag to compare

Fix for issue #170 cause of fire() method completely removed on laravel v5.8 from being deprecated since v5.5~

Laravel 5.8 Support

27 Feb 10:39
Compare
Choose a tag to compare
4.0.3

updated composer.json for laravel5.8 support

Very Minor Update

08 Feb 14:24
4a0f066
Compare
Choose a tag to compare

Laravel 5.7 compatibility update

12 Sep 05:56
Compare
Choose a tag to compare

Laravel 5.7 compatibility update

Version 4.0

18 Jun 16:43
8724841
Compare
Choose a tag to compare

Improvments

  • updated phpunit to 5.0 (to support atleast php 5.6 in testing)
  • removed php <=5.4 support
  • fix failed tests due to upgrade to phpunit5+
  • documentation improvements

Breaking Change!!

Upgrade guide:

  • for conditions that are added to cart bases, change 'target' => 'total'
  • If there are conditions that you customly apply to subtotal, you can now add it as normal cart condition and put target => 'subtotal'
  • conditions that are per item or conditions that are added and applied on per item, you can remove the 'target' => 'item' parameter since this is already removed and not needed.

Laravel 5.6 Support

13 Feb 07:27
bf7399c
Compare
Choose a tag to compare

Updated to support Laravel 5.6

added ability to a cart for a specific user, improve docs and added examples

13 Jan 07:53
6f0ea68
Compare
Choose a tag to compare

This update should be backward compat.

In this update, you should be able to bind a cart data to a specific user, etc.

See the updated documentation.

For any issues, please create issue ticket.

Support for laravel auto discovery

12 Nov 02:14
43f672e
Compare
Choose a tag to compare
3.0.3

Update README.md