Releases: yii2mod/yii2-cart
Releases · yii2mod/yii2-cart
1.4 Release
Fixed compatibility with PHP 7.2
1.3 Release
- Added php-cs-fixer
- Fixed code style
1.2.1
1.2 Release
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
Date: Tuesday, July 5, 2016
- Added tests
1.0.2 Release
Date: Tuesday, May 17, 2016
- Fix the
load
function in the DatabaseStorage class
1.0.1 Release
Date: Monday, May 16, 2016
- Fix the
load
function in the DatabaseStorage class - Update docs
1.0 Release
Initial Release