Skip to content

Releases: yii2mod/yii2-cart

1.4 Release

20 Aug 20:01
dc183b3
Compare
Choose a tag to compare

Fixed compatibility with PHP 7.2

1.3 Release

22 Nov 16:04
Compare
Choose a tag to compare
  1. Added php-cs-fixer
  2. Fixed code style

1.2.1

11 Nov 08:57
Compare
Choose a tag to compare

Changelog

1.2 Release

09 Nov 16:57
Compare
Choose a tag to compare

Changelog

  • Enh 07fe076 : rename table from 'Cart' to 'Cart', updated storage classes, updated README.

If you use the DatabaseStorage class as storageClass then you need to execute the migration by the following command:

$ php yii migrate --migrationPath=@vendor/yii2mod/yii2-cart/migrations

1.1 Release

05 Jul 14:23
Compare
Choose a tag to compare

Date: Tuesday, July 5, 2016

  1. Added tests

1.0.2 Release

17 May 10:08
Compare
Choose a tag to compare

Date: Tuesday, May 17, 2016

  1. Fix the load function in the DatabaseStorage class

1.0.1 Release

16 May 10:29
Compare
Choose a tag to compare

Date: Monday, May 16, 2016

  1. Fix the load function in the DatabaseStorage class
  2. Update docs

1.0 Release

13 May 13:29
Compare
Choose a tag to compare

Initial Release