Skip to content

Tags: TheNorthMemory/wechatpay-php

Tags

v1.4.11

Toggle v1.4.11's commit message

Verified

This tag was signed with the committer’s verified signature.
TheNorthMemory James ZHANG
v1.4.11

- 精细化处理APIv2返回值,对于`返回状态码`及/或`业务结果`不为`SUCCESS`抛出异常处理;
- 优化README关于`微信支付平台证书`及`微信支付公钥`章节内容及示例代码;

Verified

This tag was signed with the committer’s verified signature.
TheNorthMemory James ZHANG

v1.4.9

Toggle v1.4.9's commit message
PHP8.3 support

v1.4.8

Toggle v1.4.8's commit message
v1.4.8 changelog

v1.4.7

Toggle v1.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support PHP8.2 (wechatpay-apiv3#110)

* Officially support PHP8.2

* Drop `OPENSSL_SSLV23_PADDING` test cases, because it was removed via openssl3

see openssl/openssl#14216, openssl/openssl#14283, shivammathur/setup-php#658

* Add `SECURITY.md` guideline and mentioning that TSRC is the right place for the security issues

v1.4.6

Toggle v1.4.6's commit message
doc: note of the Stringable values & new APIv2 sandbox usage

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
优化APIv3上的三个特殊接口验签逻辑,国内两个自动忽略验签,海外按spec仅验证RSA签名 (wechatpay-apiv3#95)

* Two skipping pharses of the response's validation whose are located in the mainland.

One special Rsa::verify onto the downloading API which is located in the overseas.

Close wechatpay-apiv3#94

* bump to v1.4.5

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wechatpay-apiv3#93 from TheNorthMemory/v1.4

APIv2客户端增加白名单URLs,对于无sign返回的请求,自动忽略验签

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wechatpay-apiv3#79 from TheNorthMemory/v1.4

bump to v1.4.3

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wechatpay-apiv3#68 from TheNorthMemory/v1.4

调整`uri_template`处理顺序为先替换再选择API版本