Skip to content

Releases: DivineOmega/laravel-extendable-basket

v4.0.0

26 Jul 09:02
Compare
Choose a tag to compare
  • Basketables (products) now receive the basket item meta data when asked for their price. This can allow for variation on a single basketable to have different prices.

v3.1.1

25 May 13:57
4509d07
Compare
Choose a tag to compare
  • Fix to composer.json syntax.

v3.1.0

25 May 09:40
d2fc7ae
Compare
Choose a tag to compare
  • Add support for modern Laravel versions.

v3.0.2

05 Jun 08:52
Compare
Choose a tag to compare
  • Fix basket interface add method definition.

v3.0.1

12 Mar 08:35
f9d76c3
Compare
Choose a tag to compare

v3.0.0

07 Mar 12:36
Compare
Choose a tag to compare
  • Drop support for older version of PHP (PHP >= 7.1 is now required)
  • Add ability to store an array of meta data against basket items, such as variation details
  • Improve comparison of basketables logic when adding items to the basket

This PR includes also includes the following.

  • Improved documentation
  • 100% test coverage

v2.0.0

06 Feb 16:59
Compare
Choose a tag to compare
  • Use Basketable interface instead of BasketableModel
  • Fix license field in composer.json

v1.0.0

19 Oct 10:53
Compare
Choose a tag to compare
  • Initial release