diff --git a/jeepay-manager/src/main/resources/banner.txt b/jeepay-manager/src/main/resources/banner.txt index 3d5fbb2..96c6edc 100644 --- a/jeepay-manager/src/main/resources/banner.txt +++ b/jeepay-manager/src/main/resources/banner.txt @@ -4,5 +4,5 @@ / /_/ // __/ __/ /_/ / /_/ / /_/ / \____/ \___/\___/ .___/\__,_/\__, / /_/ /____/ - :: Jeepay :: (v2.2.2.RELEASE) + :: Jeepay :: (v2.3.0.RELEASE) 让支付接入更简单 : https://www.jeequan.com diff --git a/jeepay-merchant/src/main/resources/banner.txt b/jeepay-merchant/src/main/resources/banner.txt index 3d5fbb2..96c6edc 100644 --- a/jeepay-merchant/src/main/resources/banner.txt +++ b/jeepay-merchant/src/main/resources/banner.txt @@ -4,5 +4,5 @@ / /_/ // __/ __/ /_/ / /_/ / /_/ / \____/ \___/\___/ .___/\__,_/\__, / /_/ /____/ - :: Jeepay :: (v2.2.2.RELEASE) + :: Jeepay :: (v2.3.0.RELEASE) 让支付接入更简单 : https://www.jeequan.com diff --git a/jeepay-payment/src/main/resources/banner.txt b/jeepay-payment/src/main/resources/banner.txt index 3d5fbb2..96c6edc 100644 --- a/jeepay-payment/src/main/resources/banner.txt +++ b/jeepay-payment/src/main/resources/banner.txt @@ -4,5 +4,5 @@ / /_/ // __/ __/ /_/ / /_/ / /_/ / \____/ \___/\___/ .___/\__,_/\__, / /_/ /____/ - :: Jeepay :: (v2.2.2.RELEASE) + :: Jeepay :: (v2.3.0.RELEASE) 让支付接入更简单 : https://www.jeequan.com diff --git a/pom.xml b/pom.xml index 21687cc..b189820 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ - 2.2.2 + 2.3.0 ${basedir} 1.8 UTF-8 diff --git a/upgrade.md b/upgrade.md index 1b6f7eb..fc58eac 100644 --- a/upgrade.md +++ b/upgrade.md @@ -198,3 +198,9 @@ 3. 优化:优化Docker部署 4. 优化:优化分账页面描述 +[v2.3.0_20240311] +1. 优化:升级wxjava/hutool到最新版本, 适配最新版本微信支付接口 +2. 新增:添加项目下的Dockerfile文件 +3. 新增:一键部署安装、卸载脚本 +4. 修复: FastJSON开启安全模式,解决安全检测漏洞 + diff --git a/version.md b/version.md index 9cccb36..65a3b16 100644 --- a/version.md +++ b/version.md @@ -1 +1 @@ -v2.2.2_20231122 \ No newline at end of file +v2.3.0_20240311