Skip to content

Commit

Permalink
Release 41.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiboknacky committed Mar 27, 2019
1 parent 1811a89 commit 5802b9c
Show file tree
Hide file tree
Showing 2,221 changed files with 2,922 additions and 348,473 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 41.0.0

##### AdWords

* Removed support and examples for v201806. See deprecation
schedule at: https://developers.google.com/adwords/api/docs/sunset-dates

##### Ad Manager

* Fixed [issue #538](https://github.com/googleads/googleads-php-lib/issues/538).

##### Common

* Updated `composer.json` to require the minimum PHP version of 7.1.

### 40.0.0

##### AdWords
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "googleads/googleads-php-lib",
"description": "Google Ads APIs Client Library for PHP (AdWords and Ad Manager)",
"require": {
"php": ">=5.6",
"php": ">=7.1",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-soap": "*",
Expand All @@ -14,12 +14,11 @@
"symfony/serializer": "^2.8.0 || ^3.0.3 || ^4.0.0"
},
"require-dev": {
"php": ">=5.6",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^2.9 || ^3.2"
},
"suggest": {
"php-64bit": ">=5.6"
"php-64bit": ">=7.1"
},
"homepage": "https://github.com/googleads/googleads-php-lib",
"license": "Apache-2.0",
Expand Down
91 changes: 0 additions & 91 deletions examples/AdWords/v201806/AccountManagement/AcceptServiceLink.php

This file was deleted.

85 changes: 0 additions & 85 deletions examples/AdWords/v201806/AccountManagement/CreateAccount.php

This file was deleted.

165 changes: 0 additions & 165 deletions examples/AdWords/v201806/AccountManagement/GetAccountChanges.php

This file was deleted.

Loading

0 comments on commit 5802b9c

Please sign in to comment.