Skip to content

Commit

Permalink
Merge pull request #5 from TheNorthMemory/main
Browse files Browse the repository at this point in the history
bump to v1.0.1
  • Loading branch information
xy-peng authored Jun 21, 2021
2 parents 22a45cb + e3384c3 commit 024065c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# 变更历史

## 1.0.1 - 2021-06-21

[变更历史](../../compare/176347f...22a45cb)

- 优化了一些性能;
- 修复了大量 `phpstan level6` 静态分析遗留问题;
- 新增`\WeChatPay\Exception\WeChatPayException`异常类接口;
- 完善文档及方法类型签名;

## 1.0.0 - 2021-06-18

源自 `wechatpay-guzzle-middleware`,不兼容源版,顾自 `v1.0.0` 开始。

- `APIv2` & `APIv3` 同质化调用SDK,默认为 `APIv3` 版;
- 标记 `APIv2` 为不推荐调用,预期 `v2.0` 会移除掉;
- 支持 `同步(sync)`(默认)及 `异步(async)` 请求服务端接口;
- 支持 `链式(chain)` 请求服务端接口;
- 支持 `链式(chain)` 请求服务端接口;
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechatpay/wechatpay",
"version": "1.0.0",
"version": "1.0.1",
"description": "[A]Sync Chainable WeChatPay v2&v3's OpenAPI SDK for PHP",
"type": "library",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/ClientDecoratorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface ClientDecoratorInterface
/**
* @var string - This library version
*/
const VERSION = '1.0.0';
const VERSION = '1.0.1';

/**
* @var string - The HTTP transfer `xml` based protocol
Expand Down

0 comments on commit 024065c

Please sign in to comment.