Skip to content

Commit 1f69f46

Browse files
authored
Merge pull request #72 from VKCOM/version/5.101.0
Version 5.101.0
2 parents 9fb867b + 1f81fc6 commit 1f69f46

15 files changed

Lines changed: 706 additions & 73 deletions

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PHP library for VK API interaction, includes OAuth 2.0 authorization and API methods. Full VK API features documentation can be found [here](http://vk.com/dev).
44

5-
This library has been created using the VK API JSON Schema. It can be found [here](https://github.com/VKCOM/vk-api-schema). It uses VK API [version](https://vk.com/dev/versions) 5.100
5+
This library has been created using the VK API JSON Schema. It can be found [here](https://github.com/VKCOM/vk-api-schema). It uses VK API [version](https://vk.com/dev/versions) 5.101
66

77
[![Packagist](https://img.shields.io/packagist/v/vkcom/vk-php-sdk.svg)](https://packagist.org/packages/vkcom/vk-php-sdk)
88

@@ -29,11 +29,11 @@ $vk = new VK\Client\VKApiClient();
2929
Also you can initialize `VKApiClient` with different API version and different language like this:
3030

3131
```php
32-
$vk = new VKApiClient('5.100');
32+
$vk = new VKApiClient('5.101');
3333
```
3434

3535
```php
36-
$vk = new VKApiClient('5.100', VK\Client\Enums\VKLanguage::ENGLISH);
36+
$vk = new VKApiClient('5.101', VK\Client\Enums\VKLanguage::ENGLISH);
3737
```
3838

3939
## 4. Authorization

src/VK/Actions/Ads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function createClients($access_token, array $params = []) {
124124
* - @var integer account_id: Advertising account ID.
125125
* - @var integer client_id: 'Only for advertising agencies.', ID of the client with the advertising account where the group will be created.
126126
* - @var string name: Name of the target group — a string up to 64 characters long.
127-
* - @var integer lifetime: 'For groups with auditory created with pixel code only.', , Number of days after that users will be automatically removed from the group. '0' — not to remove users.
127+
* - @var integer lifetime: 'For groups with auditory created with pixel code only.', , Number of days after that users will be automatically removed from the group.
128128
* - @var integer target_pixel_id
129129
* - @var string target_pixel_rules
130130
* @throws VKClientException

0 commit comments

Comments
 (0)