Skip to content

Commit fa65640

Browse files
committed
feat(php): update logs
1 parent 011a169 commit fa65640

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ API documentation [Changelog](https://www.kucoin.com/docs-new/change-log)
44

55
Current synchronized API documentation version [20250529](https://www.kucoin.com/docs-new/change-log#20250529)
66

7+
## 2025-06-11(PHP 0.1.3-alpha)
8+
- Add compatibility for PHP versions from 7.4 to 8.x
9+
710
## 2025-06-11(1.3.0)
811
- Update the latest APIs, documentation, etc
912
- Introduced a new testing framework for all SDKs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ For an overview of the project and SDKs in other languages, refer to the [Main R
1313

1414
## 📦 Installation
1515

16-
### Latest Version: `0.1.2-alpha`
16+
### Latest Version: `0.1.3-alpha`
1717

1818
**Note**: This SDK is currently in the Alpha phase. We are actively iterating and improving its features, stability, and documentation. Feedback and contributions are highly encouraged to help us refine the SDK.
1919

2020
Install the SDK using `composer`:
2121

2222
```bash
23-
composer require kucoin/kucoin-universal-sdk=0.1.2-alpha
23+
composer require kucoin/kucoin-universal-sdk=0.1.3-alpha
2424
```
2525

2626
## 📖 Getting Started

src/Generate/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
class Version
66
{
7-
const SDK_VERSION = "0.1.2-alpha";
8-
const SDK_GENERATE_DATE = "2025-06-11";
7+
const SDK_VERSION = "0.1.3-alpha";
8+
const SDK_GENERATE_DATE = "2025-07-01";
99
}

0 commit comments

Comments
 (0)