Skip to content

1.5.1.0

Compare
Choose a tag to compare
@fancyecommerce fancyecommerce released this 02 Nov 07:03
· 1159 commits to master since this release

1.5.1.0

1.后台权限控制更改为:RBAC权限控制。

2.库存扣除的bug修复

3.fix bug: product price format

4.fix bug: iconv('UTF-8', 'ASCII//TRANSLIT', ...) doesn't work properly when locale category LC_CTYPE is set to C or POSIX

5.代码规范和注释的调整

6.fix bug: product favorite

7.fix bug: yii2 exception format: change to \Exception $e

8.smtp配置无法发信的错误处理:捕捉异常处理,程序不退出,如果邮件发送失败不影响下单

9.fix bug: paypal express payment (cart paypal button)

10.fix bug: admin order not save tracking_num

11.fix bug: generate order, item_count = only cart active product total count, not all cart product

12.一些翻译文字的修正

详细的代码提交:https://github.com/fecshop/yii2_fecshop/commits/master

说明

1.此版本修复的bug比较多,另外添加了RBAC的后台权限控制(使用说明后面给予),请各位尽快升级

2.后台RBAC涉及到数据库改动,线上项目请先备份数据库在执行migrate操作

升级一定要执行数据库升级,否则后台RBAC功能会出问题,如何升级参看:http://www.fecshop.com/doc/fecshop-guide/develop/cn-1.0/guide-fecshop-about-update.html