From a5a18f7c4581a2c89af98fb300f160cf4e916f3b Mon Sep 17 00:00:00 2001 From: Devil Date: Sat, 24 Jul 2021 00:11:45 +0800 Subject: [PATCH] log --- LICENSE.txt | 2 +- changelog.txt | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index b419273bc..356543511 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 ShopXO +Copyright (c) 2021 ShopXO Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/changelog.txt b/changelog.txt index eff22395a..40ee8c1e1 100755 --- a/changelog.txt +++ b/changelog.txt @@ -2,14 +2,16 @@ ShopXO 2.2.0 Release --- http://shopxo.net +=========================================================+ 全局 - 1. 底层框架 thinkphp v5.1 升级到 thinkphp v6.x - -web端 - 1. 图片验证码增加随机数优化 - 2. 可视化DIY拖拽、页面设计支持同步到首页(待开发) - -插件 - 1. 多商户可视化DIY拖拽、页面设计支持同步到首页(待开发) + 1. 底层框架 thinkphp v5.1 升级到 v6.x + 2. 优化公共数据、增加更多公共数据缓存、缓存数据优化 + 3. 图片验证码增加随机数优化 + 4. 所有插件适配支持v2.2.0版本 + 5. 新增银联商务微信小程序支付插件 + 6. 在线客服插件新增微信 + 7. 小程序相册根据手机型号自动铺满屏幕 + 8. web端商品规格切换调试模式下错误修复 + 9. web端图片验证码随机数优化 + 10. 系统入口php版本检查优化 +=========================================================+ -- GitLab