Skip to content

Releases: yansongda/pay

v3.5.3

28 Nov 12:54
6db9983
Compare
Choose a tag to compare

feat

  • feat: 增加支付宝 分账关系维护/分账查询 插件(#874)

optimized

  • optimize: 支付宝公钥使用公共函数获取(#835)

Full Changelog: v3.5.2...v3.5.3

v3.5.2

26 Jul 03:13
85143de
Compare
Choose a tag to compare

fixed

  • fix: monolog 不存在时报错问题(#834)
  • fix: \Yansongda\Pay\Provider\AbstractProvider::call 方法返回值类型错误问题(#834)

Full Changelog: v3.5.1...v3.5.2

v3.5.1

09 Jul 11:28
4576905
Compare
Choose a tag to compare

fixed

  • fix: destination 的类型约束去掉 array(#824)

Full Changelog: v3.5.0...v3.5.1

v3.5.0

01 Jul 15:32
759ddd8
Compare
Choose a tag to compare

deleted

  • deleted: 移除 Yansongda\Pay\Direction\ArrayDirection 类(#818, #819)

v3.4.2

27 Jun 09:56
de827f7
Compare
Choose a tag to compare

changed

  • change: 只支持 hyperf3.x 版本(#815)

v3.4.1

24 Jun 12:05
da90865
Compare
Choose a tag to compare

optimized

  • optimize: 优化无签名时错误提示(#813)
  • optimize: 优化预下单失败时错误提示(#814)

Full Changelog: v3.4.0...v3.4.1

v3.4.0

10 Jun 09:00
4408ee8
Compare
Choose a tag to compare

added

  • feat: 增加 get_direction 方法获取 Direction 对象(#803)

changed

  • change: Exception::INVALID_PARSE 更改为 Exception::INVALID_DIRECTION(#804)
  • chore: 最低支持版本变更为 php8.0(#801)

optimized

  • optimize: 优化 coding style 代码规范(#802)

Full Changelog: v3.3.1...v3.4.0

v3.3.1

08 Jun 12:37
96b205f
Compare
Choose a tag to compare

fixed

  • fix: 支付宝沙箱地址(#800)

v3.3.0

21 May 15:04
ead4d7e
Compare
Choose a tag to compare

added

  • feat: 支持微信 v2 版本刷卡支付(#753)
  • feat: 增加申请代扣协议插件(#767)
  • feat: 增加支付中签约插件(#763)
  • feat: 增加只签约插件(#765)
  • feat: shortcut 支持 _no_common_plugins 参数不使用通用插件(#771)
  • feat: 增加委托代扣 shortcut(#773)

deleted

  • delete: 移除废弃的类(#752)

fixed

  • fix: 微信代金券 api 参数错误问题(#777)

refactor

  • refactor: 重构 ArrayParser 类(#754)
  • refactor: coding style(#769)
  • refactor: 优化现有微信v2插件代码(#772)
  • refactor: 所有参数判断使用 $payload->has() 判断是否存在(#778)

chore

  • chore: 支持 psr/http-message 2.0 版(#784)

changed

  • change: 所有的 Find*Plugin 调整为 Query*Plugin(#756)
  • change: 插件开始装载日志由 info 调整为 debug(#755)
  • change: ParserInterface 签名由 ?ResponseInterface $response 变更为 PackerInterface $packer, ?ResponseInterface $response(#754)
  • change: \Yansongda\Pay\Plugin\Wechat\RadarSignPlugin 增加 __construct(JsonPacker $jsonPacker, XmlPacker $xmlPacker) 方法(#753)
  • change: 所有 Parser 更名为 Direction(#770, #774)
  • change: '_type' 类型统一定义为渠道id,如: 小程序id,公众号id等;增加 '_action' 为操作类型用于 shortcut(#781)
  • change: 默认 container 由 php-di/php-di 改为 hyperf/pimple(#786)

Full Changelog: v3.2.14...v3.3.0

v3.3.0-beta.3

23 Apr 13:05
adbd3f7
Compare
Choose a tag to compare
v3.3.0-beta.3 Pre-release
Pre-release

Changed

  • change: 默认 container 由 php-di/php-di 改为 hyperf/pimple(#786)

Full Changelog: v3.3.0-beta.2...v3.3.0-beta.3