File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments