Skip to content

Releases: yansongda/pay

v3.3.0-beta.1

14 Apr 16:55
5baa7a7
Compare
Choose a tag to compare
v3.3.0-beta.1 Pre-release
Pre-release

fixed

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

refactor

  • refactor: 所有参数判断使用 $payload->has() 判断是否存在(#778)

Full Changelog: v3.3.0-beta.0...v3.3.0-beta.1

v3.3.0-beta.0

10 Apr 02:20
1e720dd
Compare
Choose a tag to compare
v3.3.0-beta.0 Pre-release
Pre-release

added

  • feat: 增加申请代扣协议插件(#767)
  • feat: 增加只签约插件(#765)
  • feat: shortcut 支持 _no_common_plugins 参数不使用通用插件(#771)
  • feat: 增加委托代扣 shortcut(#773)

refactor

  • refactor: coding style(#769)
  • refactor: 优化现有微信v2插件代码(#772)

changed

  • change: 所有 Parser 更名为 Direction(#770, #774)

Full Changelog: v3.3.0-alpha.2...v3.3.0-beta.0

v3.3.0-alpha.2

05 Apr 15:14
5b2a017
Compare
Choose a tag to compare
v3.3.0-alpha.2 Pre-release
Pre-release

added

  • feat: 增加微信v2支付中签约插件 (#763)

Full Changelog: v3.3.0-alpha.1...v3.3.0-alpha.2

v3.3.0-alpha.1

20 Mar 02:24
5b211bd
Compare
Choose a tag to compare
v3.3.0-alpha.1 Pre-release
Pre-release

What's Changed

fixed

  • fix: 微信 v2 版响应 packer 错误(#758)

Full Changelog: v3.3.0-alpha.0...v3.3.0-alpha.1

v3.3.0-alpha.0

19 Mar 14:39
2d21acc
Compare
Choose a tag to compare
v3.3.0-alpha.0 Pre-release
Pre-release

added

  • feat: 支持微信 v2 版本刷卡支付(#753)

deleted

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

refactor

  • refactor: 重构 ArrayParser 类(#754)

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)

Full Changelog: v3.2.14...v3.3.0-alpha.0

v3.2.14

26 Feb 11:53
81df62a
Compare
Choose a tag to compare

fixed

  • fix: 微信投诉相关插件响应解析错误(#746)

v3.2.13

13 Feb 13:37
765085b
Compare
Choose a tag to compare

optimized

  • optimize: 微信退款可取消 notify_url(#741)

v3.2.12

07 Jan 13:40
4c1893d
Compare
Choose a tag to compare

added

  • feat: 增加获取微信平台公钥证书方法(#733)

v3.2.11

22 Dec 10:06
53aa073
Compare
Choose a tag to compare

docs

  • docs: 增加微信转账注释方便ide识别(#725)

v3.2.10

25 Nov 11:42
c084d67
Compare
Choose a tag to compare

fixed

  • fix: CallbackReceived 事件在获取到回调参数后触发(#716)