Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# b24-php-sdk change log

## Unreleased 1.3.0 – 2025.03.31
## Unreleased 1.3.0 – 2025.04.21

### Added

Expand Down Expand Up @@ -91,6 +91,7 @@ Added service `Services\AI\Engine\Service\Engine` with support methods:
- Fixed errors in `Bitrix24\SDK\Core\ApiClient` for methods with strict arguments
order, [see details](https://github.com/bitrix24/b24phpsdk/issues/101)
- Fixed errors in `ApplicationInstallationRepositoryInterfaceTest` for work with storage [see details](https://github.com/bitrix24/b24phpsdk/issues/123)
- Fixed errors in `Bitrix24AccountInterfaceTest`, remove some [arguments in constructor](https://github.com/bitrix24/b24phpsdk/issues/141)

### Security

Expand Down
9 changes: 0 additions & 9 deletions src/Application/Workflows/Robots/Common/RobotMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,4 @@

final readonly class RobotMetadata
{
// public function isInstalled(mixed $robot):bool
// {
// return true;
// }
//
// public function equal(RobotMetadata $robotMetadata): bool
// {
// return true;
// }
}
70 changes: 0 additions & 70 deletions src/Application/Workflows/Robots/Service/RobotManager.php

This file was deleted.

Large diffs are not rendered by default.

Loading