Skip to content

Commit 4889972

Browse files
committed
Release 2.7.0
1 parent 5975dd9 commit 4889972

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.7.0 - 2021-11-17
2+
3+
- Add support for shadow banning user
4+
- shadow_ban
5+
- remove_shadow_ban
6+
- Add support for pinning messages
7+
- pin_message
8+
- unpin_message
9+
- Add support for partial updating messages
10+
- update_message_partial
11+
- Add support for updating channel ownership for Deleted Users
12+
113
## 2.6.1 - 2021-11-04
214

315
- `UpdateUser` and `UpdateUsers` are deprecated in favor of `UpsertUser` and `UpsertUsers` respectively ([#64](https://github.com/GetStream/stream-chat-php/pull/64)) and will be dropped in the next major release. There is no change in the implementation, simple renaming for what they really do.

lib/GetStream/StreamChat/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class Constant
1515
{
16-
const VERSION = '2.6.1';
16+
const VERSION = '2.7.0';
1717
}
1818

1919
class Client

0 commit comments

Comments
 (0)