Skip to content

Commit f0280b6

Browse files
committed
Update CHANGELOG to reflect user agent prefix change in B24-PHP-SDK
Signed-off-by: mesilov <[email protected]>
1 parent 38c0866 commit f0280b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,16 @@
8686
- `get` get localizations
8787
- `fields` get localization fields
8888
- `delete` delete currency, with batch calls support
89+
- Developer experience: added make command `lint-all` for run all code linters step by step, [see details](https://github.com/bitrix24/b24phpsdk/issues/183)
8990

9091
### Fixed
9192

9293
- Fixed error in arguments in service for method `placement.bind`, [see details](https://github.com/bitrix24/b24phpsdk/issues/151)
93-
- Fixed errors in `task.elapseditem.*` call in ApiClient [see details](https://github.com/bitrix24/b24phpsdk/issues/180)
94+
- Fixed errors in `task.elapseditem.*` call in ApiClient [see details](https://github.com/bitrix24/b24phpsdk/issues/180)
95+
9496
### Changed
9597

98+
- Changed B24-PHP-SDK useragent: added prefix `vendor`, [see details](https://github.com/bitrix24/b24phpsdk/issues/183)
9699
-**️️BC** Changed contract `Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Entity\Bitrix24AccountInterface`, this change needs to process corner cases
97100
when [installed application with UI or without UI](https://github.com/bitrix24/b24phpsdk/issues/150):
98101
- changed method `public function applicationInstalled(?string $applicationToken): void` application token now is nullable

0 commit comments

Comments
 (0)