Skip to content

Commit 9a889e8

Browse files
committed
Release 52.0.0.
1 parent c0e7285 commit 9a889e8

File tree

2,149 files changed

+58330
-42774
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,149 files changed

+58330
-42774
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
### 52.0.0
2+
3+
##### AdWords
4+
5+
* Updated laravel/framework version from 5.8.38 to 6.20.14 in
6+
LaravelSampleApp.
7+
8+
##### Ad Manager
9+
10+
* Added support for v202102.
11+
* Removed support for v202002.
12+
* Removed examples for v202005.
13+
* Updated the v202102/LineItemService/CreateVideoLineItems.php example to use
14+
`setVideoMaxDuration` function.
15+
16+
##### Common
17+
18+
* Updated php version to ^7.3 as a dependency.
19+
* Added symfony/serializer version ^3.0.3 as a dependency.
20+
* Updated monolog/monolog version to ^2.2.0 as a dependency.
21+
* Updated phpunit/phpunit version to ^9.5.2 as a development dependency.
22+
* Migrated phpunit.xml.dist to comply with phpunit 9.5.2 schema.
23+
24+
### 51.0.0
25+
26+
##### AdWords
27+
28+
* No changes.
29+
30+
##### Ad Manager
31+
32+
* Added ext-json to composer.json file for `ContentService` examples.
33+
* Added new types in v202011:
34+
* TimeSeries.php
35+
* TrafficDataRequest.php
36+
* TrafficDataResponse.php
37+
* getTrafficDataResponse.php
38+
* AuthenticationErrorReason.php
39+
* CreativeErrorReason.php
40+
* TrafficForecastSegmentErrorReason.php
41+
42+
##### Common
43+
44+
* Added symfony/serializer version ^3.0.3 as a dependency.
45+
* Updated phpunit/phpunit version to ^9.5.0 as a development dependency.
46+
147
### 50.0.1
248

349
##### AdWords

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,14 +403,10 @@ post to our forums:
403403
For general ads API and client library updates and news, follow:
404404

405405
* [Google Ads Developers blog](http://googleadsdeveloper.blogspot.com)
406-
* [AdWords API Announcements mailing
407-
list](https://groups.google.com/forum/#!forum/adwordsapi-announcements)
408406
* [Ad Manager API Sunset Announcements mailing
409407
list](https://groups.google.com/forum/#!forum/dfpapi-sunset-announce)
410408

411409
API deprecation schedules can be found at:
412410

413-
* [AdWords API deprecation
414-
schedule](https://developers.google.com/adwords/api/docs/sunset-dates)
415411
* [Ad Manager API deprecation
416412
schedule](https://developers.google.com/ad-manager/docs/deprecation)

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22
"name": "googleads/googleads-php-lib",
33
"description": "Google Ads APIs Client Library for PHP (AdWords and Ad Manager)",
44
"require": {
5-
"php": ">=7.2",
5+
"php": ">=7.3",
66
"ext-mbstring": "*",
77
"ext-openssl": "*",
88
"ext-soap": "*",
99
"google/auth": "^1.0.0",
1010
"guzzlehttp/guzzle": "^7.0",
1111
"guzzlehttp/psr7": "^1.2",
12-
"monolog/monolog": "^1.17.1 || ^2.0.0",
12+
"monolog/monolog": "^2.2.0",
1313
"phpdocumentor/reflection-docblock": "^3.0.3 || ^4.0 || ^5.0",
14-
"symfony/serializer": "^3.0.3 || ^4.4.0 || ^5.0.0"
14+
"symfony/serializer": "^3.0.3 || ^4.4.0 || ^5.0.0",
15+
"ext-json": "*"
1516
},
1617
"require-dev": {
17-
"phpunit/phpunit": "^7.5",
18+
"phpunit/phpunit": "^9.5.2",
1819
"squizlabs/php_codesniffer": "^2.9 || ^3.2"
1920
},
20-
"suggest": {
21-
"php-64bit": ">=7.1"
22-
},
2321
"homepage": "https://github.com/googleads/googleads-php-lib",
2422
"license": "Apache-2.0",
2523
"autoload": {

examples/AdManager/v202005/CmsMetadataService/ActivateCmsMetadataValues.php

Lines changed: 0 additions & 135 deletions
This file was deleted.

examples/AdManager/v202005/CustomTargetingService/DeleteCustomTargetingKeys.php

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)