Skip to content

Commit a7748ac

Browse files
committed
Release version 1.6.0: update CHANGELOG, SDK version, and installation instructions in README. Add API methods coverage statistics.
Signed-off-by: mesilov <[email protected]>
1 parent a55bab9 commit a7748ac

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# b24-php-sdk change log
22

3-
## UPCOMING 1.6.0 – 2025.09.01
3+
## 1.6.0 – 2025.09.01
44

55
### Added
66

@@ -156,6 +156,15 @@
156156
- Changed method name `ApplicationInstallationRepositoryInterface::findByMemberId` to
157157
`ApplicationInstallationRepositoryInterface::findByBitrix24AccountMemberId` [see details](https://github.com/bitrix24/b24phpsdk/issues/226)
158158

159+
### Statistics
160+
161+
```
162+
Bitrix24 API-methods count: 1160
163+
Supported in bitrix24-php-sdk methods count: 476
164+
Coverage percentage: 41.03% 🚀
165+
```
166+
167+
159168
## 1.5.0 – 2025.08.01
160169

161170
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If You work on Windows:
2828
- please use [WSL - Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/)
2929
- if your filesystem is NTFS, You can disable flag `git config --global core.protectNTFS false` for checkout folders started with dot.
3030

31-
Or add `"bitrix24/b24phpsdk": "1.5.*"` to `composer.json` of your application.
31+
Or add `"bitrix24/b24phpsdk": "1.6.*"` to `composer.json` of your application.
3232

3333
## B24PhpSdk ✨FEATURES✨
3434

src/Core/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ApiClient implements ApiClientInterface
3838
/**
3939
* @const string
4040
*/
41-
protected const SDK_VERSION = '1.5.0';
41+
protected const SDK_VERSION = '1.6.0';
4242

4343
protected const SDK_USER_AGENT = 'b24-php-sdk-vendor';
4444

0 commit comments

Comments
 (0)